• Kubernetes Submit Queue's avatar
    Merge pull request #46669 from kow3ns/statefulset-update · 0613ae50
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 46235, 44786, 46833, 46756, 46669)
    
    implements StatefulSet update
    
    **What this PR does / why we need it**:
    1. Implements rolling update for StatefulSets
    2. Implements controller history for StatefulSets.
    3. Makes StatefulSet status reporting consistent with DaemonSet and ReplicaSet.
    
    https://github.com/kubernetes/features/issues/188
    
    **Special notes for your reviewer**:
    
    **Release note**:
    ```release-note
    Implements rolling update for StatefulSets. Updates can be performed using the RollingUpdate, Paritioned, or OnDelete strategies. OnDelete implements the manual behavior from 1.6. status now tracks 
    replicas, readyReplicas, currentReplicas, and updatedReplicas. The semantics of replicas is now consistent with DaemonSet and ReplicaSet, and readyReplicas has the semantics that replicas did prior to this release.
    ```
    0613ae50
Name
Last commit
Last update
.github Loading commit data...
Godeps Loading commit data...
api Loading commit data...
build Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
docs Loading commit data...
examples Loading commit data...
federation Loading commit data...
hack Loading commit data...
hooks Loading commit data...
logo Loading commit data...
pkg Loading commit data...
plugin Loading commit data...
staging Loading commit data...
test Loading commit data...
third_party Loading commit data...
translations Loading commit data...
vendor Loading commit data...
.bazelrc Loading commit data...
.gazelcfg.json Loading commit data...
.generated_files Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
BUILD.bazel Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
Makefile.generated_files Loading commit data...
OWNERS Loading commit data...
OWNERS_ALIASES Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...
WORKSPACE Loading commit data...
code-of-conduct.md Loading commit data...
labels.yaml Loading commit data...