-
Notifications
You must be signed in to change notification settings - Fork 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
Missing parameter "--http-proxy-config" documentation on "az aks create" and "az aks update" command #23169
Comments
route to CXP team |
@j-pedrosa Thanks for reaching out to us and reporting this issue. We are looking into this issue and we will provide an update. |
fixes Azure#23169 It's missing information related with the parameter "--http-proxy-config" on "az aks create" command and "az aks update". This is based on the documentation below: https://docs.microsoft.com/en-us/azure/aks/http-proxy Please note that on az aks create help command we already have a short description of the parameter. azure-cli 2.36.0 * $ az aks create -h | less | grep "http-proxy-config" --http-proxy-config : Http Proxy configuration for this cluster. $ az aks update -h | less | grep "http-proxy-config" --http-proxy-config : HTTP Proxy configuration for this cluster.
Adding Service team to look into this. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm. Issue DetailsIt's missing information related with the parameter "--http-proxy-config" on "az aks create" command and "az aks update". Please note that on az aks create help command we already have a short description of the parameter. azure-cli 2.36.0 * $ az aks create -h | less | grep "http-proxy-config" $ az aks update -h | less | grep "http-proxy-config" Document Details⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
|
@Azure/aks-pm Could you please look into this issue and provide an update once you get a chance ? |
cc @alexeldeib |
sorry about that! should be fixed in #23352 pending next release. looks like you already found the workaround with preview extension |
It's missing information related with the parameter "--http-proxy-config" on "az aks create" command and "az aks update".
This is based on the documentation below:
https://docs.microsoft.com/en-us/azure/aks/http-proxy
Please note that on az aks create help command we already have a short description of the parameter.
azure-cli 2.36.0 *
$ az aks create -h | less | grep "http-proxy-config"
--http-proxy-config : Http Proxy configuration for this cluster.
$ az aks update -h | less | grep "http-proxy-config"
--http-proxy-config : HTTP Proxy configuration for this cluster.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: