Skip to content

Commit 9654c61

Browse files
authored
Merge pull request #20200 from liggitt/feature-state-typo
Make feature-state tag usage consistent
2 parents 7336e45 + ace502b commit 9654c61

File tree

16 files changed

+23
-23
lines changed

16 files changed

+23
-23
lines changed

content/en/docs/concepts/configuration/pod-priority-preemption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 70
99

1010
{{% capture overview %}}
1111

12-
{{< feature-state for_k8s_version="1.14" state="stable" >}}
12+
{{< feature-state for_k8s_version="v1.14" state="stable" >}}
1313

1414
[Pods](/docs/user-guide/pods) can have _priority_. Priority indicates the
1515
importance of a Pod relative to other Pods. If a Pod cannot be scheduled, the
@@ -145,7 +145,7 @@ description: "This priority class should be used for XYZ service pods only."
145145

146146
## Non-preempting PriorityClass {#non-preempting-priority-class}
147147

148-
{{< feature-state for_k8s_version="1.15" state="alpha" >}}
148+
{{< feature-state for_k8s_version="v1.15" state="alpha" >}}
149149

150150
Pods with `PreemptionPolicy: Never` will be placed in the scheduling queue
151151
ahead of lower-priority pods,

content/en/docs/concepts/configuration/resource-bin-packing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 10
1010

1111
{{% capture overview %}}
1212

13-
{{< feature-state for_k8s_version="1.16" state="alpha" >}}
13+
{{< feature-state for_k8s_version="v1.16" state="alpha" >}}
1414

1515
The kube-scheduler can be configured to enable bin packing of resources along with extended resources using `RequestedToCapacityRatioResourceAllocation` priority function. Priority functions can be used to fine-tune the kube-scheduler as per custom needs.
1616

content/en/docs/concepts/configuration/taint-and-toleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ when there are node problems, which is described in the next section.
202202

203203
## Taint based Evictions
204204

205-
{{< feature-state for_k8s_version="1.18" state="stable" >}}
205+
{{< feature-state for_k8s_version="v1.18" state="stable" >}}
206206

207207
Earlier we mentioned the `NoExecute` taint effect, which affects pods that are already
208208
running on the node as follows

content/en/docs/concepts/policy/resource-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ The `Terminating`, `NotTerminating`, and `NotBestEffort` scopes restrict a quota
197197

198198
### Resource Quota Per PriorityClass
199199

200-
{{< feature-state for_k8s_version="1.12" state="beta" >}}
200+
{{< feature-state for_k8s_version="v1.12" state="beta" >}}
201201

202202
Pods can be created at a specific [priority](/docs/concepts/configuration/pod-priority-preemption/#pod-priority).
203203
You can control a pod's consumption of system resources based on a pod's priority, by using the `scopeSelector`

content/en/docs/concepts/scheduling/scheduler-perf-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 70
88

99
{{% capture overview %}}
1010

11-
{{< feature-state for_k8s_version="1.14" state="beta" >}}
11+
{{< feature-state for_k8s_version="v1.14" state="beta" >}}
1212

1313
[kube-scheduler](/docs/concepts/scheduling/kube-scheduler/#kube-scheduler)
1414
is the Kubernetes default scheduler. It is responsible for placement of Pods

content/en/docs/concepts/scheduling/scheduling-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 60
88

99
{{% capture overview %}}
1010

11-
{{< feature-state for_k8s_version="1.15" state="alpha" >}}
11+
{{< feature-state for_k8s_version="v1.15" state="alpha" >}}
1212

1313
The scheduling framework is a pluggable architecture for Kubernetes Scheduler
1414
that makes scheduler customizations easy. It adds a new set of "plugin" APIs to

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The following plugins support `WaitForFirstConsumer` with pre-created Persistent
185185
* All of the above
186186
* [Local](#local)
187187

188-
{{< feature-state state="stable" for_k8s_version="1.17" >}}
188+
{{< feature-state state="stable" for_k8s_version="v1.17" >}}
189189
[CSI volumes](/docs/concepts/storage/volumes/#csi) are also supported with dynamic provisioning
190190
and pre-created PVs, but you'll need to look at the documentation for a specific CSI driver
191191
to see its supported topology keys and examples.
@@ -410,7 +410,7 @@ parameters:
410410
round-robin-ed across all active zones where Kubernetes cluster has a node.
411411

412412
{{< note >}}
413-
{{< feature-state state="deprecated" for_k8s_version="1.11" >}}
413+
{{< feature-state state="deprecated" for_k8s_version="v1.11" >}}
414414
This internal provisioner of OpenStack is deprecated. Please use [the external cloud provider for OpenStack](https://github.com/kubernetes/cloud-provider-openstack).
415415
{{< /note >}}
416416

content/en/docs/concepts/storage/volume-snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight: 20
1313

1414
{{% capture overview %}}
1515

16-
{{< feature-state for_k8s_version="1.17" state="beta" >}}
16+
{{< feature-state for_k8s_version="v1.17" state="beta" >}}
1717
In Kubernetes, a _VolumeSnapshot_ represents a snapshot of a volume on a storage system. This document assumes that you are already familiar with Kubernetes [persistent volumes](/docs/concepts/storage/persistent-volumes/).
1818

1919
{{% /capture %}}

content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 40
88

99
{{% capture overview %}}
1010

11-
{{< feature-state for_k8s_version="1.12" state="stable" >}}
11+
{{< feature-state for_k8s_version="v1.12" state="stable" >}}
1212

1313
The kubeadm `ClusterConfiguration` object exposes the field `extraArgs` that can override the default flags passed to control plane
1414
components such as the APIServer, ControllerManager and Scheduler. The components are defined using the following fields:

content/en/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 80
88

99
{{% capture overview %}}
1010

11-
{{< feature-state for_k8s_version="1.11" state="stable" >}}
11+
{{< feature-state for_k8s_version="v1.11" state="stable" >}}
1212

1313
The lifecycle of the kubeadm CLI tool is decoupled from the
1414
[kubelet](/docs/reference/command-line-tools-reference/kubelet), which is a daemon that runs

0 commit comments

Comments
 (0)