-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Update calico crds and cr #6360
Conversation
Hi @hafe. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Already PR by #6276 (but you put crd v1 so I kind of like this one :D ) |
Yeah that pr seemed a bit dead and I needed this so... |
Ok Lucky just approved it, so let me lgtm and you can update yours to add crd v1 if that's ok with you ? |
not sure I understand, what should I add? It is already crd v1 |
In yours yes, but 6276 is going to be merge with crd as beta1, so if you could rebase yours after it's merge to update it that'd great 👍 |
Sure , I will do that |
@@ -72,8 +81,6 @@ rules: | |||
- get | |||
- create | |||
- update | |||
{% endif %} |
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.
Are you sure about that ? the part below isn't needed when not in kdd mode ?
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.
Ok will add it back
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.
Are you sure about that ? the part below isn't needed when not in kdd mode ?
I was a bit quick. Access to kubecontrollersconfigurations is only needed in kdd mode. See manifests at:
https://docs.projectcalico.org/getting-started/kubernetes/self-managed-onprem/onpremises
I searched for kubecontrollersconfigurations in the etcd manifest.
Do you still want the version check?
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.
All good that way I'd say
/ok-to-test |
661e6fb
to
152bd19
Compare
/retest |
/assign @Miouge1 |
* Update CustomResourceDefinition for kubecontrollersconfigurations.crd.projectcalico.org to v1 * Align ClusterRole for kube-controllers with upstream (calico)
152bd19
to
bb26efc
Compare
/retest |
What remains to get this merged? |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hafe, Miouge1 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* 'master' of https://github.com/kubernetes-sigs/kubespray: Add protectKernelDefaults option (default true) to kubelet config file (kubernetes-sigs#6611) Rotate kubelet server certificate. (kubernetes-sigs#6453) Add snapshot-controller for CSI drivers and snapshot CRDs, add a default volumesnapshotclass when running cinder CSI (kubernetes-sigs#6537) Calico: update crds to v1 and cr (kubernetes-sigs#6360) Fix E306 in roles/network_plugin (kubernetes-sigs#6516)
* Update CustomResourceDefinition for kubecontrollersconfigurations.crd.projectcalico.org to v1 * Align ClusterRole for kube-controllers with upstream (calico)
What type of PR is this?
/kind bug
What this PR does / why we need it:
Calico with kdd datastore does not work
Which issue(s) this PR fixes:
Fixes #6275
Special notes for your reviewer:
Does this PR introduce a user-facing change?: