-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Move Statefulset (previously PetSet) to v1beta1 #35731
Move Statefulset (previously PetSet) to v1beta1 #35731
Conversation
@@ -25,18 +25,13 @@ import ( | |||
|
|||
type AppsInterface interface { | |||
GetRESTClient() *restclient.RESTClient |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@caesarxuchao will this break the client-go 1.4 staging when we do this (hoping no, but want to be absolutely sure)? Would obviously not want to break the 1.4 branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it won't. We stop publishing 1.4 client-go. I'll remove the release_1_4 folder entirely soon.
5705d15
to
765bc9f
Compare
@k8s-bot cvm gke e2e test this |
@k8s-bot kubemark e2e test this |
@k8s-bot cvm gce e2e test this |
@k8s-bot gce etcd3 e2e test this |
@k8s-bot gci gce e2e test this |
Not sure why these 4 tests keep failing to build....
|
765bc9f
to
e1d14de
Compare
Jenkins GKE smoke e2e failed for commit e1d14de0cdd5b709184b9463d258ecd8eb36f652. Full PR test history. The magic incantation to run this job again is |
So these test failures are because of these errors found in addon-manager logs:
ref #35791, it's likely due to third-party resource discovery code:
|
Ready to rebase. |
024b389
to
1c78e49
Compare
Bumping priority since it's been rebased for several times and it's release blocking and it's blocked by other PR for several days. |
1c78e49
to
9203cce
Compare
Jenkins GCI GKE smoke e2e failed for commit 9203cce1604c338e471319ab60a75de194b4f0db. Full PR test history. The magic incantation to run this job again is |
@k8s-bot gci gke e2e test this |
Jenkins verification failed for commit 9203cce1604c338e471319ab60a75de194b4f0db. Full PR test history. The magic incantation to run this job again is |
… apps/v1alpha1 files Manually remove generated apps/v1alpha1 types, protobuf, and api-reference doc files Manually remove apps/v1alpha1 folder from 1.5 generated client
9203cce
to
c25455e
Compare
@janetkuo when we merging this?? Code freeze is soon. Love to see this in sooner than later. |
@chrislovecnm hopefully today. Submit queue is blocked now 😢 |
SGTM /facepalm |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Automatic merge from submit-queue Rename PetSet to StatefulSet in docs and examples. **What this PR does / why we need it**: Addresses some of the pre-code-freeze changes for implementing the PetSet --> StatefulSet rename. (#35534) **Special notes for your reviewer**: This PR only changes docs and examples, as #35731 hasn't been merged yet and I don't want to create merge conflicts. I'll open another PR for any remaining code changes needed after that PR is merged. /cc @erictune @janetkuo @chrislovecnm
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:
This change is