lookhua opened a new issue #197: URL: https://github.com/apache/apisix-helm-chart/issues/197
k8s version: 1.20.11-aliyun.1 **first time deploy command:** helm install apisix -n apisix --set apisix.replicaCount=3 --set apisix.resources.requests.cpu=100m --set apisix.resources.requests.memory=1Gi --set apisix.resources.limits.cpu=8 --set apisix.resources.limits.memory=8Gi --set gateway.type=NodePort --set gateway.tls.enabled=true --set gateway.stream.enabled=true --set etcd.replicaCount=3 --set global.storageClass=local-storage --set dashboard.enabled=true --set ingress-controller.enabled=true --set dashboard.config.authentication.users[0].username=xxxx --set dashboard.config.authentication.users[0].password=xxxxx --set apisix.nodeSelector.node=core --set etcd.nodeSelector.node=core --set dashboard.nodeSelector.node=core --set metrics.enabled=true --set metrics.podMonitor.enabled=true --version=0.7.2 apisix/apisix **then i want to scale it to 5 node:** helm upgrade apisix -n apisix --set apisix.replicaCount=5 --set apisix.resources.requests.cpu=100m --set apisix.resources.requests.memory=1Gi --set apisix.resources.limits.cpu=8 --set apisix.resources.limits.memory=8Gi --set gateway.type=NodePort --set gateway.tls.enabled=true --set gateway.stream.enabled=true --set etcd.replicaCount=5 --set global.storageClass=local-storage --set dashboard.enabled=true --set ingress-controller.enabled=true --set dashboard.config.authentication.users[0].username=xxxx--set dashboard.config.authentication.users[0].password=xxxx --set apisix.nodeSelector.node=core --set etcd.nodeSelector.node=core --set dashboard.nodeSelector.node=core --set metrics.enabled=true --set metrics.podMonitor.enabled=true --version=0.7.2 apisix/apisix **the pod restart fail ,the log message bellow:** [38;5;6metcd [38;5;5m06:21:39.81 [0m [38;5;6metcd [38;5;5m06:21:39.81 [0m[1mWelcome to the Bitnami etcd container[0m [38;5;6metcd [38;5;5m06:21:39.81 [0mSubscribe to project updates by watching [1mhttps://github.com/bitnami/bitnami-docker-etcd[0m [38;5;6metcd [38;5;5m06:21:39.81 [0mSubmit issues and feature requests at [1mhttps://github.com/bitnami/bitnami-docker-etcd/issues[0m [38;5;6metcd [38;5;5m06:21:39.81 [0m [38;5;6metcd [38;5;5m06:21:39.81 [0m[38;5;2mINFO [0m ==> ** Starting etcd setup ** [38;5;6metcd [38;5;5m06:21:39.82 [0m[38;5;2mINFO [0m ==> Validating settings in ETCD_* env vars.. [38;5;6metcd [38;5;5m06:21:39.83 [0m[38;5;3mWARN [0m ==> You set the environment variable ALLOW_NONE_AUTHENTICATION=yes. For safety reasons, do not use this flag in a production environment. [38;5;6metcd [38;5;5m06:21:39.83 [0m[38;5;2mINFO [0m ==> Initializing etcd [38;5;6metcd [38;5;5m06:21:39.84 [0m[38;5;2mINFO [0m ==> Detected data from previous deployments [38;5;6metcd [38;5;5m06:21:49.95 [0m[38;5;2mINFO [0m ==> Updating member in existing cluster Error: bad member ID arg (strconv.ParseUint: parsing "": invalid syntax), expecting ID in Hex -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
