Azure/aks-periscope

az aks kollect fails to install periscope DaemonSet

Closed this issue · 2 comments

Describe the bug
Try to install/use periscope using the described az extension:
az aks kollect -n aks-stefank8s-test -g rg-stefank8s-test --storage-account "staksdiagnostics3232"

Installation of daemon-set failed (see screenshot)

To Reproduce

  1. provision a suitable storage-account
  2. execute the mentioned command az aks kollect -n aks-stefank8s-test -g rg-stefank8s-test --storage-account "staksdiagnostics3232"

Expected behavior
DaemonSet gets installed and is up-and-running

Screenshots
Bildschirmfoto_2022-04-04_um_19_21_55

Desktop (please complete the following information):

  • Mac OS
  • az version
    {
      "azure-cli": "2.34.1",
      "azure-cli-core": "2.34.1",
      "azure-cli-telemetry": "1.0.6",
      "extensions": {
        "aks-preview": "0.5.58",
        "databricks": "0.8.0",
        "interactive": "0.4.5",
        "rdbms-connect": "1.0.1",
        "resource-graph": "2.1.0",
        "virtual-wan": "0.2.11"
      }
    }
    

☕️💡 Thank you so much @schoeffm for reporting this against this repo, it is an az-cli issue, but we have fixed it there as well and here is the tracking PR for the fix: Azure/azure-cli-extensions#4630

💡 Thank for reporting this, The PR against the cli-extension is approved, hence closing this issue, the cli issue will be gone, once the PR is merged and released. Thanks.