Jump toUpdate content
Using the Scaleway Operator
- You have an account and are logged into the Scaleway console
- You have created a Scaleway Kubernetes cluster
The Scaleway Operator is a Kubernetes controller that lets you create Scaleway Resources directly from Kubernetes via Kubernetes Custom Resources Definitions.
This project is under active development and should be considered alpha.
Features
Currently, Scaleway Operator only supports RDB Instances, databases and users. Other resources will be implemented, and contributions are more than welcome!
If you want to see a specific Scaleway product, please open an issue describing which product you would like to see.
Getting Started
Install Cert Manager in order to handle the webhooks certificates.
$ kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.7.1/cert-manager.yaml
Once Cert Manager is up and running, you have to install the CRDs. First clone the repo, and then making sure your
KUBECONFIG
environment variable is set on the right cluster, run:$ make install
Then, run:
kubectl create -f deploy/scaleway-operator-secrets.yml --edit --namespace=scaleway-operator-system
and replace the values.
In order to deploy the Scaleway Operator, run:
kubectl apply -k config/default
Development
If you are looking for a way to contribute please read CONTRIBUTING.
You can find more information about this project on its GitHub page.