You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2019-12-09-kubernetes-1.17-release-announcement.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Standard labels are used by Kubernetes components to support some features. For
31
31
32
32
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:
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2020-09-03-warnings/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,7 @@ Now that we have a way to communicate helpful information to users in context,
325
325
we're already considering other ways we can use this to improve people's experience with Kubernetes.
326
326
A couple areas we're looking at next are warning about [known problematic values](http://issue.k8s.io/64841#issuecomment-395141013)
327
327
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)).
329
329
I'm excited to see progress in this area, continuing to make it easier to use Kubernetes.
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.
76
76
77
77
{{< note >}}
78
78
The value of these labels is cloud provider specific and is not guaranteed to be reliable.
Copy file name to clipboardExpand all lines: content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ graph TB
58
58
class zoneA,zoneB cluster;
59
59
{{< /mermaid >}}
60
60
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.
-`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)
683
683
with informations about the allocatable resources, enabling clients to properly track the free compute resources on a node.
684
684
-`LegacyNodeRoleBehavior`: When disabled, legacy behavior in service load balancers and
685
685
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:
712
712
-`NonPreemptingPriority`: Enable `preemptionPolicy` field for PriorityClass and Pod.
713
713
-`PVCProtection`: Enable the prevention of a PersistentVolumeClaim (PVC) from
714
714
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)
716
716
feature which allows users to influence ReplicaSet downscaling order.
717
717
-`PersistentLocalVolumes`: Enable the usage of `local` volume type in Pods.
718
718
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:
730
730
a single process namespace between containers running in a pod. More details can be found in
731
731
[Share Process Namespace between Containers in a Pod](/docs/tasks/configure-pod-container/share-process-namespace/).
on pods. See the [enhancement proposal](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2238-liveness-probe-grace-period) for more details.
735
735
-`ProcMountType`: Enables control over the type proc mounts for containers
736
736
by setting the `procMount` field of a SecurityContext.
@@ -776,7 +776,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
776
776
-`ServiceInternalTrafficPolicy`: Enables the `InternalTrafficPolicy` field on Services
777
777
-`ServiceLBNodePortControl`: Enables the `spec.allocateLoadBalancerNodePorts`
778
778
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.
780
780
-`ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
781
781
-`ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers
782
782
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:
835
835
-`TopologyManager`: Enable a mechanism to coordinate fine-grained hardware resource
836
836
assignments for different components in Kubernetes. See
837
837
[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
839
839
topologies based on available PV capacity.
840
840
-`VolumePVCDataSource`: Enable support for specifying an existing PVC as a DataSource.
841
841
-`VolumeScheduling`: Enable volume topology aware scheduling and make the
0 commit comments