Skip to content

Commit 9b6bba4

Browse files
authored
Merge pull request #27577 from jihoon-seo/210416_Fix_errors_27565_27569
Fix errors #27565, #27569
2 parents 371c74a + 3100379 commit 9b6bba4

File tree

9 files changed

+17
-15
lines changed

9 files changed

+17
-15
lines changed

content/en/blog/_posts/2019-12-09-kubernetes-1.17-release-announcement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Standard labels are used by Kubernetes components to support some features. For
3131

3232
The labels are reaching general availability in this release. Kubernetes components have been updated to populate the GA and beta labels and to react to both. However, if you are using the beta labels in your pod specs for features such as node affinity, or in your custom controllers, we recommend that you start migrating them to the new GA labels. You can find the documentation for the new labels here:
3333

34-
- [node.kubernetes.io/instance-type](https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/#nodekubernetesioinstance-type)
35-
- [topology.kubernetes.io/region](https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/#topologykubernetesioregion)
36-
- [topology.kubernetes.io/zone](https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/#topologykubernetesiozone)
34+
- [node.kubernetes.io/instance-type](/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type)
35+
- [topology.kubernetes.io/region](/docs/reference/labels-annotations-taints/#topologykubernetesioregion)
36+
- [topology.kubernetes.io/zone](/docs/reference/labels-annotations-taints/#topologykubernetesiozone)
3737

3838
## Volume Snapshot Moves to Beta
3939

content/en/blog/_posts/2020-09-03-warnings/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Now that we have a way to communicate helpful information to users in context,
325325
we're already considering other ways we can use this to improve people's experience with Kubernetes.
326326
A couple areas we're looking at next are warning about [known problematic values](http://issue.k8s.io/64841#issuecomment-395141013)
327327
we cannot reject outright for compatibility reasons, and warning about use of deprecated fields or field values
328-
(like selectors using beta os/arch node labels, [deprecated in v1.14](/docs/reference/kubernetes-api/labels-annotations-taints/#beta-kubernetes-io-arch-deprecated)).
328+
(like selectors using beta os/arch node labels, [deprecated in v1.14](/docs/reference/labels-annotations-taints/#beta-kubernetes-io-arch-deprecated)).
329329
I'm excited to see progress in this area, continuing to make it easier to use Kubernetes.
330330
331331
---

content/en/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ verify that it worked by running `kubectl get pods -o wide` and looking at the
7272
## Interlude: built-in node labels {#built-in-node-labels}
7373

7474
In addition to labels you [attach](#step-one-attach-label-to-the-node), nodes come pre-populated
75-
with a standard set of labels. See [Well-Known Labels, Annotations and Taints](/docs/reference/kubernetes-api/labels-annotations-taints/) for a list of these.
75+
with a standard set of labels. See [Well-Known Labels, Annotations and Taints](/docs/reference/labels-annotations-taints/) for a list of these.
7676

7777
{{< note >}}
7878
The value of these labels is cloud provider specific and is not guaranteed to be reliable.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ If all of the above match, then selection is random.
325325
### Pod deletion cost
326326
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
327327

328-
Using the [`controller.kubernetes.io/pod-deletion-cost`](/docs/reference/command-line-tools-reference/labels-annotations-taints/#pod-deletion-cost)
328+
Using the [`controller.kubernetes.io/pod-deletion-cost`](/docs/reference/labels-annotations-taints/#pod-deletion-cost)
329329
annotation, users can set a preference regarding which pods to remove first when downscaling a ReplicaSet.
330330

331331
The annotation should be set on the pod, the range is [-2147483647, 2147483647]. It represents the cost of

content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ graph TB
5858
class zoneA,zoneB cluster;
5959
{{< /mermaid >}}
6060

61-
Instead of manually applying labels, you can also reuse the [well-known labels](/docs/reference/kubernetes-api/labels-annotations-taints/) that are created and populated automatically on most clusters.
61+
Instead of manually applying labels, you can also reuse the [well-known labels](/docs/reference/labels-annotations-taints/) that are created and populated automatically on most clusters.
6262

6363
## Spread Constraints for Pods
6464

content/en/docs/reference/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This section of the Kubernetes documentation contains references.
2626
* [One-page API Reference for Kubernetes {{< param "version" >}}](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/)
2727
* [Using The Kubernetes API](/docs/reference/using-api/) - overview of the API for Kubernetes.
2828
* [API access control](/docs/reference/access-authn-authz/) - details on how Kubernetes controls API access
29-
* [Well-Known Labels, Annotations and Taints](/docs/reference/kubernetes-api/labels-annotations-taints/)
29+
* [Well-Known Labels, Annotations and Taints](/docs/reference/labels-annotations-taints/)
3030

3131
## Officially supported client libraries
3232

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
664664
- `IndexedJob`: Allows the [Job](/docs/concepts/workloads/controllers/job/)
665665
controller to manage Pod completions per completion index.
666666
- `IngressClassNamespacedParams`: Allow namespace-scoped parameters reference in
667-
`IngressClass` resouce. This feature adds two fields - `Scope` and `Namespace`
667+
`IngressClass` resource. This feature adds two fields - `Scope` and `Namespace`
668668
to `IngressClass.spec.parameters`.
669669
- `IPv6DualStack`: Enable [dual stack](/docs/concepts/services-networking/dual-stack/)
670670
support for IPv6.
@@ -679,7 +679,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
679679
[Support Device Monitoring](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/606-compute-device-assignment/README.md)
680680
for more details.
681681
- `KubeletPodResourcesGetAllocatable`: Enable the kubelet's pod resources `GetAllocatableResources` functionality.
682-
This API augments the [resource allocation reporting](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources)
682+
This API augments the [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources)
683683
with informations about the allocatable resources, enabling clients to properly track the free compute resources on a node.
684684
- `LegacyNodeRoleBehavior`: When disabled, legacy behavior in service load balancers and
685685
node disruption will ignore the `node-role.kubernetes.io/master` label in favor of the
@@ -712,7 +712,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
712712
- `NonPreemptingPriority`: Enable `preemptionPolicy` field for PriorityClass and Pod.
713713
- `PVCProtection`: Enable the prevention of a PersistentVolumeClaim (PVC) from
714714
being deleted when it is still used by any Pod.
715-
- `PodDeletionCost`: Enable the [Pod Deletion Cost](/docs/content/en/docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost)
715+
- `PodDeletionCost`: Enable the [Pod Deletion Cost](/docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost)
716716
feature which allows users to influence ReplicaSet downscaling order.
717717
- `PersistentLocalVolumes`: Enable the usage of `local` volume type in Pods.
718718
Pod affinity has to be specified if requesting a `local` volume.
@@ -730,7 +730,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
730730
a single process namespace between containers running in a pod. More details can be found in
731731
[Share Process Namespace between Containers in a Pod](/docs/tasks/configure-pod-container/share-process-namespace/).
732732
- `ProbeTerminationGracePeriod`: Enable [setting probe-level
733-
`terminationGracePeriodSeconds`](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#probe-level-terminationGracePeriodSeconds)
733+
`terminationGracePeriodSeconds`](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#probe-level-terminationgraceperiodseconds)
734734
on pods. See the [enhancement proposal](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2238-liveness-probe-grace-period) for more details.
735735
- `ProcMountType`: Enables control over the type proc mounts for containers
736736
by setting the `procMount` field of a SecurityContext.
@@ -776,7 +776,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
776776
- `ServiceInternalTrafficPolicy`: Enables the `InternalTrafficPolicy` field on Services
777777
- `ServiceLBNodePortControl`: Enables the `spec.allocateLoadBalancerNodePorts`
778778
field on Services.
779-
- `ServiceLoadBalancerClass`: Enables the `LoadBalancerClass` field on Services. See [Specifying class of load balancer implementation](/docs/concepts/services-networking/service/#specifying-class-of-load-balancer-implementation-load-balancer-class) for more details.
779+
- `ServiceLoadBalancerClass`: Enables the `LoadBalancerClass` field on Services. See [Specifying class of load balancer implementation](/docs/concepts/services-networking/service/#load-balancer-class) for more details.
780780
- `ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
781781
- `ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers
782782
created by a cloud provider. A node is eligible for exclusion if labelled with
@@ -835,7 +835,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
835835
- `TopologyManager`: Enable a mechanism to coordinate fine-grained hardware resource
836836
assignments for different components in Kubernetes. See
837837
[Control Topology Management Policies on a node](/docs/tasks/administer-cluster/topology-manager/).
838-
- 'VolumeCapacityPriority`: Enable support for prioritizing nodes in different
838+
- `VolumeCapacityPriority`: Enable support for prioritizing nodes in different
839839
topologies based on available PV capacity.
840840
- `VolumePVCDataSource`: Enable support for specifying an existing PVC as a DataSource.
841841
- `VolumeScheduling`: Enable volume topology aware scheduling and make the

content/en/docs/reference/labels-annotations-taints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Example: `controller.kubernetes.io/pod-deletion-cost=10`
6969

7070
Used on: Pod
7171

72-
This annotation is used to set [Pod Deletion Cost](/docs/content/en/docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost)
72+
This annotation is used to set [Pod Deletion Cost](/docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost)
7373
which allows users to influence ReplicaSet downscaling order. The annotation parses into an `int32` type.
7474

7575
## beta.kubernetes.io/instance-type (deprecated)

static/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187
/docs/home/contribute/blog-post/ /docs/contribute/start/ 301
188188
/docs/home/contribute/write-new-topic/ /docs/contribute/style/write-new-topic/ 301
189189

190+
/docs/reference/command-line-tools-reference/labels-annotations-taints/ /docs/reference/labels-annotations-taints/ 301
191+
190192
/docs/reference/deprecation-policy/ /docs/reference/using-api/deprecation-policy/ 301
191193

192194
/docs/reference/generated/cloud-controller-manager/ /docs/reference/command-line-tools-reference/cloud-controller-manager/ 301

0 commit comments

Comments
 (0)