Closed brettcurtis closed 1 month ago
This comment will be updated when code changes.
The changes in this pull request involve modifications to the kubernetes_namespace_v1
resource in the regional/onboarding/main.tf
file, where a new entry for the "gatekeeper-system" namespace is added with an istio_injection
value of "disabled". The existing namespaces remain unchanged. Additionally, updates are made to the Terraform configurations for Google Cloud resources, including the addition of a kubelet_config
block in the google_container_node_pool
resource to enhance security settings. Documentation updates reflect provider version changes and formatting improvements across several README files.
File Path | Change Summary |
---|---|
regional/onboarding/main.tf | Added "gatekeeper-system" namespace with istio_injection set to "disabled"; added kubelet_config block to google_container_node_pool . |
regional/README.md | Updated Google provider version from 6.4.0 to 6.6.0 ; enhanced formatting and content. |
regional/onboarding/README.md | Updated google provider from 6.4.0 to 6.6.0 and kubernetes provider from 2.32.0 to 2.33.0 . |
.gitignore | Removed entry for provider.tf . |
.pre-commit-config.yaml | Updated versions for pre-commit hooks: pre-commit-hooks from v4.6.0 to v5.0.0 and checkov from 3.2.255 to 3.2.257 . |
kubernetes_namespace_v1
resource.google_container_cluster
and google_container_node_pool
resources, relating to kubelet configuration changes.regional/main.tf
involving naming conventions and variable usage, relevant to the modifications in this PR.kubernetes_namespace_v1
resource.
Summary by CodeRabbit
This enhancement ensures better management of Kubernetes namespaces within the application.
Documentation
6.4.0
to6.6.0
in the documentation.Chores