Closed alvarobartt closed 2 months ago
This PR sets the flag --no-autoprovisioning-enable-insecure-kubelet-readonly-port within the gcloud container clusters create-auto command, so that the kubelet read-only port 10255 is not exposed as it's not considered secure.
--no-autoprovisioning-enable-insecure-kubelet-readonly-port
gcloud container clusters create-auto
kubelet
More information in the Google Kubernetes Engine (GKE) Documentation - Disable the kubelet read-only port in GKE clusters.
Closes #94
Description
This PR sets the flag
--no-autoprovisioning-enable-insecure-kubelet-readonly-port
within thegcloud container clusters create-auto
command, so that thekubelet
read-only port 10255 is not exposed as it's not considered secure.More information in the Google Kubernetes Engine (GKE) Documentation - Disable the kubelet read-only port in GKE clusters.
Closes #94