Created
April 16, 2020 11:31
-
-
Save fai555/759a8d5a9c57085af5bef31056d0ddbe to your computer and use it in GitHub Desktop.
update-firewall-rules-for-GKE-istio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gcloud compute firewall-rules list --filter="name~gke-<CLUSTER_NAME>-[0-9a-z]*-master" | |
| gcloud compute firewall-rules update <FIREWALL_RULE_NAME> --allow tcp:10250,tcp:443,tcp:15017 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment