Trying to deploy the memsql cluster using Kubernetes using the official document, I can successfully start the memsql-operator, but the master node instance running fail on the error:
|2020/02/10 23:44:50 main.go:54|{cmd}|Go Version: go1.11.5||
|—|—|—|—|
|2020/02/10 23:44:50 main.go:55|{cmd}|Go OS/Arch: linux/amd64||
|2020/02/10 23:44:50 main.go:56|{cmd}|Version of operator-sdk: v0.2.1||
|2020/02/10 23:44:50 main.go:57|{cmd}|Commit Hash: de65d489||
|2020/02/10 23:44:50 main.go:59|{cmd}|Options:||
|2020/02/10 23:44:50 main.go:60|{cmd}|–cores-per-unit: 8.000000||
|2020/02/10 23:44:50 main.go:61|{cmd}|–memory-per-unit: 32.000000||
|2020/02/10 23:44:50 main.go:62|{cmd}|–overpack-factor: 0.000000||
|2020/02/10 23:44:50 main.go:63|{cmd}|–extra-cidrs: []||
|2020/02/10 23:44:50 main.go:64|{cmd}|–external-dns-domain-name: {false }||
|2020/02/10 23:44:50 main.go:65|{cmd}|–external-dns-ttl: {false 0}||
|2020/02/10 23:44:50 main.go:66|{cmd}|–ssl-secret-name: ||
|2020/02/10 23:44:50 main.go:67|{cmd}|–merge-service-annotations: false||
|2020/02/10 23:44:50 main.go:47|{cmd}|Failed to get watch namespace|error: “WATCH_NAMESPACE must be set”|
This is while according to the official document, I have defined the variable WATCH_NAMESPACE on the file deploymet.yaml
Could anyone help me with this?