Skip to content

Commit f9851cd

Browse files
committed
Expand kubelet config explanation note
1 parent c87c4b8 commit f9851cd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

content/en/docs/tutorials/cluster-management/kubelet-standalone.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,17 @@ EOF
279279
{{< note >}}
280280
Because you are not setting up a production cluster, you are using plain HTTP
281281
(`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.
283288

284289
See [Ports and Protocols](/docs/reference/networking/ports-and-protocols/) to
285290
understand which ports Kubernetes components use.
291+
{{< /note >}}
292+
286293

287294
Install:
288295

@@ -308,8 +315,8 @@ WantedBy=multi-user.target
308315
EOF
309316
```
310317

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
313320
[kubeconfig](/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
314321
file that specifies how to connect to the API server, enabling API server mode.
315322
Omitting it, enables standalone mode.

0 commit comments

Comments
 (0)