File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
content/en/docs/tutorials/cluster-management Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -279,10 +279,17 @@ EOF
279
279
{{< note >}}
280
280
Because you are not setting up a production cluster, you are using plain HTTP
281
281
(` readOnlyPort: 10255 ` ) for unauthenticated queries to the kubelet's API.
282
- {{< /note >}}
282
+
283
+ The _ authentication webhook_ is disabled and _ authorization mode_ is set to ` AlwaysAllow `
284
+ for the purpose of this tutorial. You can learn more about
285
+ [ authorization modes] ( /docs/reference/access-authn-authz/authorization/#authorization-modules )
286
+ and [ webhook authentication] ( /docs/reference/access-authn-authz/webhook/ ) to properly
287
+ configure kubelet in standalone mode in your environment.
283
288
284
289
See [ Ports and Protocols] ( /docs/reference/networking/ports-and-protocols/ ) to
285
290
understand which ports Kubernetes components use.
291
+ {{< /note >}}
292
+
286
293
287
294
Install:
288
295
@@ -308,8 +315,8 @@ WantedBy=multi-user.target
308
315
EOF
309
316
```
310
317
311
- We intentionally omitted the command line argument ` --kubeconfig ` in the service
312
- configuration file. This argument sets the path to a
318
+ The command line argument ` --kubeconfig ` has been intentionally omitted in the
319
+ service configuration file. This argument sets the path to a
313
320
[ kubeconfig] ( /docs/concepts/configuration/organize-cluster-access-kubeconfig/ )
314
321
file that specifies how to connect to the API server, enabling API server mode.
315
322
Omitting it, enables standalone mode.
You can’t perform that action at this time.
0 commit comments