Added check pre install (#905)

This commit is contained in:
RoyUP9
2022-03-21 17:19:04 +02:00
committed by GitHub
parent 7893b4596d
commit cff5987ed4
4 changed files with 75 additions and 24 deletions

View File

@@ -27,5 +27,6 @@ func init() {
}
checkCmd.Flags().Bool(configStructs.PreTapCheckName, defaultCheckConfig.PreTap, "Check pre-tap Mizu installation for potential problems")
checkCmd.Flags().Bool(configStructs.PreInstallCheckName, defaultCheckConfig.PreInstall, "Check pre-install Mizu installation for potential problems")
checkCmd.Flags().Bool(configStructs.ImagePullCheckName, defaultCheckConfig.ImagePull, "Test connectivity to container image registry by creating and removing a temporary pod in 'default' namespace")
}