This indicates that openshift-data-foundation 4.7.0 (default) requires 4.7.0 but the default in
variable "ocp_version" {
type = string
description = "Specify the Openshift version"
default = "4.6.23_1540_openshift"
}
Which no longer exists. So the latest 4.6 release was chosen (4.6.48_1570)?
And it is not 4.7 so it is not compatible with my original intention of installing ODF. It seems like 4.7.40_openshift would be a better option?
In the docs I was exploring the path towards installing the ODF, Deploying OpenShift Data Foundation on VPC clusters which led me to
https://cloud.ibm.com/docs/openshift?topic=openshift-clusters#clusters_vpcg2 https://cloud.ibm.com/docs/openshift?topic=openshift-templates&interface=ui https://cloud.ibm.com/docs/openshift?topic=openshift-templates&interface=cli
which led me to this repository. after this using this repo I went to install ODF and the first command:
This indicates that
openshift-data-foundation 4.7.0 (default)
requires 4.7.0 but the default inWhich no longer exists. So the latest 4.6 release was chosen (4.6.48_1570)? And it is not 4.7 so it is not compatible with my original intention of installing ODF. It seems like
4.7.40_openshift
would be a better option?