cilium-cli icon indicating copy to clipboard operation
cilium-cli copied to clipboard

cilium upgrade unknown flag: --azure-resource-group

Open philwelz opened this issue 1 year ago • 2 comments

Bug report

If you have Cilium installed and run cilium upgrade in an Azure BYOCNI environment, Cilium successfully discovered that the Kubernetes Kind ist AKS Auto-detected Kubernetes kind: AKS but states Azure resource group is required, please specify --azure-resource-group. If you then run cilium upgrade --azure-resource-group rg-test you get the errror message unknown flag: --azure-resource-group

General Information

  • Cilium CLI version : 012.2 & 0.13.0
  • Orchestration system version in use : 1.25.3
  • Platform / infrastructure information: Azure

How to reproduce the issue

  1. cilium install --azure-resource-group rg-test
  2. update cilium-cli to 0.13.0
  3. cilium upgrade
  4. cilium upgrade --azure-resource-group rg-test

philwelz avatar Mar 02 '23 15:03 philwelz