• 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
..
src/k8s.io Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
copy.sh Loading commit data...
godeps-json-updater.go Loading commit data...
prime-apimachinery.sh Loading commit data...