The StatefulSet "registry" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'ordinals', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
2025. 1. 1. 00:25ㆍk8s
StatefulSets은 수정이 허락되지 않음
지우고 새로 생성해야 함
kubectl get statefulset -A
kubectl delete statefulset/registry -n registry
'k8s' 카테고리의 다른 글
Error response from daemon: error while creating mount source path '/mnt/registry': mkdir /mnt/registry: permission denied (0) | 2025.01.01 |
---|---|
ERROR: unable to select packages (0) | 2025.01.01 |
FailedToRetrieveImagePullSecret (0) | 2024.12.31 |
Docker Volume Mount와 NFS Mount의 차이점 (0) | 2024.12.31 |
Minikube mount (0) | 2024.12.31 |