mirror of https://github.com/k3s-io/k3s
adding option for updated package
parent
467a7a2cc1
commit
5908beb2cf
|
@ -116,6 +116,8 @@ KUBE_LOGTOSTDERR="true"
|
|||
|
||||
# journal message level, 0 is debug
|
||||
KUBE_LOG_LEVEL=0
|
||||
|
||||
KUBE_ALLOW_PRIV="true"
|
||||
```
|
||||
|
||||
* Start the appropriate services on fed1:
|
||||
|
@ -193,6 +195,8 @@ KUBE_LOGTOSTDERR="true"
|
|||
|
||||
# journal message level, 0 is debug
|
||||
KUBE_LOG_LEVEL=0
|
||||
|
||||
KUBE_ALLOW_PRIV="true"
|
||||
```
|
||||
|
||||
* Start the appropriate services on fed2.
|
||||
|
|
Loading…
Reference in New Issue