mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Merge pull request #6820 from aronchick/master
Quick documentation clean up
This commit is contained in:
commit
59fa08ac79
@ -9,6 +9,7 @@ The example consists of:
|
|||||||
The web front end interacts with the redis master via javascript redis API calls.
|
The web front end interacts with the redis master via javascript redis API calls.
|
||||||
|
|
||||||
The v1beta3 API is not enabled by default. The kube-apiserver process needs to run with the --runtime_config=api/v1beta3 argument. Use the following command to enable it:
|
The v1beta3 API is not enabled by default. The kube-apiserver process needs to run with the --runtime_config=api/v1beta3 argument. Use the following command to enable it:
|
||||||
$sudo sed -i 's|KUBE_API_ARGS="|KUBE_API_ARGS="--runtime_config=api/v1beta3 |' /etc/kubernetes/apiserver
|
````
|
||||||
|
sudo sed -i 's|KUBE_API_ARGS="|KUBE_API_ARGS="--runtime_config=api/v1beta3 |' /etc/kubernetes/apiserver
|
||||||
|
````
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user