ojob ojob.io/kube/getKubectlConfig url=https://mycluster:1234 user=myuser pass=mypass token=abcd1234
Retrieves the current appropriate Kubectl config (~/.kube/config) to access a Kubernetes cluster
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 |