chanyshev opened a new issue, #517:
URL: https://github.com/apache/apisix-helm-chart/issues/517

   I have a vanilla kubernetes cluster deployed on bare hardware. In the 
documentation I found information on how to deploy apisix in kubernetes in the 
cloud or k3s, rancher.
   
   k8s version
   ```
   kubectl version --short
   Client Version: v1.25.6
   Server Version: v1.25.6
   ```
   
   Chart
   ```
   helm list -n ingress-apisix
   NAME    NAMESPACE       REVISION        UPDATED                              
   STATUS          CHART           APP VERSION
   apisix  ingress-apisix  3               2023-03-25 17:46:45.283505851 +0500 
+05 deployed        apisix-1.3.0    3.2.0 
   ```
   
   ```
   kubectl get po -n ingress-apisix -o wide
   NAME                                        READY   STATUS             
RESTARTS          AGE     IP              NODE    NOMINATED NODE   READINESS 
GATES
   apisix-9b6ff4cd8-knxt2                      0/1     Init:0/1           0     
            2d22h   10.255.58.77    node4   <none>           <none>
   apisix-etcd-0                               0/1     CrashLoopBackOff   851 
(4m2s ago)    2d22h   10.255.58.79    node4   <none>           <none>
   apisix-etcd-1                               0/1     CrashLoopBackOff   852 
(5m3s ago)    2d22h   10.255.49.136   node5   <none>           <none>
   apisix-etcd-2                               0/1     Running            643 
(3m35s ago)   2d21h   10.255.58.82    node4   <none>           <none>
   apisix-ingress-controller-7fc7b44df-f7wdb   0/1     Init:0/1           0     
            2d22h   10.255.49.134   node5   <none>           <none>
   ```
   ```
   kubectl logs -n ingress-apisix apisix-etcd-1
   Welcome to the Bitnami etcd container
   etcd 08:52:32.90 Subscribe to project updates by watching 
https://github.com/bitnami/containers
   etcd 08:52:32.90 Submit issues and feature requests at 
https://github.com/bitnami/containers/issues
   etcd 08:52:32.91 
   etcd 08:52:32.91 INFO  ==> ** Starting etcd setup **
   etcd 08:52:32.93 INFO  ==> Validating settings in ETCD_* env vars..
   etcd 08:52:32.93 WARN  ==> You set the environment variable 
ALLOW_NONE_AUTHENTICATION=yes. For safety reasons, do not use this flag in a 
production environment.
   etcd 08:52:32.94 INFO  ==> Initializing etcd
   etcd 08:52:32.95 INFO  ==> Generating etcd config file using env variables
   etcd 08:52:32.97 INFO  ==> There is no data from previous deployments
   etcd 08:52:32.97 INFO  ==> Bootstrapping a new cluster
   etcd 08:55:33.67 ERROR ==> Headless service domain does not have an IP per 
initial member in the cluster
   ```
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   


-- 
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