-
Notifications
You must be signed in to change notification settings - Fork 39.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename PetSet to StatefulSet #35663
Rename PetSet to StatefulSet #35663
Conversation
StatefulSet is better than PetSet,easy to understand |
Jenkins unit/integration failed for commit f483112. Full PR test history. The magic incantation to run this job again is |
18a0579
to
60bae07
Compare
Had one questions for @caesarxuchao regarding the removal of the client, but otherwise this looks ok (we don't have to fix all nits here and I don't want you to rebase this more than once). |
We have client-go now, it's not useful to keep old version of released clientset in the main repository, so I'm fine with changing the release_1_4 folder. I'll remove those folder entirely in another PR. @smarterclayton I didn't see your question on github? |
Yes it's in the petset rename checklist #35534. Current plan is to just call them pods |
I guess we can chip away at the internal types the controller uses like pcb (petControlBlock) and petSyncer. @m1093782566 fyi, since you volunteered to help. |
@k8s-bot ok to test |
Nice ... |
@janetkuo does this close the rename issue or just finishes out a few bullets? |
@chrislovecnm just the first two items |
Jenkins verification failed for commit 60bae07. Full PR test history. The magic incantation to run this job again is |
This script just got merged before the 2nd test... 😢 will rebase and update it
|
@k8s-bot gci gce e2e test this |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Jenkins GCI GKE smoke e2e failed for commit e0252f9. Full PR test history. The magic incantation to run this job again is |
@k8s-bot gci gke e2e test this |
Jenkins GCI GCE e2e failed for commit e0252f9. Full PR test history. The magic incantation to run this job again is |
Automatic merge from submit-queue |
When will this go into a beta release? And now we have to what PRs. |
Automatic merge from submit-queue Move Statefulset (previously PetSet) to v1beta1 **What this PR does / why we need it**: #28718 **Which issue this PR fixes** _(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)_: fixes # **Special notes for your reviewer**: depends on #35663 (PetSet rename) cc @erictune @foxish @kubernetes/sig-apps **Release note**: ``` release-note v1beta1/StatefulSet replaces v1alpha1/PetSet. ```
What this PR does / why we need it: #35534
Which issue this PR fixes (optional, in
fixes #<issue number>(, #<issue_number>, ...)
format, will close that issue when PR gets merged):Special notes for your reviewer: cc @erictune @foxish @kubernetes/sig-apps @ymqytw
Release note:
This change is