Last active
January 19, 2020 13:28
-
-
Save tristanlins/d811410bd76491ee0603f58457f28448 to your computer and use it in GitHub Desktop.
Medium | Test kubernetes config
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
$ KUBECONFIG=/path/to/config.yml kubectl get deployment | |
NAME READY UP-TO-DATE AVAILABLE AGE | |
my-app 1/1 1 1 1s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment