Skip to content
Snippets Groups Projects
Commit 7779639e authored by Harald Mueller's avatar Harald Mueller
Browse files

change k8s version for example

parent cf8de868
No related branches found
No related tags found
1 merge request!3Import version 1.2.0
...@@ -12,11 +12,11 @@ networking: ...@@ -12,11 +12,11 @@ networking:
# disableDefaultCNI: true # disableDefaultCNI: true
nodes: nodes:
- role: control-plane - role: control-plane
image: kindest/node:v1.23.1 image: kindest/node:v1.26.6
labels: labels:
siemens.com.qosscheduler.master: true siemens.com.qosscheduler.master: true
- role: worker - role: worker
image: kindest/node:v1.23.1 image: kindest/node:v1.26.6
extraMounts: extraMounts:
- hostPath: /tmp/nwapidb - hostPath: /tmp/nwapidb
containerPath: /nwapidb containerPath: /nwapidb
...@@ -28,7 +28,7 @@ nodes: ...@@ -28,7 +28,7 @@ nodes:
kubeletExtraArgs: kubeletExtraArgs:
node-labels: "mac-address=5e0d.6660.a485,siemens.com.qosscheduler.c1=true" node-labels: "mac-address=5e0d.6660.a485,siemens.com.qosscheduler.c1=true"
- role: worker - role: worker
image: kindest/node:v1.23.1 image: kindest/node:v1.26.6
kubeadmConfigPatches: kubeadmConfigPatches:
- | - |
kind: JoinConfiguration kind: JoinConfiguration
......
...@@ -18,7 +18,7 @@ DOCKERCONFIGJSON=${DOCKERCONFIGJSON:-"$HOME/.docker/config.json"} ...@@ -18,7 +18,7 @@ DOCKERCONFIGJSON=${DOCKERCONFIGJSON:-"$HOME/.docker/config.json"}
# version of Kubernetes. If this uses v1.21.1, then you need to get your # version of Kubernetes. If this uses v1.21.1, then you need to get your
# images from a branch where the scheduler was built with the right # images from a branch where the scheduler was built with the right
# Kubernetes libraries version 21. # Kubernetes libraries version 21.
NODEK8SVERSION=${NODEK8SVERSION:-v1.23.1} NODEK8SVERSION=${NODEK8SVERSION:-v1.26.6}
CONFIGDIR="demo" CONFIGDIR="demo"
......
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