xianshun163 opened a new issue #764:
URL: https://github.com/apache/apisix-ingress-controller/issues/764


   ### Issue description
   I use Minikube to install  it , but  fail,   Is  that any way to install it 
,without use helm?
   
   ### Environment
   the k8s env:   I use kubeadm to deployment k8s,  one master , and the master 
is also a work node.
   
   I install it  as the doc  desc: 
https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/deployments/minikube.md
   --------:
   helm repo add apisix https://charts.apiseven.com
   helm repo add bitnami https://charts.bitnami.com/bitnami
   helm repo update
   kubectl create ns ingress-apisix
   helm install apisix apisix/apisix \
     --set gateway.type=NodePort \
     --set ingress-controller.enabled=true \
     --namespace ingress-apisix
     --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix
   
   -------[root@node-15 minikube]# kubectl get pod -n ingress-apisix
   NAME                                        READY   STATUS     RESTARTS   AGE
   apisix-69659c949-nln7p                      0/1     Init:0/1   0          
114m
   apisix-etcd-0                               0/1     Pending    0          
114m
   apisix-etcd-1                               0/1     Pending    0          
114m
   apisix-etcd-2                               0/1     Pending    0          
114m
   apisix-ingress-controller-f68756d54-njwl5   0/1     Init:0/1   0          
114m
   
   
   
   * your apisix-ingress-controller version (output of 
`apisix-ingress-controller version --long`); 
   * your Kubernetes cluster version (output of `kubectl version`); 1.19.3
   * if you run apisix-ingress-controller in Bare-metal environment, also show 
your OS version (`uname -a`).
   


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