ojob.io/kube/getKubectlConfig

Usage

ojob ojob.io/kube/getKubectlConfig url=https://mycluster:1234 user=myuser pass=mypass token=abcd1234 

Description

Retrieves the current appropriate Kubectl config (~/.kube/config) to access a Kubernetes cluster

Expects

Name Description
url An URL to access the kubernetes cluster
user An user to access the kubernetes cluster
pass A password to access the kubernetes cluster
token A token to access the kubernetes cluster