Skip to content

Commit

Permalink
sync leases images components
Browse files Browse the repository at this point in the history
  • Loading branch information
asa3311 committed Mar 7, 2024
1 parent 63c3ee3 commit 1405a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/zh-cn/docs/concepts/architecture/leases.md
Expand Up @@ -65,7 +65,7 @@ Kubernetes 也使用 Lease 确保在任何给定时间某个组件只有一个
-->
## API 服务器身份 {#api-server-identity}

{{< feature-state for_k8s_version="v1.26" state="beta" >}}
{{< feature-state feature_gate_name="APIServerIdentity" >}}

<!--
Starting in Kubernetes v1.26, each `kube-apiserver` uses the Lease API to publish its identity to the
Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/docs/concepts/containers/images.md
Expand Up @@ -305,7 +305,7 @@ Kubernetes 会增加每次尝试之间的延迟,直到达到编译限制,即
-->
### 基于运行时类的镜像拉取 {#image-pull-per-runtime-class}

{{< feature-state for_k8s_version="v1.29" state="alpha" >}}
{{< feature-state feature_gate_name="RuntimeClassInImageCriApi" >}}

<!--
Kubernetes includes alpha support for performing image pulls based on the RuntimeClass of a Pod.
Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/docs/concepts/overview/components.md
Expand Up @@ -61,7 +61,7 @@ as well as detecting and responding to cluster events (for example, starting up

<!--
Control plane components can be run on any machine in the cluster. However,
for simplicity, set up scripts typically start all control plane components on
for simplicity, setup scripts typically start all control plane components on
the same machine, and do not run user containers on this machine. See
[Creating Highly Available clusters with kubeadm](/docs/setup/production-environment/tools/kubeadm/high-availability/)
for an example control plane setup that runs across multiple machines.
Expand Down

0 comments on commit 1405a55

Please sign in to comment.