-
Notifications
You must be signed in to change notification settings - Fork 865
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
NetworkPolicyNotSupported error when supplying NetworkPolicy in kubernetesClustersClient.CreateOrUpdate method #2176
Comments
@lfshr I'm unfamiliar with Network Policies, but are they perhaps only supported on a given version of Kubernetes? |
@tombuildsstuff none of the documentation indicated such. It may only be a thing on kubenet. |
@lfshr is this related ? Azure/AKS#435 |
@vladbarosan this issue is unrelated. It's also low priority as there is only one network policy at the minute (calico), which is default when not specified. Same goes for #2177 |
@lfshr, as this issue was reported a couple of years ago, does this issue still occur? |
I don't really have my environment set up to test. As it was a few years ago, and AKS now supports Kubenet with Calico, I'd assume this could be closed. |
Thanks @lfshr. Close this item. |
NetworkPolicyNotSupported is being thrown when kubernetesClustersClient.CreateOrUpdate is being called with NetworkPolicy specified.
The text was updated successfully, but these errors were encountered: