mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-19 14:24:26 +01:00
Merge pull request #477 from brtknr/patch-1
Allow kata-deploy containers to restart gracefully
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user