-
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
NodeSelectorAsSelector needs to be fixed #116419
Comments
@aojea: GitHub didn't allow me to assign the following users: sarveshr7. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
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. |
/priority important-soon |
if this can't be fixed quickly (e.g. in time for 1.27), please move the function to the multi-cidr package and unexport it so no one else starts using the buggy helper method in the meantime |
we should remove it from helper and make it local, it doesn't make sense to export it if is only used there |
/assign let me see if is not as complicated as I thought |
/triage accepted |
This issue is labeled with You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
Should we triage-accept this? |
this is blocked on the go/no-go decision of the previously called ClusterCIDR KEP and now NodeIPAMConfig please @danwinship @thockin we need to decide if we want to make it or remove it |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
that's no longer in-tree... I'm not sure what happened with the code mentioned here? |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Moved to https://github.com/kubernetes-sigs/node-ipam-controller I suppose. Anyway, this is no longer a K8s issue, closing ... /close |
@uablrek: Closing this issue. In response to this:
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-sigs/prow repository. |
Spotted by @liggitt
7093b10#r103711882
7093b10#r103711822
The function needs to be fixed based on Jordan comments before moving the feature to beta.
This issue is a blocker for graduating the feature.
kubernetes/pkg/apis/core/v1/helper/helpers.go
Lines 397 to 431 in 20e4491
/sig network
/kind bug
/assign @sarveshr7
The text was updated successfully, but these errors were encountered: