Get started with k6-operator

  • kubectl tool is set for the [k3d] Kubernetes cluster.
  • make deploy , I am getting these warning " “crd:maxDescLen=0” rbac:roleName=manager-role webhook paths=“./…” output:crd:artifacts:config=config/crd/bases

cd config/manager && /opt/homebrew/bin/kustomize edit set image controller=ghcr.io/grafana/k6-operator:latest

/opt/homebrew/bin/kustomize build config/default | kubectl apply -f -

Warning: ‘bases’ is deprecated. Please use ‘resources’ instead. Run ‘kustomize edit fix’ to update your Kustomization automatically.

Warning: ‘patchesStrategicMerge’ is deprecated. Please use ‘patches’ instead. Run ‘kustomize edit fix’ to update your Kustomization automatically.

  • when i am running " kubectl get pod -n k6-operator-system" I am getting this error “NAME READY STATUS RESTARTS AGE
    k6-operator-controller-manager-55fc896656-xmfpz 0/2 ImagePullBackOff 0 33h”
    could you guide me why i am getting ImagePullBackOff instead of Running status?