This page describes how to set up a Kubernetes cluster on OKE to be used with Spinnaker’s Kubernetes provider.
If you don’t already have a cluster for this purpose, you can create a Kubernetes cluster on OKE by following this tutorial .
Follow the instructions to download kubectl configuration file.
Run the following hal
command to add an account named my-k8s-v2-acct
to your list of Kubernetes accounts:
hal config provider kubernetes account add my-k8s-acct \
--context $(kubectl config current-context)
Enable the Kubernetes provider:
hal config provider kubernetes enable
Finally, enable artifact support .