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

Improvement for other tools #27428

Merged
merged 4 commits into from
Oct 7, 2021
Merged

Improvement for other tools #27428

merged 4 commits into from
Oct 7, 2021

Conversation

RA489
Copy link

@RA489 RA489 commented Apr 6, 2021

fixes #26095

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language labels Apr 6, 2021
@k8s-ci-robot k8s-ci-robot added sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 6, 2021
@netlify
Copy link

netlify bot commented Apr 6, 2021

✔️ 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

@RA489
Copy link
Author

RA489 commented Apr 7, 2021

/assign @sftim

@RA489
Copy link
Author

RA489 commented Apr 7, 2021

Looking for LGTM.

@onlydole
Copy link
Member

onlydole commented May 6, 2021

Howdy, @RA489 - would you be able to take a look at the feedback and make updates with those changes? Then we can review further!

@kbhawkey
Copy link
Contributor

Hi @RA489 .
Just checking if you are able to incorporate the suggestions?

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 11, 2021
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 2, 2021
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 2, 2021
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 2, 2021
@RA489
Copy link
Author

RA489 commented Sep 2, 2021

Hi @RA489 .
Just checking if you are able to incorporate the suggestions?

Incorporated all the suggestions.

@RA489
Copy link
Author

RA489 commented Sep 8, 2021

looking for LGTM!!

@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Sep 16, 2021
@RA489
Copy link
Author

RA489 commented Sep 16, 2021

@kbhawkey updated the PR. PTAL.

@kbhawkey
Copy link
Contributor

👋 @RA489 .
It would be good to finish these changes or close this PR.
Reach out if you need help. Thanks.

@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Sep 30, 2021
@RA489
Copy link
Author

RA489 commented Sep 30, 2021

@kbhawkey updated the PR. PTAL.

@tengqm
Copy link
Contributor

tengqm commented Oct 1, 2021

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 1, 2021
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 6daf033ca197e124e272963ca25b34fa259052ab

sftim
sftim previously requested changes Oct 1, 2021
Copy link
Contributor

@sftim sftim left a 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
Copy link
Contributor

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.

Copy link
Author

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?

Copy link
Contributor

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.

Copy link
Contributor

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.

@sftim
Copy link
Contributor

sftim commented Oct 1, 2021

@RA489 my apologies for not spotting these concerns earlier.

@RA489
Copy link
Author

RA489 commented Oct 1, 2021

@RA489 my apologies for not spotting these concerns earlier.

Np!

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 6, 2021
@RA489
Copy link
Author

RA489 commented Oct 6, 2021

Updated the PR. PTAL.

@sftim
Copy link
Contributor

sftim commented Oct 6, 2021

With #29877 merged, you could now rebase against main and use:

{{% thirdparty-content single="true" %}}

just below the Helm heading.

@RA489 how does that sound?

@sftim sftim dismissed their stale review October 6, 2021 13:49

Old review was stale

@RA489
Copy link
Author

RA489 commented Oct 7, 2021

With #29877 merged, you could now rebase against main and use:

{{% thirdparty-content single="true" %}}

just below the Helm heading.

@RA489 how does that sound?

SGTM!!

@RA489
Copy link
Author

RA489 commented Oct 7, 2021

{{% thirdparty-content single="true" %}}

added third party new short code.

Copy link
Contributor

@sftim sftim left a 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

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 7, 2021
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: b4cc4b102fbec469731c8d42359b58316c489a29

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 7, 2021
@k8s-ci-robot k8s-ci-robot merged commit 1ef0e9a into kubernetes:main Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improvement for k8s.io/docs/reference/tools/
6 participants