-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Disable the insecure read-only port on new Autopilot clusters #19153
Disable the insecure read-only port on new Autopilot clusters #19153
Comments
Possibly a duplicate of #15208 & may be resolved by GoogleCloudPlatform/magic-modules#11272 |
@melinath I had created #19236 to cover this (looks like you found it) -- see comments here and here, but assuming However, it will be a bit of extra work, because it doesn't look like |
Add support for `node_kubelet_config in `node_pool_auto_config`. See: hashicorp/terraform-provider-google#15208 (comment) Per: https://pkg.go.dev/google.golang.org/api/container/v1#NodePoolAutoConfig Currently only `insecure_kubelet_readonly_port_enabled` can be set here. Fixes hashicorp/terraform-provider-google#19236 Fixes hashicorp/terraform-provider-google#19153
Add support for `node_kubelet_config in `node_pool_auto_config`. See: hashicorp/terraform-provider-google#15208 (comment) Per: https://pkg.go.dev/google.golang.org/api/container/v1#NodePoolAutoConfig Currently only `insecure_kubelet_readonly_port_enabled` can be set here. Fixes hashicorp/terraform-provider-google#19236 Fixes hashicorp/terraform-provider-google#19153
Add support for `node_kubelet_config` in `node_pool_auto_config`. See: hashicorp/terraform-provider-google#15208 (comment) Per: https://pkg.go.dev/google.golang.org/api/container/v1#NodePoolAutoConfig Currently only `insecure_kubelet_readonly_port_enabled` can be set here. Fixes hashicorp/terraform-provider-google#19236 Fixes hashicorp/terraform-provider-google#19153
Add support for `node_kubelet_config` in `node_pool_auto_config`. See: hashicorp/terraform-provider-google#15208 (comment) Per: https://pkg.go.dev/google.golang.org/api/container/v1#NodePoolAutoConfig Currently only `insecure_kubelet_readonly_port_enabled` can be set here. Fixes hashicorp/terraform-provider-google#19236 Fixes hashicorp/terraform-provider-google#19153
Add support for `node_kubelet_config` in `node_pool_auto_config`. See: hashicorp/terraform-provider-google#15208 (comment) Per: https://pkg.go.dev/google.golang.org/api/container/v1#NodePoolAutoConfig Currently only `insecure_kubelet_readonly_port_enabled` can be set here. Fixes hashicorp/terraform-provider-google#19236 Fixes hashicorp/terraform-provider-google#19153
Closing as a duplicate of #19236 - please let me know if that seems incorrect! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
When creating a new GKE Autopilot cluster I want to disable the insecure read-only port as per https://cloud.google.com/kubernetes-engine/docs/how-to/disable-kubelet-readonly-port#disable-autopilot
The
gcloud container clusters create-auto
flag is--no-autoprovisioning-enable-insecure-kubelet-readonly-port
This setting does not appear to be available in the
google_container_cluster
Terraform resource.New or Affected Resource(s)
google_container_cluster
Potential Terraform Configuration
No response
References
No response
b/362329176
The text was updated successfully, but these errors were encountered: