Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync PR #346 (add documentation for --write-kubeconfig-group option) from Community docs #76

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions versions/latest/modules/en/pages/cli/server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ The following options must be set to the same value on all servers in the cluste
| `--write-kubeconfig-mode` value
| `K3S_KUBECONFIG_MODE`
| Write kubeconfig with this https://en.wikipedia.org/wiki/Chmod[mode.] The kubeconfig file is owned by root, and written with a default mode of 600. Changing the mode to 644 will allow it to be read by other unprivileged users on the host.

| `--write-kubeconfig-group` value
| `K3S_KUBECONFIG_GROUP`
| Write kubeconfig group. Combining with `--write-kubeconfig-mode`, it will allow your k3s administrators accessing the kubeconfig file but keeping the file owned by root.
|===

== Advanced Options
Expand Down
4 changes: 4 additions & 0 deletions versions/latest/modules/ja/pages/cli/server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@
| `--write-kubeconfig-mode` 値
| `K3S_KUBECONFIG_MODE`
| このlink:https://en.wikipedia.org/wiki/Chmod[モード]で kubeconfig を書き込む。kubeconfig ファイルは root によって所有され、デフォルトモード 600 で書き込まれます。モードを 644 に変更すると、ホスト上の他の特権のないユーザーが読み取れるようになります。

| `--write-kubeconfig-group` value
| `K3S_KUBECONFIG_GROUP`
| Write kubeconfig group. Combining with `--write-kubeconfig-mode`, it will allow your k3s administrators accessing the kubeconfig file but keeping the file owned by root.
|===

== 高度なオプション
Expand Down
4 changes: 4 additions & 0 deletions versions/latest/modules/ko/pages/cli/server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ The following options must be set to the same value on all servers in the cluste
| `--write-kubeconfig-mode` value
| `K3S_KUBECONFIG_MODE`
| Write kubeconfig with this https://en.wikipedia.org/wiki/Chmod[mode.] The kubeconfig file is owned by root, and written with a default mode of 600. Changing the mode to 644 will allow it to be read by other unprivileged users on the host.

| `--write-kubeconfig-group` value
| `K3S_KUBECONFIG_GROUP`
| Write kubeconfig group. Combining with `--write-kubeconfig-mode`, it will allow your k3s administrators accessing the kubeconfig file but keeping the file owned by root.
|===

== Advanced Options
Expand Down
4 changes: 4 additions & 0 deletions versions/latest/modules/zh/pages/cli/server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@
| `--write-kubeconfig-mode` value
| `K3S_KUBECONFIG_MODE`
| 使用此link:https://en.wikipedia.org/wiki/Chmod[模式]写入 kubeconfig。kubeconfig 文件归 root 所有,并默认使用 600 模式写入。如果将模式改为 644,主机上的其他非特权用户将能读取它。

| `--write-kubeconfig-group` value
| `K3S_KUBECONFIG_GROUP`
| Write kubeconfig group. Combining with `--write-kubeconfig-mode`, it will allow your k3s administrators accessing the kubeconfig file but keeping the file owned by root.
|===

== 高级选项
Expand Down