0.1.0-0.1.0 • Published 5 years ago

@helm-charts/banzaicloud-stable-mysql-operator v0.1.0-0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@helm-charts/banzaicloud-stable-mysql-operator

A Helm chart for deploying the Oracle MySQL Operator

FieldValue
Repository Namebanzaicloud-stable
Chart Namemysql-operator
Chart Version0.1.0
NPM Package Version0.1.0
rbac:
  enabled: true
operator:
  global: true
  #  namespace: default
  register_crd: true
image:
  tag: 0.2.0
  repository: iad.ocir.io/oracle/mysql-operator
  pullPolicy: IfNotPresent

mysql:
  server:
    image: mysql/mysql-server
  agent:
    image: iad.ocir.io/oracle/mysql-agent

Mysql Operator

Mysql Operator

How to add repo chart repo

Please read this README.md

tl;dr:

$ helm repo add banzaicloud-stable http://kubernetes-charts.banzaicloud.com/branch/master
$ helm repo update
$ helm install banzaicloud-stable/mysql-operator

Introduction for example

This chart bootstraps the Mysql Operator deployment on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.8+ with Beta APIs enabled

Installing the Chart

To install the chart with the release name my-release:

$ helm install --name my-release banzaicloud-stable/mysql-operator

The command deploys Mysql Operator to a Kubernetes cluster with the default configuration. The configuration section lists the parameters that can be configured during installation.

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

ParameterDescriptionDefault
image.repositorymysql-operator image repositoryiad.ocir.io/oracle/mysql-operator
image.tagmysql-operator image tag0.2.0
image.pullPolicymysql-operator image pull policyIfNotPresent
rbac.enabledInstall required rbac sa. and roles and rolebindingstrue
operator.globalThe namespace for which the MySQL operator manages MySQL clusters.if not set manage all namespaces
operator.namespaceThe namespace for which the MySQL operator manages MySQL clusters.if not set manage all namespaces
operator.register_crdEnable CRD registrationtrue
mysql.server.imageThe name of the target 'mysql-server' image.mysql/mysql-server
mysql.agent.imageThe name of the target 'mysql-agent' image.iad.ocir.io/oracle/mysql-agent

Using Operator

Visit mysql-operator documentation page