imagePullSecrets
kubectl create secret docker-registry ghcr-creds \
--docker-server=ghcr.io \
--docker-username=X --docker-password=YPod spec에 참조하거나 ServiceAccount에 연결.
프라이빗 레지스트리 인증. K8s Secret 타입 docker-registry.
kubectl create secret docker-registry ghcr-creds \
--docker-server=ghcr.io \
--docker-username=X --docker-password=YPod spec에 참조하거나 ServiceAccount에 연결.