You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,8 +206,26 @@ But we would suggest you run `kubectl config current-context` to check if the cu
206
206
* Amazon Elastic Kubernetes Service (EKS)
207
207
TODO
208
208
209
-
* Google Kubernetes Engine (GKET)
210
-
TODO
209
+
* Google Kubernetes Engine (GKE)
210
+
211
+
First you should create a Kubernetes cluster in your GKE, then make sure your KUBECONFIG is ready in `~/.kube/config`, if not, you can run following commands,
0 commit comments