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

[WIP] new page for new node in kubernetes cluster #44586

Closed
wants to merge 9 commits into from

Conversation

Anuragt1104
Copy link

Screenshot 2023-12-31 at 12 22 40 AM Screenshot 2023-12-31 at 12 22 45 AM Screenshot 2023-12-31 at 12 22 57 AM Screenshot 2023-12-31 at 12 23 01 AM Screenshot 2023-12-31 at 12 23 05 AM here is the screenshot of the page being added

Copy link

linux-foundation-easycla bot commented Dec 30, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Dec 30, 2023
@k8s-ci-robot
Copy link
Contributor

Welcome @Anuragt1104!

It looks like this is your first PR to kubernetes/website 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/website has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 30, 2023
@k8s-ci-robot k8s-ci-robot added language/en Issues or PRs related to English language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Dec 30, 2023
Copy link

netlify bot commented Dec 30, 2023

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 7ccd649
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/659e326b87bcb20009e83633
😎 Deploy Preview https://deploy-preview-44586--kubernetes-io-main-staging.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.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Dec 30, 2023
@windsonsea
Copy link
Member

Thanks. You only need to provide a preview link rather than screenshots across screens.

Copy link
Member

@windsonsea windsonsea left a comment

Choose a reason for hiding this comment

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

Seems this is a draft?



{{< note >}}
You must install the `Containers` feature and install Docker. Instructions to do so are available at [Install Docker Engine - Enterprise on Windows Servers]().
Copy link
Member

Choose a reason for hiding this comment

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

Forget to add url in ()?

Copy link
Author

Choose a reason for hiding this comment

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

Thank you for your feedback! I appreciate your attention to detail. I will now add the missing URL in parentheses. Please let me know if there's anything else you'd like me to address.


{{< feature-state for_k8s_version="v1.18" state="beta" >}}

You can use Kubernetes to run a mixture of Linux and Windows nodes, so you can mix Pods that run on Linux on with Pods that run on Windows. This page shows how to register Windows nodes to your cluster.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
You can use Kubernetes to run a mixture of Linux and Windows nodes, so you can mix Pods that run on Linux on with Pods that run on Windows. This page shows how to register Windows nodes to your cluster.
You can use Kubernetes to run a mixture of Linux and Windows nodes, so you can mix Pods
that run on Linux on with Pods that run on Windows. This page shows how to register
Windows nodes to your cluster.

Tweaking lone lines around 100 - 120 can provide a clean look for review.


{{< version-check >}}
* Obtain a [Windows Server 2019 license](https://www.microsoft.com/en-us/windows-server/pricing) (or higher) in order to configure the Windows node that hosts Windows containers. If you are using VXLAN/Overlay networking you must have also have [KB4489899](https://support.microsoft.com/en-gb/topic/march-12-2019-kb4489899-os-build-17763-379-2a91a5c5-f351-f181-5501-510308a4030f) installed.
* A Linux-based Kubernetes kubeadm cluster in which you have access to the control plane (see [Creating a cluster with kubeadm]()).
Copy link
Member

Choose a reason for hiding this comment

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

Forget to add url in ()?

Copy link
Author

Choose a reason for hiding this comment

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

I will look into this also.

@Anuragt1104 Anuragt1104 requested a review from windsonsea January 3, 2024 12:20
@sftim
Copy link
Contributor

sftim commented Jan 3, 2024

Thank you for your feedback! I appreciate your attention to detail. I will now add the missing URL in parentheses. Please let me know if there's anything else you'd like me to address.

This PR title is “new page for adding node in kubernetes cluster”, but it only covers Windows nodes. Can you explain the discrepancy?

(Kubernetes also supports Linux nodes)

@Anuragt1104
Copy link
Author

I'm currently working on the documentation for Linux nodes as well and wanted to streamline the process by submitting a combined pull request. I understand that the current title might not clearly convey this intention.

@sftim
Copy link
Contributor

sftim commented Jan 3, 2024

If this is actually a work-in-progress, you can edit the title to start with [WIP]. Or you can mark the PR as a draft.

@Anuragt1104
Copy link
Author

Okay.

@Anuragt1104 Anuragt1104 changed the title new page for adding node in kubernetes cluster [WIP] new page for adding node in kubernetes cluster Jan 3, 2024
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 3, 2024
@Anuragt1104
Copy link
Author

Hi @sftim, I'm currently facing challenges in drafting documentation for Linux nodes. I would greatly appreciate assistance from someone experienced in this domain. Alternatively, if someone else feels more comfortable, I'm open to changing the pull request to focus solely on Windows nodes.

@Anuragt1104 Anuragt1104 changed the title [WIP] new page for adding node in kubernetes cluster new page for Windows Node in kubernetes cluster Jan 9, 2024
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 9, 2024
@sftim
Copy link
Contributor

sftim commented Jan 9, 2024

I'd prefer not to document only the Windows node story, unless we had a clear plan to also cover setting up Linux nodes.

Most Kubernetes clusters use Linux nodes and ignoring that OS would not be ideal.

@Anuragt1104 Anuragt1104 changed the title new page for Windows Node in kubernetes cluster [WIP] new page for new node in kubernetes cluster Jan 10, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign natalisucks for approval. For more information see the Kubernetes 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-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 9, 2024
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle rotten
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels May 9, 2024
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Reopen this PR with /reopen
  • Mark this PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closed this PR.

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Reopen this PR with /reopen
  • Mark this PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

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.

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. language/en Issues or PRs related to English language lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants