Commit 0acb503a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 9af1ff3d 75ee3e0a
...@@ -23,8 +23,6 @@ import ( ...@@ -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
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment