apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

install ingress-apisix without new etcd error

Open arrow2012 opened this issue 1 year ago • 0 comments

ingress-crontroller pod error `arrow@arrow ~ % kubectl -n ingress-apisix logs -f apisix-69ff87d7c6-gmplt /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init

WARNING: using fixed Admin API token has security risk. Please modify "admin_key" in conf/config.yaml .

/usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd request etcd endpoint 'http://etcd.host:2379/version' error, timeout all etcd nodes are unavailable Warning! Request etcd endpoint 'http://etcd.host:2379/version' error, timeout, retry time=1 Warning! Request etcd endpoint 'http://etcd.host:2379/version' error, timeout, retry time=2`

install helm install apisix apisix/apisix --namespace ingress-apisix \ --set gateway.type=NodePort \ --set dashboard.enabled=true \ --set ingress-controller.enabled=true \ --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix \ --set etcd.enabled=false \ --set etcd.host={http://apisix-etcd.ingress-apisix.svc.cluster.local:2379}

arrow2012 avatar Sep 08 '23 09:09 arrow2012