Installing Kubeflow Operator
This guide describes how to install the Kubeflow Operator.
There are different ways to install the Kubeflow Operator, choose one of the following:
The stable release of Kubeflow Operator is published to the operatorhub.io. Navigate to the , click on the and follow the instructions there to install the operator.
Verify the Kubeflow Operator is running with following command.
2. Installing the Kubeflow Operator with kustomize
and kubectl
Previous method is convenient and simple enough without any knowledges of the Operator SDK. However, if any of the following reasons applies, choose this approach to install the operator.
- You want to install a different release of Kubeflow Operator since the Kubeflow KfDef manifests may not be compatible from release to release.
- You want to install the latest release of Kubeflow Operator.
Clone the repo and switch to the desired release branch with the following commands
Install the Kubeflow Operator with the kustomize
and commands
Verify the Kubeflow Operator is running with following command.