This guide will walk you through the steps to deploy the Skedler into your Kubernetes cluster using the operator SDK.
Prerequisites
Before you begin, make sure that you have the following available to you:
1. A Kubernetes cluster
2. The kubectl command-line client is installed and configured on your machine.
3. Installing operator SDK in your environment
-- https://sdk.operatorframework.io/docs/installation/
4. Installing OLM -- in your environment
curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.22.0/install.sh | bash -s v0.22.0
Install Skedler Operator
In this step, we’ll install the Skedler Operator SDK into our Kubernetes cluster using the below-mentioned command.
operator-sdk run bundle docker.io/skedler/skedler-operator-bundle:latest -n operators
Next, Launch the Skedler Operator:
Use the skedler-crd.yaml to launch the Skedler Operator into the kubernetes cluster.
Note: A list of configurable template parameters & skedler-crd.yaml can be found in the skedler-operator repository.
kubectl apply -f skedler-crd.yaml
Note: Configure the following in skedler-crd.yaml
licenseEmail: ""
licenseKey: ""
Uninstall the Skedler Operator:
kubectl delete -f skedler-crd.yaml
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article