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
feat: added support to deploy OCP 4.13 in the OCP DA - this is now the version deployed by default<br>* Removed support for OCP 4.10 from the OCP DA<br>* added support to pass the string 'default' for the kube_version attribute in the clusters variable which will then deploy the current IKS default cluster version.<br>* modules required IBM provider range updated to >= 1.58.1<br>* DA solutions are now locked into 1.58.1 (#596)
Copy file name to clipboardExpand all lines: patterns/roks/module/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,9 +119,9 @@ variable "cluster_zones" {
119
119
}
120
120
121
121
variable"kube_version" {
122
-
description="Kubernetes version to use for cluster. To get available versions, use the IBM Cloud CLI command `ibmcloud ks versions`. To use the latest version, leave as latest. Updates to the latest versions may force this to change."
122
+
description="Kubernetes version to use for cluster. To get available versions, use the IBM Cloud CLI command `ibmcloud ks versions`. Also supports passing the string 'latest' (current latest available version) or 'default' (current IKS default recommended version)."
0 commit comments