Context
The parameter infrastrucutreID must be set on each cluster. This value is created by the OpenShift 4 installer and is easily extracted from the cluster using the following command:
oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
Exposing this values a a fact, allows to define a default within this component. This removes the need to manually copy that value to a clusters configuration.
Alternatives
Unknown
Context
The parameter
infrastrucutreIDmust be set on each cluster. This value is created by the OpenShift 4 installer and is easily extracted from the cluster using the following command:oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure clusterExposing this values a a fact, allows to define a default within this component. This removes the need to manually copy that value to a clusters configuration.
Alternatives
Unknown