Skip to content

Commit 6e49f59

Browse files
committed
Add line breaks
1 parent b045bb6 commit 6e49f59

File tree

1 file changed

+2
-0
lines changed
  • content/k3s/latest/en/installation/install-options/how-to-flags

1 file changed

+2
-0
lines changed

content/k3s/latest/en/installation/install-options/how-to-flags/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ Throughout the K3s documentation, you will see some options that can be passed i
1010
The option to allow writing to the kubeconfig file is useful for allowing a K3s cluster to be imported into Rancher. Below are two ways to pass in the option.
1111

1212
Using the flag `--write-kubeconfig-mode 644`:
13+
1314
```bash
1415
$ curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644
1516
```
1617
Using the environment variable `K3S_KUBECONFIG_MODE`:
18+
1719
```bash
1820
$ curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE="644" sh -s -
1921
```

0 commit comments

Comments
 (0)