Fix links in some pages
This PR fixes some links that are using redirect records or dangling.
This commit is contained in:
@@ -145,7 +145,7 @@ class first,second white
|
|||||||
{{</ mermaid >}}
|
{{</ mermaid >}}
|
||||||
Figure 2. Preparation for your first contribution.
|
Figure 2. Preparation for your first contribution.
|
||||||
|
|
||||||
- Read the [Contribution overview](/docs/contribute/new-content/overview/) to
|
- Read the [Contribution overview](/docs/contribute/new-content/) to
|
||||||
learn about the different ways you can contribute.
|
learn about the different ways you can contribute.
|
||||||
- Check [`kubernetes/website` issues list](https://github.com/kubernetes/website/issues/)
|
- Check [`kubernetes/website` issues list](https://github.com/kubernetes/website/issues/)
|
||||||
for issues that make good entry points.
|
for issues that make good entry points.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ weight: 98
|
|||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
This page assumes that you understand how to
|
This page assumes that you understand how to
|
||||||
[contribute to new content](/docs/contribute/new-content/overview) and
|
[contribute to new content](/docs/contribute/new-content/) and
|
||||||
[review others' work](/docs/contribute/review/reviewing-prs/), and are ready
|
[review others' work](/docs/contribute/review/reviewing-prs/), and are ready
|
||||||
to learn about more ways to contribute. You need to use the Git command line
|
to learn about more ways to contribute. You need to use the Git command line
|
||||||
client and other tools for some of these tasks.
|
client and other tools for some of these tasks.
|
||||||
|
|||||||
@@ -115,6 +115,6 @@ SIG Docs approvers. Here's how it works.
|
|||||||
|
|
||||||
For more information about contributing to the Kubernetes documentation, see:
|
For more information about contributing to the Kubernetes documentation, see:
|
||||||
|
|
||||||
- [Contributing new content](/docs/contribute/new-content/overview/)
|
- [Contributing new content](/docs/contribute/new-content/)
|
||||||
- [Reviewing content](/docs/contribute/review/reviewing-prs)
|
- [Reviewing content](/docs/contribute/review/reviewing-prs)
|
||||||
- [Documentation style guide](/docs/contribute/style/)
|
- [Documentation style guide](/docs/contribute/style/)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Anyone can:
|
|||||||
- Suggest improvements on [Slack](https://slack.k8s.io/) or the
|
- Suggest improvements on [Slack](https://slack.k8s.io/) or the
|
||||||
[SIG docs mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-docs).
|
[SIG docs mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-docs).
|
||||||
|
|
||||||
After [signing the CLA](/docs/contribute/new-content/overview/#sign-the-cla), anyone can also:
|
After [signing the CLA](https://github.com/kubernetes/community/blob/master/CLA.md), anyone can also:
|
||||||
|
|
||||||
- Open a pull request to improve existing content, add new content, or write a blog post or case study
|
- Open a pull request to improve existing content, add new content, or write a blog post or case study
|
||||||
- Create diagrams, graphics assets, and embeddable screencasts and videos
|
- Create diagrams, graphics assets, and embeddable screencasts and videos
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ weight: 10
|
|||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
Anyone can review a documentation pull request. Visit the [pull requests](https://github.com/kubernetes/website/pulls) section in the Kubernetes website repository to see open pull requests.
|
Anyone can review a documentation pull request. Visit the [pull requests](https://github.com/kubernetes/website/pulls)
|
||||||
|
section in the Kubernetes website repository to see open pull requests.
|
||||||
|
|
||||||
Reviewing documentation pull requests is a
|
Reviewing documentation pull requests is a
|
||||||
great way to introduce yourself to the Kubernetes community.
|
great way to introduce yourself to the Kubernetes community.
|
||||||
@@ -27,7 +28,9 @@ Before reviewing, it's a good idea to:
|
|||||||
|
|
||||||
Before you start a review:
|
Before you start a review:
|
||||||
|
|
||||||
- Read the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) and ensure that you abide by it at all times.
|
|
||||||
|
- Read the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md)
|
||||||
|
and ensure that you abide by it at all times.
|
||||||
- Be polite, considerate, and helpful.
|
- Be polite, considerate, and helpful.
|
||||||
- Comment on positive aspects of PRs as well as changes.
|
- Comment on positive aspects of PRs as well as changes.
|
||||||
- Be empathetic and mindful of how your review may be received.
|
- Be empathetic and mindful of how your review may be received.
|
||||||
@@ -36,7 +39,8 @@ Before you start a review:
|
|||||||
|
|
||||||
## Review process
|
## Review process
|
||||||
|
|
||||||
In general, review pull requests for content and style in English. Figure 1 outlines the steps for the review process. The details for each step follow.
|
In general, review pull requests for content and style in English. Figure 1 outlines the steps for
|
||||||
|
the review process. The details for each step follow.
|
||||||
|
|
||||||
<!-- See https://github.com/kubernetes/website/issues/28808 for live-editor URL to this figure -->
|
<!-- See https://github.com/kubernetes/website/issues/28808 for live-editor URL to this figure -->
|
||||||
<!-- You can also cut/paste the mermaid code into the live editor at https://mermaid-js.github.io/mermaid-live-editor to play around with it -->
|
<!-- You can also cut/paste the mermaid code into the live editor at https://mermaid-js.github.io/mermaid-live-editor to play around with it -->
|
||||||
@@ -69,32 +73,39 @@ class third,fourth white
|
|||||||
|
|
||||||
Figure 1. Review process steps.
|
Figure 1. Review process steps.
|
||||||
|
|
||||||
1. Go to
|
1. Go to [https://github.com/kubernetes/website/pulls](https://github.com/kubernetes/website/pulls).
|
||||||
[https://github.com/kubernetes/website/pulls](https://github.com/kubernetes/website/pulls).
|
You see a list of every open pull request against the Kubernetes website and docs.
|
||||||
You see a list of every open pull request against the Kubernetes website and
|
|
||||||
docs.
|
|
||||||
|
|
||||||
2. Filter the open PRs using one or all of the following labels:
|
2. Filter the open PRs using one or all of the following labels:
|
||||||
- `cncf-cla: yes` (Recommended): PRs submitted by contributors who have not signed the CLA cannot be merged. See [Sign the CLA](/docs/contribute/new-content/overview/#sign-the-cla) for more information.
|
|
||||||
- `language/en` (Recommended): Filters for english language PRs only.
|
|
||||||
- `size/<size>`: filters for PRs of a certain size. If you're new, start with smaller PRs.
|
|
||||||
|
|
||||||
Additionally, ensure the PR isn't marked as a work in progress. PRs using the `work in progress` label are not ready for review yet.
|
- `cncf-cla: yes` (Recommended): PRs submitted by contributors who have not signed the CLA
|
||||||
|
cannot be merged. See [Sign the CLA](/docs/contribute/new-content/#sign-the-cla)
|
||||||
|
for more information.
|
||||||
|
- `language/en` (Recommended): Filters for english language PRs only.
|
||||||
|
- `size/<size>`: filters for PRs of a certain size. If you're new, start with smaller PRs.
|
||||||
|
|
||||||
3. Once you've selected a PR to review, understand the change by:
|
Additionally, ensure the PR isn't marked as a work in progress. PRs using the `work in
|
||||||
- Reading the PR description to understand the changes made, and read any linked issues
|
progress` label are not ready for review yet.
|
||||||
- Reading any comments by other reviewers
|
|
||||||
- Clicking the **Files changed** tab to see the files and lines changed
|
|
||||||
- Previewing the changes in the Netlify preview build by scrolling to the PR's build check section at the bottom of the **Conversation** tab.
|
|
||||||
Here's a screenshot (this shows GitHub's desktop site; if you're reviewing
|
|
||||||
on a tablet or smartphone device, the GitHub web UI is slightly different):
|
|
||||||
{{< figure src="/images/docs/github_netlify_deploy_preview.png" alt="GitHub pull request details including link to Netlify preview" >}}
|
|
||||||
To open the preview, click on the **Details** link of the **deploy/netlify** line in the list of checks.
|
|
||||||
|
|
||||||
4. Go to the **Files changed** tab to start your review.
|
3. Once you've selected a PR to review, understand the change by:
|
||||||
1. Click on the `+` symbol beside the line you want to comment on.
|
|
||||||
2. Fill in any comments you have about the line and click either **Add single comment** (if you have only one comment to make) or **Start a review** (if you have multiple comments to make).
|
- Reading the PR description to understand the changes made, and read any linked issues
|
||||||
3. When finished, click **Review changes** at the top of the page. Here, you can add
|
- Reading any comments by other reviewers
|
||||||
|
- Clicking the **Files changed** tab to see the files and lines changed
|
||||||
|
- Previewing the changes in the Netlify preview build by scrolling to the PR's build check
|
||||||
|
section at the bottom of the **Conversation** tab.
|
||||||
|
Here's a screenshot (this shows GitHub's desktop site; if you're reviewing
|
||||||
|
on a tablet or smartphone device, the GitHub web UI is slightly different):
|
||||||
|
{{< figure src="/images/docs/github_netlify_deploy_preview.png" alt="GitHub pull request details including link to Netlify preview" >}}
|
||||||
|
To open the preview, click on the **Details** link of the **deploy/netlify** line in the
|
||||||
|
list of checks.
|
||||||
|
|
||||||
|
4. Go to the **Files changed** tab to start your review.
|
||||||
|
|
||||||
|
1. Click on the `+` symbol beside the line you want to comment on.
|
||||||
|
1. Fill in any comments you have about the line and click either **Add single comment** (if you
|
||||||
|
have only one comment to make) or **Start a review** (if you have multiple comments to make).
|
||||||
|
1. When finished, click **Review changes** at the top of the page. Here, you can add
|
||||||
a summary of your review (and leave some positive comments for the contributor!),
|
a summary of your review (and leave some positive comments for the contributor!),
|
||||||
approve the PR, comment or request changes as needed. New contributors should always
|
approve the PR, comment or request changes as needed. New contributors should always
|
||||||
choose **Comment**.
|
choose **Comment**.
|
||||||
@@ -119,14 +130,22 @@ When reviewing, use the following as a starting point.
|
|||||||
|
|
||||||
### Website
|
### Website
|
||||||
|
|
||||||
- Did this PR change or remove a page title, slug/alias or anchor link? If so, are there broken links as a result of this PR? Is there another option, like changing the page title without changing the slug?
|
- Did this PR change or remove a page title, slug/alias or anchor link? If so, are there broken
|
||||||
|
links as a result of this PR? Is there another option, like changing the page title without
|
||||||
|
changing the slug?
|
||||||
|
|
||||||
- Does the PR introduce a new page? If so:
|
- Does the PR introduce a new page? If so:
|
||||||
- Is the page using the right [page content type](/docs/contribute/style/page-content-types/) and associated Hugo shortcodes?
|
|
||||||
|
- Is the page using the right [page content type](/docs/contribute/style/page-content-types/)
|
||||||
|
and associated Hugo shortcodes?
|
||||||
- Does the page appear correctly in the section's side navigation (or at all)?
|
- Does the page appear correctly in the section's side navigation (or at all)?
|
||||||
- Should the page appear on the [Docs Home](/docs/home/) listing?
|
- Should the page appear on the [Docs Home](/docs/home/) listing?
|
||||||
- Do the changes show up in the Netlify preview? Be particularly vigilant about lists, code blocks, tables, notes and images.
|
|
||||||
|
- Do the changes show up in the Netlify preview? Be particularly vigilant about lists, code
|
||||||
|
blocks, tables, notes and images.
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
For small issues with a PR, like typos or whitespace, prefix your comments with `nit:`. This lets the author know the issue is non-critical.
|
For small issues with a PR, like typos or whitespace, prefix your comments with `nit:`.
|
||||||
|
This lets the author know the issue is non-critical.
|
||||||
|
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ part of Kubernetes (this removal was
|
|||||||
[announced](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
|
[announced](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
|
||||||
as part of the v1.20 release).
|
as part of the v1.20 release).
|
||||||
You can read
|
You can read
|
||||||
[Check whether Dockershim deprecation affects you](/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you/) to understand how this removal might
|
[Check whether Dockershim removal affects you](/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/)
|
||||||
affect you. To learn about migrating from using dockershim, see
|
to understand how this removal might affect you. To learn about migrating from using dockershim, see
|
||||||
[Migrating from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/).
|
[Migrating from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/).
|
||||||
|
|
||||||
If you are running a version of Kubernetes other than v{{< skew currentVersion >}},
|
If you are running a version of Kubernetes other than v{{< skew currentVersion >}},
|
||||||
|
|||||||
+8
-4
@@ -91,7 +91,8 @@ to not download the default container images which are hosted at `k8s.gcr.io`.
|
|||||||
|
|
||||||
Kubeadm has commands that can help you pre-pull the required images
|
Kubeadm has commands that can help you pre-pull the required images
|
||||||
when creating a cluster without an internet connection on its nodes.
|
when creating a cluster without an internet connection on its nodes.
|
||||||
See [Running kubeadm without an internet connection](/docs/reference/setup-tools/kubeadm/kubeadm-init#without-internet-connection) for more details.
|
See [Running kubeadm without an internet connection](/docs/reference/setup-tools/kubeadm/kubeadm-init#without-internet-connection)
|
||||||
|
for more details.
|
||||||
|
|
||||||
Kubeadm allows you to use a custom image repository for the required images.
|
Kubeadm allows you to use a custom image repository for the required images.
|
||||||
See [Using custom images](/docs/reference/setup-tools/kubeadm/kubeadm-init#custom-images)
|
See [Using custom images](/docs/reference/setup-tools/kubeadm/kubeadm-init#custom-images)
|
||||||
@@ -365,7 +366,8 @@ The output is similar to this:
|
|||||||
5didvk.d09sbcov8ph2amjw
|
5didvk.d09sbcov8ph2amjw
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't have the value of `--discovery-token-ca-cert-hash`, you can get it by running the following command chain on the control-plane node:
|
If you don't have the value of `--discovery-token-ca-cert-hash`, you can get it by running the
|
||||||
|
following command chain on the control-plane node:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outform der 2>/dev/null | \
|
openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outform der 2>/dev/null | \
|
||||||
@@ -506,7 +508,7 @@ options.
|
|||||||
* Verify that your cluster is running properly with [Sonobuoy](https://github.com/heptio/sonobuoy)
|
* Verify that your cluster is running properly with [Sonobuoy](https://github.com/heptio/sonobuoy)
|
||||||
* <a id="lifecycle" />See [Upgrading kubeadm clusters](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
|
* <a id="lifecycle" />See [Upgrading kubeadm clusters](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
|
||||||
for details about upgrading your cluster using `kubeadm`.
|
for details about upgrading your cluster using `kubeadm`.
|
||||||
* Learn about advanced `kubeadm` usage in the [kubeadm reference documentation](/docs/reference/setup-tools/kubeadm/kubeadm)
|
* Learn about advanced `kubeadm` usage in the [kubeadm reference documentation](/docs/reference/setup-tools/kubeadm/)
|
||||||
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/reference/kubectl/).
|
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/reference/kubectl/).
|
||||||
* See the [Cluster Networking](/docs/concepts/cluster-administration/networking/) page for a bigger list
|
* See the [Cluster Networking](/docs/concepts/cluster-administration/networking/) page for a bigger list
|
||||||
of Pod network add-ons.
|
of Pod network add-ons.
|
||||||
@@ -613,4 +615,6 @@ supports your chosen platform.
|
|||||||
|
|
||||||
## Troubleshooting {#troubleshooting}
|
## Troubleshooting {#troubleshooting}
|
||||||
|
|
||||||
If you are running into difficulties with kubeadm, please consult our [troubleshooting docs](/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/).
|
If you are running into difficulties with kubeadm, please consult our
|
||||||
|
[troubleshooting docs](/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user