-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Improvement for other tools #27428
Improvement for other tools #27428
Conversation
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: 78f125c 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/615e8bcc7008450008db8a0f 😎 Browse the preview: https://deploy-preview-27428--kubernetes-io-main-staging.netlify.app |
/assign @sftim |
Looking for LGTM. |
Howdy, @RA489 - would you be able to take a look at the feedback and make updates with those changes? Then we can review further! |
Hi @RA489 . |
Incorporated all the suggestions. |
looking for LGTM!! |
@kbhawkey updated the PR. PTAL. |
👋 @RA489 . |
@kbhawkey updated the PR. PTAL. |
/lgtm |
LGTM label has been added. Git tree hash: 6daf033ca197e124e272963ca25b34fa259052ab
|
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.
Usually we group out-of-project tools separately in this kind of page.
If we want to have a mixed list then that's fine but it's also novel. What I suggest is:
- make the list be in a deterministic order (eg alphabetical)
- add a new shortcode to highlight that a particular item is third party
- use that new shortcode for Helm
How does that sound?
|
||
<!-- body --> | ||
{{% thirdparty-content %}} | ||
|
||
## Minikube |
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.
Minikube is not a third-party tool: it's part of the Kubernetes project.
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.
May be we can provide third party content short code just before Helm wdyt?
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.
Yes, but: the existing shortcode isn't right for an item. I can make a PR to update that shortcode so it is.
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.
I made #29877 with the aim of helping out here.
@RA489 my apologies for not spotting these concerns earlier. |
Np! |
Updated the PR. PTAL. |
added third party new short code. |
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.
I locally simulated a merge into main and tested it out. Looks good to me.
/lgtm
/approve
LGTM label has been added. Git tree hash: b4cc4b102fbec469731c8d42359b58316c489a29
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
fixes #26095