oracle/mysql-operator

MySQL Agent fails to connect when root password contains '#'

オープン

#200 opened on 2018/08/13

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Go (230 件のフォーク)auto 404
buggood first issuehelp wanted

Repository metrics

Stars
 (858 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Is this a BUG REPORT or FEATURE REQUEST?

BUG REPORT

Versions

MySQL Operator Version: 0.2.0

Environment: Linux

  • Kubernetes version (use kubectl version): 1.11.2
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release): CentOS 7

What happened?

MySQL agent will not connect when root password is set. If root password is left blank, it starts up correctly.

kubectl create secret generic -n mysql mysql-cluster-root-password --from-literal=password=XXXXXX

apiVersion: mysql.oracle.com/v1alpha1 kind: Cluster metadata: name: mysql-cluster namespace: mysql spec: multiMaster: true members: 3 rootPasswordSecret: name: mysql-cluster-root-password

What you expected to happen?

Pods to start up when rootPasswordSecret is set.

コントリビューターガイド