This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
soft:kubernetes [2019/12/15 17:09] phil |
soft:kubernetes [2019/12/15 17:11] (current) phil |
||
|---|---|---|---|
| Line 71: | Line 71: | ||
| </ | </ | ||
| - | ===== Modify cluster | + | ===== Modify cluster |
| kubeadm write configuration in a configmap named // | kubeadm write configuration in a configmap named // | ||
| Line 87: | Line 87: | ||
| </ | </ | ||
| - | This will write new static manifests to / | + | This will write new static manifests to / |
| + | |||
| + | Example for securing a 1.16 cluster: | ||
| + | |||
| + | < | ||
| + | ClusterConfiguration: | ||
| + | apiServer: | ||
| + | extraArgs: | ||
| + | authorization-mode: | ||
| + | profiling: " | ||
| + | enable-admission-plugins: | ||
| + | </ | ||