-
Notifications
You must be signed in to change notification settings - Fork 140
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
Revert k8s126 update #2727
Revert k8s126 update #2727
Conversation
This reverts commit a3b32bc.
4e342d4
to
0c38366
Compare
@@ -265,7 +265,7 @@ endif | |||
BINDIR?=build/init/bin | |||
$(BINDIR)/kubectl: | |||
mkdir -p $(BINDIR) | |||
curl -L https://storage.googleapis.com/kubernetes-release/release/v1.26.3/bin/linux/$(ARCH)/kubectl -o $@ | |||
curl -L https://storage.googleapis.com/kubernetes-release/release/v1.25.6/bin/linux/$(ARCH)/kubectl -o $@ |
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.
nit: Do we want do use also 1.25.10 here?
k8s.io/kube-aggregator v0.26.3 | ||
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749 | ||
sigs.k8s.io/controller-runtime v0.14.6 | ||
k8s.io/api v0.25.8 |
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.
There is now also:
k8s.io/api v0.25.10
k8s.io/apiextensions-apiserver v0.25.10
k8s.io/apimachinery v0.25.10
k8s.io/client-go v0.25.10
k8s.io/kube-aggregator v0.25.10
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.
Lets do this in a follow up one, I don't want to hold this up any.
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.
lgtm
This isn't needed to master. I need to update my other PR with a CRD update because it changed k8s versions. |
I closed the wrong PR |
From the original PR > add the -s flag to reduce binary size / strip symbols * Also fix Copyright in file changed in revert * Update CRDs since k8s version changed
0c38366
to
91c2fc5
Compare
[pick #2727] Revert k8s 1.26 update [r1.30]
Description
The update to K8s v1.26 pins has broken our ability to wait to establish watches after the apiserver comes up. I've reverted the commit (originally part of #2586) and added back a change that was in that commit to strip out symbols from the built binary.
For PR author
make gen-files
make gen-versions
For PR reviewers
A note for code reviewers - all pull requests must have the following:
kind/bug
if this is a bugfix.kind/enhancement
if this is a a new feature.enterprise
if this PR applies to Calico Enterprise only.