Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multi domain l2s-m
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Research Labs
NEMO Project
NEMO Infrastructure Management
Federated Meta-Network Cluster Controller
multi domain l2s-m
Commits
ea419013
Unverified
Commit
ea419013
authored
11 months ago
by
Alex
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
729816e7
No related branches found
No related tags found
1 merge request
!2
repo: added new directory where utils scripts will be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deployments/README.md
+5
-0
5 additions, 0 deletions
deployments/README.md
with
5 additions
and
0 deletions
deployments/README.md
+
5
−
0
View file @
ea419013
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment