- Go to in
kustomize
folder.
cd kustomize
-
Configure the files in the
values
folder. -
Verify the generated output.
kubectl kustomize values
- Apply it.
kubectl apply -k values
- Verify if the runner-controller pod works.
kubectl logs -f -l app=runner-controller -n bitbucket-runner-control-plane
- Verify if runners are being created.
kubectl logs -l runner_uuid -c runner