Skip to content

Commit c76c378

Browse files
committed
Fix some errors
1 parent 3599c03 commit c76c378

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

content/en/blog/_posts/2020-12-08-kubernetes-release-1.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Kubernetes community has written a [detailed blog post about deprecation](ht
6464

6565
A longstanding bug regarding exec probe timeouts that may impact existing pod definitions has been fixed. Prior to this fix, the field `timeoutSeconds` was not respected for exec probes. Instead, probes would run indefinitely, even past their configured deadline, until a result was returned. With this change, the default value of `1 second` will be applied if a value is not specified and existing pod definitions may no longer be sufficient if a probe takes longer than one second. A feature gate, called `ExecProbeTimeout`, has been added with this fix that enables cluster operators to revert to the previous behavior, but this will be locked and removed in subsequent releases. In order to revert to the previous behavior, cluster operators should set this feature gate to `false`.
6666

67-
Please review the updated documentation regarding [configuring probes](docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes) for more details.
67+
Please review the updated documentation regarding [configuring probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes) for more details.
6868

6969
## Other Updates
7070

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ parallelism, for a variety of reasons:
192192
{{< note >}}
193193
To be able to create Indexed Jobs, make sure to enable the `IndexedJob`
194194
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
195-
on the [API server](docs/reference/command-line-tools-reference/kube-apiserver/)
195+
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/)
196196
and the [controller manager](/docs/reference/command-line-tools-reference/kube-controller-manager/).
197197
{{< /note >}}
198198

@@ -412,7 +412,7 @@ Here, `W` is the number of work items.
412412
{{< note >}}
413413
Suspending Jobs is available in Kubernetes versions 1.21 and above. You must
414414
enable the `SuspendJob` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
415-
on the [API server](docs/reference/command-line-tools-reference/kube-apiserver/)
415+
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/)
416416
and the [controller manager](/docs/reference/command-line-tools-reference/kube-controller-manager/)
417417
in order to use this feature.
418418
{{< /note >}}

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ configuration, or reinstall it using automation.
5959

6060
### Migrating to the `systemd` driver in kubeadm managed clusters
6161

62-
Follow this [Migration guide](/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver)
62+
Follow this [Migration guide](/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/)
6363
if you wish to migrate to the `systemd` cgroup driver in existing kubeadm managed clusters.
6464

6565
## Container runtimes

content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this document, when we talk about Windows containers we mean Windows containe
3838
Refer to the following table for Windows operating system support in Kubernetes. A single heterogeneous Kubernetes cluster can have both Windows and Linux worker nodes. Windows containers have to be scheduled on Windows nodes and Linux containers on Linux nodes.
3939

4040
| Kubernetes version | Windows Server LTSC releases | Windows Server SAC releases |
41-
| --- | --- | --- | --- |
41+
| --- | --- | --- |
4242
| *Kubernetes v1.17* | Windows Server 2019 | Windows Server ver 1809 |
4343
| *Kubernetes v1.18* | Windows Server 2019 | Windows Server ver 1809, Windows Server ver 1903, Windows Server ver 1909 |
4444
| *Kubernetes v1.19* | Windows Server 2019 | Windows Server ver 1909, Windows Server ver 2004 |

content/en/docs/tasks/administer-cluster/enabling-topology-aware-hints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following prerequisite is needed in order to enable topology aware hints:
2727
## Enable Topology Aware Hints
2828

2929
To enable service topology hints, enable the `TopologyAwareHints` [feature
30-
gate](docs/reference/command-line-tools-reference/feature-gates/) for the
30+
gate](/docs/reference/command-line-tools-reference/feature-gates/) for the
3131
kube-apiserver, kube-controller-manager, and kube-proxy:
3232

3333
```

content/en/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ kubeadm init --config kubeadm-config.yaml
6060

6161
{{< note >}}
6262
Kubeadm uses the same `KubeletConfiguration` for all nodes in the cluster.
63-
The `KubeletConfiguration` is stored in a [ConfigMap](docs/concepts/configuration/configmap)
63+
The `KubeletConfiguration` is stored in a [ConfigMap](/docs/concepts/configuration/configmap)
6464
object under the `kube-system` namespace.
6565

6666
Executing the sub commands `init`, `join` and `upgrade` would result in kubeadm

content/en/docs/tasks/job/indexed-parallel-processing-static.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ non-parallel, use of [Job](/docs/concepts/workloads/controllers/job/).
4040

4141
To be able to create Indexed Jobs, make sure to enable the `IndexedJob`
4242
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
43-
on the [API server](docs/reference/command-line-tools-reference/kube-apiserver/)
43+
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/)
4444
and the [controller manager](/docs/reference/command-line-tools-reference/kube-controller-manager/).
4545

4646
<!-- steps -->

0 commit comments

Comments
 (0)