cilium / cilium-cli

CLI to install, manage & troubleshoot Kubernetes clusters running Cilium
https://cilium.io
Apache License 2.0
417 stars 210 forks source link

cilium-ingress svc gets not delete #1429

Open philwelz opened 1 year ago

philwelz commented 1 year ago

Bug report

cilium-ingress service gets not deleted with cilium uninstall and causes the next installation to fail with Error: Unable to install Cilium: services "cilium-ingress" already exists

General Information

How to reproduce the issue

  1. cilium install \
    --azure-resource-group rg-test \
    --helm-set ingressController.enabled=true \
    --helm-set ingressController.loadbalancerMode=dedicated
  2. cilium uninstall

  3. cilium install \
    --azure-resource-group rg-test  \
    --helm-set ingressController.enabled=true \
    --helm-set ingressController.loadbalancerMode=dedicated
github-actions[bot] commented 2 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.