-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No argument in the az aks update
command to disable network observability (azure-cli-extension/aks-preview)
#6740
Comments
Thank you for opening this issue, we will look into it. |
az aks update
command to disable network observability (azure-cli-extension/aks-preview)
@ALexAl123 Apologies for the late reply. Thanks for reaching out to us and reporting this issue. We are looking into this issue and we will provide an update. |
@ALexAl123 Could you please run the |
Hi @navba-MSFT |
Hi @ALexAl123 Is there any feedback or reason for disabling kappie feature? As of this moment, only –enable-network-observability is added to the aks preview cli. disable-network-observability is not added to the aks preview cli yet. This snippet only includes the relevant field for the payload when disabling network observability using the api. Also note the api version must atleast be 2023-05-02-preview |
@ALexAl123 Please let us know if you had a chance to look at the above comment. Awaiting your reply. |
Thank you for your feedback. This has been routed to the support team for assistance. |
@ALexAl123 I hope you had a chance to look at the above comment. If you need any further assistance on this issue in future, please feel free to reopen this thread. We would be happy to help. |
Hi @navba-MSFT |
Describe the bug
For testing purposes, we enabled network-observability for our clusters. At the moment we need to disable this feature for one of the AKS in the subscription, but we do not find the corresponding argument in the
az aks update
command .Only the --enable-network-observability argument is present.
I would expect the command :
az aks update
to provide a --disable-network-observability argument.Related command
az aks update
Errors
unrecognized arguments: --disable-network-observability
Issue script & Debug output
az aks update
--resource-group myResourceGroup
--name myAKSCluster
--disable-network-observability
Expected behavior
I would expect that ability to disable network-observability is available.
Environment Summary
azure-cli 2.51.0 *
core 2.51.0 *
telemetry 1.1.0
Extensions:
azure-devops 0.26.0
Dependencies:
msal 1.24.0b1
azure-mgmt-resource 23.1.0b2
Additional context
This will prevent our organization from starting testing and preparing the CI/CD process to implement network observability in production environments.
The text was updated successfully, but these errors were encountered: