-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: Add enable_cilium_clusterwide_network_policy support #1972
feat: Add enable_cilium_clusterwide_network_policy support #1972
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @SavvasM1!
From the lint test:
Checking submodule's files generation
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/README.md /tmp/tmp.dH7WdF6rzI/workspace/README.md
164d163
< | enable\_cilium\_clusterwide\_network\_policy | Enable Cilium Cluster Wide Network Policies on the cluster | `bool` | `false` | no |
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/modules/private-cluster/README.md /tmp/tmp.dH7WdF6rzI/workspace/modules/private-cluster/README.md
171d170
< | enable\_cilium\_clusterwide\_network\_policy | Enable Cilium Cluster Wide Network Policies on the cluster | `bool` | `false` | no |
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/modules/private-cluster/variables.tf /tmp/tmp.dH7WdF6rzI/workspace/modules/private-cluster/variables.tf
541,546d540
< variable "enable_cilium_clusterwide_network_policy" {
< type = bool
< description = "Enable Cilium Cluster Wide Network Policies on the cluster"
< default = false
< }
<
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/modules/private-cluster-update-variant/README.md /tmp/tmp.dH7WdF6rzI/workspace/modules/private-cluster-update-variant/README.md
193d192
< | enable\_cilium\_clusterwide\_network\_policy | Enable Cilium Cluster Wide Network Policies on the cluster | `bool` | `false` | no |
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/modules/private-cluster-update-variant/variables.tf /tmp/tmp.dH7WdF6rzI/workspace/modules/private-cluster-update-variant/variables.tf
541,546d540
< variable "enable_cilium_clusterwide_network_policy" {
< type = bool
< description = "Enable Cilium Cluster Wide Network Policies on the cluster"
< default = false
< }
<
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/variables.tf /tmp/tmp.dH7WdF6rzI/workspace/variables.tf
726,731d725
< variable "enable_cilium_clusterwide_network_policy" {
< type = bool
< description = "Enable Cilium Cluster Wide Network Policies on the cluster"
< default = false
< }
<
Error: submodule's files generation has not been run, please run the
'make build' command and commit changes
Heya @apeabody , thanks :) It should be OK now. Dockerized lint tests report as successful. |
/gcbrun |
/gcbrun |
/gcbrun |
Hey @apeabody :). I've run |
/gcbrun |
confirmed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @SavvasM1!
Thanks for your help Andrew. |
Leverage the existing configuration field on the google container cluster module to optionally declare usage of cilium clusterwide network policy CRDs