You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "chanyshev (via GitHub)" <gi...@apache.org> on 2023/03/28 09:10:48 UTC

[GitHub] [apisix-helm-chart] chanyshev opened a new issue, #517: Support Vanilla Kubernetes

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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-helm-chart] chanyshev commented on issue #517: Support Vanilla Kubernetes

Posted by "chanyshev (via GitHub)" <gi...@apache.org>.
chanyshev commented on issue #517:
URL: https://github.com/apache/apisix-helm-chart/issues/517#issuecomment-1486570403

   > I'm afraid this failure is not related to APISIX. It should be an exception of the bitnami/etcd (charts or image).
   
   I deployed according to the instructions https://github.com/apache/apisix-helm-chart/blob/master/docs/en/latest/apisix.md
   Which chart can I use ?
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #517: Support Vanilla Kubernetes

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 commented on issue #517:
URL: https://github.com/apache/apisix-helm-chart/issues/517#issuecomment-1495435743

   You should check your Kubernetes status.  Just google "troubleshooting kubernetes"


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-helm-chart] tokers commented on issue #517: Support Vanilla Kubernetes

Posted by "tokers (via GitHub)" <gi...@apache.org>.
tokers commented on issue #517:
URL: https://github.com/apache/apisix-helm-chart/issues/517#issuecomment-1486514279

   I'm afraid this failure is not related to APISIX. It should be an exception of the bitnami/etcd (charts or image).


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org