Merge pull request #477 from brtknr/patch-1

Allow kata-deploy containers to restart gracefully
This commit is contained in:
James O. D. Hunt
2019-05-10 11:20:18 +01:00
committed by GitHub

View File

@@ -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