Skip to content

Instantly share code, notes, and snippets.

@naveensrinivasan
Created March 14, 2017 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naveensrinivasan/a48fe756225c0badc27eea18ccc672d6 to your computer and use it in GitHub Desktop.
Save naveensrinivasan/a48fe756225c0badc27eea18ccc672d6 to your computer and use it in GitHub Desktop.
description
[[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