File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2828 chmod 600 ~/.kube/config
2929
3030 - name : Deploy and restart DaemonSets
31- run : make kubectl-apply
31+ run : |
32+ make kubectl-apply-node-labeller
33+ make kubectl-apply-and-wait-device-plugin
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ kubectl-apply-device-plugin:
4444 kubectl apply -f k8s-ds-device-plugin.yaml
4545 kubectl rollout restart daemonset/rise-riscv-runner-device-plugin -n kube-system
4646
47+ .PHONY : kubectl-apply-and-wait-device-plugin
48+ kubectl-apply-and-wait-device-plugin : kubectl-apply-device-plugin
49+ kubectl rollout status daemonset/rise-riscv-runner-device-plugin -n kube-system --watch
50+
4751.PHONY : kubectl-apply-node-labeller
4852kubectl-apply-node-labeller :
4953 kubectl apply -f k8s-ds-node-labeller.yaml
You can’t perform that action at this time.
0 commit comments