You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hal config provider docker-registry account add dockerhub --address index.docker.io --repositories library/nginx
# For Private Registry:
hal config provider docker-registry account add docker-private-repo --address https://my-private-docker-repo.example.com --username myuser --password
hal config provider docker-registry enable
Configure the Spinnaker Kubernetes provider
hal config provider kubernetes account add my-k8s-account --docker-registries dockerhub --context $(kubectl config current-context)
hal config provider kubernetes enable
hal config deploy edit --type=distributed --account-name my-k8s-account
Set Spinnaker Version
hal version list
hal config version edit --version 1.22.2
echo "host: 0.0.0.0" | tee ~/.hal/default/service-settings/gate.yml ~/.hal/default/service-settings/deck.yml
hal deploy apply
kubectl get pods --namespace spinnaker
hal deploy connect