mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
StatefulSet: Remove initialized
annotation from apps/v1beta2.
This commit is contained in:
@@ -23,8 +23,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
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"
|
ControllerRevisionHashLabelKey = "controller-revision-hash"
|
||||||
StatefulSetRevisionLabel = ControllerRevisionHashLabelKey
|
StatefulSetRevisionLabel = ControllerRevisionHashLabelKey
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user