Skip to content

Commit

Permalink
Merge pull request #477 from brtknr/patch-1
Browse files Browse the repository at this point in the history
Allow kata-deploy containers to restart gracefully
  • Loading branch information
jodh-intel committed May 10, 2019
2 parents b9f601c + 55d27b3 commit fca62b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kata-deploy/scripts/kata-deploy.sh
Expand Up @@ -211,7 +211,7 @@ function main() {

install_artifacts
configure_cri_runtime $runtime
kubectl label node $NODE_NAME katacontainers.io/kata-runtime=true
kubectl label node $NODE_NAME --overwrite katacontainers.io/kata-runtime=true
;;
cleanup)
cleanup_cri_runtime $runtime
Expand Down

0 comments on commit fca62b1

Please sign in to comment.