Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 492 Bytes

issues.md

File metadata and controls

5 lines (4 loc) · 492 Bytes

Known Issues

  • Kubectl Timeouts out
    • If your Kubectl times out when you are making changes to your config controller GKE cluster then this is most likely because your IP address of your host / Cloud Shell environment hasn't been added to Authorized Master Networks. You can run dig +short myip.opendns.com @resolver1.opendns.com to get your IP address. Then run gcloud container clusters update CLUSTER_NAME --master-authorized-networks=CIDR, CIDR to update the cluster.