Skip to content
Snippets Groups Projects

Rht integration

Closed Konstantinos Karageorgos requested to merge rht-integration into main
4 files
+ 302
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -12,7 +12,7 @@ nodes:
image: kindest/node:v1.26.6
labels:
siemens.com.qosscheduler.master: true
dedicated: control-plane # No post_script.sh modification needed for control-plane
dedicated: control-plane
extraMounts:
- hostPath: /tmp/plugins/bin
containerPath: /opt/cni/bin # Mount CNI plugins inside the container
@@ -37,4 +37,9 @@ nodes:
containerPath: /opt/cni/bin
kubeadmConfigPatches:
- |
kind: JoinConfiguration
\ No newline at end of file
kind: JoinConfiguration
nodeRegistration:
name: "C2"
kubeletExtraArgs:
node-labels: "mac-address=da69.022b.c8fc,siemens.com.qosscheduler.c2=true"
Loading