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
description="Whether to install istioctl on the created operator host."
71
+
type=bool
72
+
}
73
+
68
74
variable"operator_install_k9s" {
69
75
default=false
70
76
description="Whether to install k9s on the created operator host. NOTE: Provided only as a convenience and not supported by or sourced from Oracle - use at your own risk."
71
77
type=bool
72
78
}
73
79
80
+
variable"operator_install_kubectl_from_repo" {
81
+
default=true
82
+
description="Whether to install kubectl on the created operator host from olcne repo."
83
+
type=bool
84
+
}
85
+
74
86
variable"operator_install_kubectx" {
75
87
default=true
76
88
description="Whether to install kubectx/kubens on the created operator host. NOTE: Provided only as a convenience and not supported by or sourced from Oracle - use at your own risk."
0 commit comments