IBM Cloud Satellite Support - turbonomic/kubeturbo GitHub Wiki
IBM Cloud Satellite Azure + OpenShift Cluster Support
Starting in KubeTurbo v8.10.3, Turbonomic supports stitching IBM Cloud OpenShift Clusters (ROKS) deployed in Azure via IBM Satellite.
To enable this support you need to add an additional parameter in the KubeTurbo deployment for the Kubeturbo that is deployed into this type of OpenShift Cluster. Follow the instructions based on your Kubeturbo Configuration Method used.
Operator deployment
Add the following parameter to the kubeturbo-release CR in a line below under args
(if you don't have an args
section add one)
spec:
args:
satelliteLocationProvider: azure
HELM chart
During install or upgrade, set this parameter and add to your string of paramaters:
--set args.satelliteLocationProvider=azure
YAML deployment
edit/add to the kubeturbo deployment yaml/manifest the line below under args
spec:
containers:
- args:
- --satellite-location-provider=azure
For other satellite infrastructures, please open an Idea here.