Reputation: 81
I have a GKE cluster that has a public IP for the master. For example, when I run gcloud container clusters describe
, I see a line like below:
publicEndpoint: 34.68.128.12
Questions:
Upvotes: 1
Views: 374
Reputation: 2140
Unless you delete and create the cluster again. The Public IP doesn't change
Upvotes: 1
Reputation: 2654
I believe public endpoints on GKE are immutable, so it will not change.
Upvotes: 2