Configuring Integration with a Kubernetes Cluster
To set up Odin Automation integration with Kubernetes cluster, do the following:
- Log in to the OA Operations Control Panel.
- Go to System > Settings.
- Click Kubernetes Settings in the Integration section.
- Click Edit.
- Specify the connection settings:
Kubernetes API URL. Get this value by running the following command on the Kubernetes master:
kubctl config view
Tiller API Authorization Bearer Token. To get this value, run the following command on the Kubernetes master:
kubectl describe secret -n kube-system $(kubectl get secrets -n kube-system | grep tiller | cut -f1 -d ' ')| grep -E '^token' | cut -f2 -d':' | tr -d '\t'
- Kubernetes Docker Repository Host. The host name of the Kubernetes Docker Repository host.
- Helm Repository URL. Do not change the default value.
Kubernetes Host Certificate. Upload the following certificate file from the Kubernetes master:
/etc/kubernetes/pki/apiserver.crt
- Click Submit to save the settings.