* added checks for kubernetes-version, fission-services and fission-version

* refactor kuberntes and fission version check
This commit is contained in:
Shubham Nazare
2022-02-07 11:01:20 +05:30
committed by GitHub
parent 3ac188124e
commit 5cb3ebf262
7 changed files with 351 additions and 1 deletions
+2
View File
@@ -74,6 +74,8 @@ var (
ClientOnly = Flag{Type: Bool, Name: flagkey.ClientOnly, Usage: "If set, the CLI won't connect to remote server"}
PreCheckOnly = Flag{Type: Bool, Name: flagkey.PreCheckOnly, Usage: "Only run pre-installation checks, to determine if fission can be installed"}
KubeContext = Flag{Type: String, Name: flagkey.KubeContext, Usage: "Kubernetes context to be used for the execution of Fission commands", DefaultValue: ""}
IgnoreNotFound = Flag{Type: Bool, Name: flagkey.IgnoreNotFound, Usage: "Treat \"resource not found\" as a successful delete.", DefaultValue: false}