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
This annotation requires the [PodTolerationRestriction](/docs/reference/access-authn-authz/admission-controllers/#podtolerationrestriction) admission controller to be enabled. This annotation key allows assigning tolerations to a namespace and any new pods created in this namespace would get these tolerations added.
请使用对应 Pod 或容器的 `securityContext.seccompProfile` 字段替代。
@@ -1483,12 +1501,16 @@ Used on: VolumeSnapshotContent
1483
1501
<!--
1484
1502
Value can either be `true` or `false`.
1485
1503
This determines whether a user can modify the mode of the source volume when a
1486
-
{{< glossary_tooltip text="PersistentVolumeClaim" term_id="persistent-volume-claim" >}} is being created from a VolumeSnapshot.
1487
-
Refer to [Converting the volume mode of a Snapshot](/docs/concepts/storage/volume-snapshots/#convert-volume-mode) and the [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.io/docs/) for more information.
1504
+
{{< glossary_tooltip text="PersistentVolumeClaim" term_id="persistent-volume-claim" >}} is being
1505
+
created from a VolumeSnapshot.
1506
+
1507
+
Refer to [Converting the volume mode of a Snapshot](/docs/concepts/storage/volume-snapshots/#convert-volume-mode)
1508
+
and the [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.io/docs/) for more information.
Annotation that kubeadm uses to preserve the CRI socket information given to kubeadm at `init`/`join` time for later use.
1536
-
kubeadm annotates the Node object with this information. The annotation remains "alpha", since ideally this should be a field in KubeletConfiguration instead.
1559
+
kubeadm annotates the Node object with this information. The annotation remains "alpha", since ideally this should
Annotation that kubeadm places on locally managed etcd pods to keep track of a list of URLs where etcd clients should connect to. This is used mainly for etcd cluster health check purposes.
1577
+
Annotation that kubeadm places on locally managed etcd pods to keep track of a list of URLs where etcd clients
1578
+
should connect to. This is used mainly for etcd cluster health check purposes.
1554
1579
-->
1555
1580
kubeadm 为本地管理的 etcd Pod 设置的注解,用来跟踪 etcd 客户端应连接到的 URL 列表。
Annotation that kubeadm places on locally managed kube-apiserver pods to keep track of the exposed advertise address/port endpoint for that API server instance.
1595
+
Annotation that kubeadm places on locally managed kube-apiserver pods to keep track of the exposed advertise
1596
+
address/port endpoint for that API server instance.
1570
1597
-->
1571
1598
kubeadm 为本地管理的 kube-apiserver Pod 设置的注解,用以跟踪该 API 服务器实例的公开宣告地址/端口端点。
Annotation that kubeadm places on ConfigMaps that it manages for configuring components. It contains a hash (SHA-256) used to determine if the user has applied settings different from the kubeadm defaults for a particular component.
1612
+
Annotation that kubeadm places on ConfigMaps that it manages for configuring components. It contains a hash (SHA-256)
1613
+
used to determine if the user has applied settings different from the kubeadm defaults for a particular component.
0 commit comments