This file contains 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
Shell $ kubectl version Client Version: | |
version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-19T16:40:16Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-19T16:32:14Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"} |
This file contains 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
shell $ kubectl get nodes | |
NAME STATUS ROLES AGE VERSION | |
gke-rs-k8s-cluster-default-pool-68e4d84f-6nch Ready <none> 22m v1.12.8-gke.10 | |
gke-rs-k8s-cluster-default-pool-68e4d84f-z20d Ready <none> 22m v1.12.8-gke.10 |
This file contains 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
shell $ kubectl get nodes | |
NAME STATUS ROLES AGE VERSION | |
gke-rs-k8s-cluster-default-pool-68e4d84f-6nch Ready <none> 22m v1.12.8-gke.10 | |
gke-rs-k8s-cluster-default-pool-68e4d84f-z20d Ready <none> 22m v1.12.8-gke.10 |