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:**
   etcd 06:21:39.81 
   etcd 06:21:39.81 Welcome to the Bitnami etcd 
container
   etcd 06:21:39.81 Subscribe to project updates by 
watching https://github.com/bitnami/bitnami-docker-etcd
   etcd 06:21:39.81 Submit issues and feature requests at 
https://github.com/bitnami/bitnami-docker-etcd/issues
   etcd 06:21:39.81 
   etcd 06:21:39.81 INFO  ==> ** Starting 
etcd setup **
   etcd 06:21:39.82 INFO  ==> Validating 
settings in ETCD_* env vars..
   etcd 06:21:39.83 WARN  ==> You set the 
environment variable ALLOW_NONE_AUTHENTICATION=yes. For safety reasons, do not 
use this flag in a production environment.
   etcd 06:21:39.83 INFO  ==> Initializing 
etcd
   etcd 06:21:39.84 INFO  ==> Detected data 
from previous deployments
   etcd 06:21:49.95 INFO  ==> 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]


Reply via email to