• 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
..
e2e Loading commit data...
e2e_federation Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...
test_owners.json Loading commit data...