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
@@ -158,7 +157,7 @@ to read and modify Node objects.
158
157
159
158
节点控制器只操作 Node 对象。它需要读取和修改 Node 对象的完全访问权限。
160
159
161
-
`v1/Node`:
160
+
`v1/Node`:
162
161
163
162
- Get
164
163
- List
@@ -179,31 +178,31 @@ routes appropriately. It requires Get access to Node objects.
179
178
路由控制器会监听 Node 对象的创建事件,并据此配置路由设施。
180
179
它需要读取 Node 对象的 Get 权限。
181
180
182
-
`v1/Node`:
181
+
`v1/Node`:
183
182
184
183
- Get
185
184
186
185
<!--
187
186
### Service controller {#authorization-service-controller}
188
187
189
-
The service controller listens to Service object Create, Update and Delete events and then configures Endpoints for those Services appropriately.
188
+
The service controller listens to Service object Create, Update and Delete events and then configures Endpoints for those Services appropriately (for EndpointSlices, the kube-controller-manager manages these on demand).
190
189
191
190
To access Services, it requires List, and Watch access. To update Services, it requires Patch and Update access.
192
191
193
192
To set up Endpoints resources for the Services, it requires access to Create, List, Get, Watch, and Update.
194
193
-->
195
194
### 服务控制器 {#authorization-service-controller}
196
195
197
-
服务控制器监测 Service 对象的 Create、Update 和 Delete 事件,
198
-
并配置对应服务的 Endpoints 对象。
196
+
服务控制器监测 Service 对象的 Create、Update 和 Delete 事件,并配置对应服务的 Endpoints 对象
0 commit comments