Skip to content

Commit

Permalink
Merge pull request #2703 from chrischdi/pr-fix-kube-vip-install-boots…
Browse files Browse the repository at this point in the history
…trap

🌱 test: run the prekubeadmscript first
  • Loading branch information
k8s-ci-robot authored Feb 5, 2024
2 parents 749e1d0 + 6b1ce5a commit 491b52c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
definitions:
- jsonPatches:
- op: add
path: /spec/template/spec/kubeadmConfigSpec/preKubeadmCommands/-
path: /spec/template/spec/kubeadmConfigSpec/preKubeadmCommands/0
value: "/opt/prekubeadmscript.sh"
- op: add
path: /spec/template/spec/kubeadmConfigSpec/files/-
Expand All @@ -21,7 +21,7 @@
controlPlane: true
- jsonPatches:
- op: add
path: /spec/template/spec/preKubeadmCommands/-
path: /spec/template/spec/preKubeadmCommands/0
value: "/opt/prekubeadmscript.sh"
- op: add
path: /spec/template/spec/files/-
Expand Down

0 comments on commit 491b52c

Please sign in to comment.