Skip to content
Snippets Groups Projects
Unverified Commit ea419013 authored by Alex's avatar Alex Committed by GitHub
Browse files

Update README.md

parent 729816e7
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
......@@ -14,7 +14,12 @@ This guide details the necessary steps to install the L2S-M Kubernetes operator
```bash
kubectl taint nodes --all node-role.kubernetes.io/control-plane- node-role.kubernetes.io/master-
```
5. It is neccessary to label your control-plane node as the "control-plane" of the cluster. To do so, get the names of your Kubernetes nodes, select the control-plane and apply the "control-plane" label with the following command:
```bash
kubectl get nodes
kubectl label nodes [your-control-plane-node] dedicated=control-plane
```
## Install L2S-M
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment