mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #49651 from enisoc/v1beta2-initialized
Automatic merge from submit-queue (batch tested with PRs 49651, 49707, 49662, 47019, 49747) StatefulSet: Remove `initialized` annotation from apps/v1beta2. The annotation was already removed from apps/v1beta1 in #49251, but this copy survived due to another concurrent PR. ref #41605
This commit is contained in:
commit
0acb503ae1
@ -23,8 +23,6 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// StatefulSetInitAnnotation if present, and set to false, indicates that a Pod's readiness should be ignored.
|
||||
StatefulSetInitAnnotation = "pod.alpha.kubernetes.io/initialized"
|
||||
ControllerRevisionHashLabelKey = "controller-revision-hash"
|
||||
StatefulSetRevisionLabel = ControllerRevisionHashLabelKey
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user