Install Basic Cluster with Scaleway and OpenTofu
- Configure your Scaleway credentials in the
.envfile, for example:
SCW_ACCESS_KEY=**SCW_SECRET_KEY=**SCW_DEFAULT_PROJECT_ID=**SCW_DEFAULT_ORGANIZATION_ID=**- Create the cluster :
env $(cat .env | sed 's/#.*//g'| xargs) tofu initenv $(cat .env | sed 's/#.*//g'| xargs) tofu apply- Once the cluster is created, you can install the basic cluster with the following command:
KUBECONFIG=/home/$USER/.kube/kubeconfig-sandbox-cluster kubectl get po --all-namespaces -o wide