Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 713 Bytes

existing_kube_context.md

File metadata and controls

19 lines (14 loc) · 713 Bytes
version
v1.8.0

Cluster connection -- Using an existing kube context

Helmsman can use any predefined kube context in the environment. All you need to do is set the context name in the settings stanza.

[settings]
  kubeContext = "minikube"
settings:
  kubeContext: "minikube"

In the examples above, Helmsman tries to set the kube context to minikube. If that fails, it will attempt to create that kube context. Creating kube context requires more information provided. See this guide for more details on creating a context with certs or here for details on creating context with bearer token.