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/zh-cn/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ let you meet it.
91
91
* To get the aggregator working in your environment, [configure the aggregation layer](/docs/tasks/extend-kubernetes/configure-aggregation-layer/).
92
92
* Then, [setup an extension api-server](/docs/tasks/extend-kubernetes/setup-extension-api-server/) to work with the aggregation layer.
93
93
* Read about [APIService](/docs/reference/kubernetes-api/cluster-resources/api-service-v1/) in the API reference
94
+
* Learn about [Declarative Validation Concepts](/docs/reference/using-api/declarative-validation), an internal mechanism for defining validation rules that in the future will help support validation for extension API server development.
94
95
95
96
Alternatively: learn how to
96
97
[extend the Kubernetes API using Custom Resource Definitions](/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/).
@@ -100,5 +101,7 @@ Alternatively: learn how to
100
101
* 接下来,了解[安装扩展 API 服务器](/zh-cn/docs/tasks/extend-kubernetes/setup-extension-api-server/),
101
102
开始使用聚合层。
102
103
* 从 API 参考资料中研究关于 [APIService](/zh-cn/docs/reference/kubernetes-api/cluster-resources/api-service-v1/) 的内容。
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/workloads/autoscaling.md
+24-22Lines changed: 24 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ At the moment, the VPA can operate in four different modes:
144
144
{{< table caption="Different modes of the VPA" >}}
145
145
Mode | Description
146
146
:----|:-----------
147
-
`Auto` | Currently, `Recreate`might change to in-place updates in the future
147
+
`Auto` | Currently `Recreate`. This might change to in-place updates in the future.
148
148
`Recreate` | The VPA assigns resource requests on pod creation as well as updates them on existing pods by evicting them when the requested resources differ significantly from the new recommendation
149
149
`Initial` | The VPA only assigns resource requests on pod creation and never changes them later.
150
150
`Off` | The VPA does not automatically change the resource requirements of the pods. The recommendations are calculated and can be inspected in the VPA object.
0 commit comments