sync implementation-details kubelet-credentialprovider.v1beta1 intro

pull/41602/head
xin gu 2023-06-12 10:29:44 +08:00
parent b654221cd6
commit 01acc6f2ce
3 changed files with 19 additions and 5 deletions

View File

@ -1195,7 +1195,7 @@ In the following table:
`attach` and `port-forward` requests.
- `SupportIPVSProxyMode`: Enable providing in-cluster service load balancing using IPVS.
See [service proxies](/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies) for more details.
See [service proxies](/docs/reference/networking/virtual-ips/) for more details.
- `SupportNodePidsLimit`: Enable the support to limiting PIDs on the Node. The parameter
`pid=<number>` in the `--system-reserved` and `--kube-reserved` options can be specified to
@ -1209,7 +1209,7 @@ In the following table:
流请求的例子包括 `exec`、`attach` 和 `port-forward` 请求。
- `SupportIPVSProxyMode`:启用使用 IPVS 提供集群内服务负载平衡。更多详细信息,
请参见[服务代理](/zh-cn/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies)。
请参见[服务代理](/zh-cn/docs/reference/networking/virtual-ips/)。
- `SupportNodePidsLimit`:启用支持,限制节点上的 PID 用量。
`--system-reserved``--kube-reserved` 中的参数 `pid=<数值>`

View File

@ -66,10 +66,11 @@ Don't apply any changes; just output what would be done.
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">
<!--
A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)
A set of key=value pairs that describe feature gates for various features. Options are:<br/>EtcdLearnerMode=true|false (ALPHA - default=false)<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)
-->
<p>
一组用来描述各种特性门控的键值key=value对。选项是
<br/>EtcdLearnerMode=true|false (ALPHA - 默认值=false)
<br/>PublicKeysECDSA=true|false (ALPHA - 默认值=false)
<br/>RootlessControlPlane=true|false (ALPHA - 默认值=false)
</p>

View File

@ -149,15 +149,17 @@ releases may also occur in between these.
<!--
| Monthly Patch Release | Cherry Pick Deadline | Target date |
| --------------------- | -------------------- | ----------- |
| April 2023 | 2023-04-07 | 2023-04-12 |
| May 2023 | 2023-05-12 | 2023-05-17 |
| June 2023 | 2023-06-09 | 2023-06-14 |
| July 2023 | 2023-07-07 | 2023-07-12 |
| August 2023 | 2023-08-04 | 2023-08-09 |
-->
| 月度补丁发布 | Cherry Pick 截止日期 | 目标日期 |
|------------|------------------|------------|
| 2023 年 4 月 | 2023-04-07 | 2023-04-12 |
| 2023 年 5 月 | 2023-05-12 | 2023-05-17 |
| 2023 年 6 月 | 2023-06-09 | 2023-06-14 |
| 2023 年 7 月 | 2023-07-07 | 2023-07-12 |
| 2023 年 8 月 | 2023-08-04 | 2023-08-09 |
<!--
## Detailed Release History for Active Branches
@ -176,3 +178,14 @@ These releases are no longer supported.
不再支持这些版本。
{{< eol-releases >}}
<!--
[cherry-picks]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-release/cherry-picks.md
[release-managers]: /releases/release-managers
[release process description]: /releases/release
[yearly-support]: https://git.k8s.io/enhancements/keps/sig-release/1498-kubernetes-yearly-support-period/README.md
-->
[精选提交]https://github.com/kubernetes/community/blob/master/contributors/devel/sig-release/cherry-picks.md
[发布管理员]/zh-cn/releases/release-managers
[发布流程介绍]/zh-cn/releases/release
[年度支持]https://git.k8s.io/enhancements/keps/sig-release/1498-kubernetes-yearly-support-period/README.md