Skip to content

Instantly share code, notes, and snippets.

@fai555
Created April 16, 2020 11:31
Show Gist options
  • Select an option

  • Save fai555/759a8d5a9c57085af5bef31056d0ddbe to your computer and use it in GitHub Desktop.

Select an option

Save fai555/759a8d5a9c57085af5bef31056d0ddbe to your computer and use it in GitHub Desktop.
update-firewall-rules-for-GKE-istio
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