We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.networkPolicy'
Is it possible to add the following field to gcp.project.gke.cluster. ?
gcp.project.gke.cluster.
gcloud container clusters describe <cluster-name> --zone us-central1 --format json | jq '.networkPolicy'
{ "enabled": true }
The text was updated successfully, but these errors were encountered:
Fixed in #3873
Sorry, something went wrong.
@mm-weber Feel free to open this one up if the latest provider isn't meeting the need
There's an issue with the .networkPolicy (sub-)properties:
.networkPolicy
cnspec> gcp.project.gke.cluster.networkPolicyConfig failed to convert dict to primitive, unsupported child type: containerpb.NetworkPolicy_Provider
To re-produce, use a deployed cluster on GKE.
Calico Kubernetes Network policy
Enable Calico Kubernetes network policy for nodes
jaym
Successfully merging a pull request may close this issue.
Is it possible to add the following field to
gcp.project.gke.cluster.
?gcloud container clusters describe <cluster-name> --zone us-central1 --format json | jq '.networkPolicy'
The text was updated successfully, but these errors were encountered: