xianshun163 commented on issue #851:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/851#issuecomment-1050730746


    helm uninstall apisix-ingress-controller --namespace  x
   
   kubectl delete crd apisixclusterconfigs.apisix.apache.org                    
                  
   kubectl delete crd apisixconsumers.apisix.apache.org                         
                  
   kubectl delete crd apisixpluginconfigs.apisix.apache.org                     
                  
   kubectl delete crd apisixroutes.apisix.apache.org                            
                  
   kubectl delete crd apisixtlses.apisix.apache.org                             
                  
   kubectl delete crd apisixupstreams.apisix.apache.org      
   
   helm install apisix-ingress-controller apisix/apisix-ingress-controller 
--version=0.9.0 --namespace ingress-apisix --set 
config.kubernetes.ingressVersion=networking/v1beta1 \
    --set config.apisix.serviceName=apisix-gw-lb  --set 
config.apisix.serviceNamespace=default --set config.apisix.servicePort=9080 
--set config.logLevel=warn  --set config.apisix.adminKey=
   
   
   I do it like this 


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