Created
March 14, 2017 17:28
-
-
Save naveensrinivasan/a48fe756225c0badc27eea18ccc672d6 to your computer and use it in GitHub Desktop.
description
This file contains hidden or 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
[[snippets]] | |
description = "set katana namespace" | |
command = "k config set-context minikube --namespace=katana" | |
[[snippets]] | |
description = "Get global ip address" | |
command = "curl ifconfig.co" | |
[[snippets]] | |
description = "katana" | |
command = "kubectl config set-context minikube --namespace=katana" | |
[[snippets]] | |
description = "clear namespace for minikube" | |
command = "kubectl config set-context minikube --namespace=" | |
[[snippets]] | |
description = "git log" | |
command = "glol" | |
[[snippets]] | |
description = "minikube v1.6" | |
command = "minikube start --kubernetes-version=v1.6.0-alpha.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment