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
Short: "Command for ob-operator and components installation",
30
-
Long: `Command for ob-operator and components installation.
29
+
Short: "Command for ob-operator and other components installation",
30
+
Long: `Command for ob-operator and other components installation.
31
31
32
32
Currently support:
33
33
- ob-operator: A Kubernetes operator that simplifies the deployment and management of OceanBase cluster and related resources on Kubernetes.
34
34
- ob-dashboard: A web application that provides resource management capabilities.
35
35
- local-path-provisioner: Provides a way for the Kubernetes users to utilize the local storage in each node, Storage of OceanBase cluster relies on it, which should be installed beforehand.
36
36
- cert-manager: Creates TLS certificates for workloads in Kubernetes and renews the certificates before they expire, ob-operator relies on it for certificate management, which should be installed beforehand.
37
37
38
-
if not specified, install ob-operator and ob-dashboard by default`,
38
+
if not specified, install ob-operator and ob-dashboard by default, and cert-manager if it is not found in cluster.`,
39
39
PreRunE: o.Parse,
40
40
Args: cobra.MaximumNArgs(1),
41
41
Run: func(cmd*cobra.Command, args []string) {
@@ -46,7 +46,7 @@ if not specified, install ob-operator and ob-dashboard by default`,
0 commit comments