Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 498 Bytes

runners-autoscaler-deployment-kustomize.md

File metadata and controls

29 lines (22 loc) · 498 Bytes

Runners autoscaler deployment in kubernetes cluster - Kustomize

  1. Go to in kustomize folder.
cd kustomize
  1. Configure the files in the values folder.

  2. Verify the generated output.

kubectl kustomize values
  1. Apply it.
kubectl apply -k values
  1. Verify if the runner-controller pod works.
kubectl logs -f -l app=runner-controller -n bitbucket-runner-control-plane
  1. Verify if runners are being created.
kubectl logs -l runner_uuid -c runner