Skip to content
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

feat: Add a column to multikueue indicating if it is connected to worker cluster #4335

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

highpon
Copy link
Member

@highpon highpon commented Feb 20, 2025

What type of PR is this?

/kind feature

What this PR does / why we need it:

When retrieving information about multikueue resources via the kubectl get command, we are unable to determine whether the multikueue is connected to worker cluster or not. It would be more convenient to know if the multikueue is connected to worker cluster or not.

Which issue(s) this PR fixes:

Fixes #4334

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Add a column to multikueue indicating if it is connected to worker cluster 

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/feature Categorizes issue or PR as related to a new feature. labels Feb 20, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: highpon
Once this PR has been reviewed and has the lgtm label, please assign tenzen-y for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 20, 2025
Copy link

netlify bot commented Feb 20, 2025

Deploy Preview for kubernetes-sigs-kueue ready!

Name Link
🔨 Latest commit 544608a
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-kueue/deploys/67b767ebf57143000890e3d9
😎 Deploy Preview https://deploy-preview-4335--kubernetes-sigs-kueue.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -113,6 +113,8 @@ type MultiKueueConfigSpec struct {
// +kubebuilder:storageversion
// +kubebuilder:resource:scope=Cluster

// +kubebuilder:printcolumn:name="Connected",JSONPath=".status.conditions[?(@.type=='Active')].status",type="string",description="MultiKueueCluster is connected"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the example in the issue I would assume this was destined for MultiKueueCluster.
Shouldn't this be above line 82?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a column to multikueue indicating if it is connected to worker cluster
3 participants