You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flags.StringVar(&config.ContainerdAddr, "containerd", "", "Path to containerd socket")
87
88
flags.BoolVar(&config.LiveRestoreEnabled, "live-restore", false, "Enable live restore of docker when containers are still running")
88
89
flags.IntVar(&config.OOMScoreAdjust, "oom-score-adjust", -500, "Set the oom_score_adj for the daemon")
90
+
flags.IntVar(&config.MaxHealthCheckRetries, "max-health-check-retries", 3, "Set the maximum number of health check retries before forced containerd restart")
89
91
flags.BoolVar(&config.Init, "init", false, "Run an init in the container to forward signals and reap processes")
90
92
flags.StringVar(&config.InitPath, "init-path", "", "Path to the docker-init binary")
91
93
flags.Int64Var(&config.CPURealtimePeriod, "cpu-rt-period", 0, "Limit the CPU real-time period in microseconds")
0 commit comments