-
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
preview flag --kube-proxy-config
unrecognized on az aks update
#5551
Comments
route to CXP team |
@mateuszdrab Thank you for reaching out to us, we are looking into it. |
@mateuszdrab I believe its possible that the proxy settings are allowed only during cluster creation as mentioned here, Though its for http-proxy, should be applicable to kube-config as well. I will check further. The following scenarios are not supported: |
Hi @mateuszdrab. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
The documentation explicitly states that it is possible for existing clusters here Perhaps, the documentation needs to be corrected to explicitly state that it is not. |
/unresolve |
I've been able to enable the feature on my cluster using a direct API PUT request, so the above is definitely possible. Can we involve someone from the right team to look into this? |
PR #5545 will add this option. |
Thank you @FumingZhang |
Hi @mateuszdrab. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Thanks for the update @FumingZhang |
Related command
az aks update -n=clustername -g=clustergroup --kube-proxy-config=proxy.json
Extension name (the extension in question)
aks-preview
Description of issue (in as much detail as possible)
unrecognized arguments: --kube-proxy-config
Customer raised a case asking for support on the in-preview IPVS feature in AKS documented here
I've realized that the article mentions that the command
az aks update
can be used with the new--kube-proxy-config
flag to reconfigure and existing cluster; however, the flag is not recognized and upon inspecting the source code of the addon, I can see that indeed the flag is not defined for theaks_update
command in the file https://github.com/Azure/azure-cli-extensions/blob/main/src/aks-preview/azext_aks_preview/custom.py and is only present for 'az aks create'Can this issue be addressed?
This issue was reproduced on az cli version:
{ "azure-cli": "2.42.0", "azure-cli-core": "2.42.0", "azure-cli-telemetry": "1.0.8", "extensions": { "aks-preview": "0.5.115", "connectedk8s": "1.2.7", "interactive": "0.4.5" } }
The text was updated successfully, but these errors were encountered: