crc-org / crc-cloud

Disposable OpenShift instances on cloud in minutes
31 stars 19 forks source link

Export the KUBECONFIG variable #191

Closed danpawlik closed 1 month ago

danpawlik commented 1 month ago

Each of the "oc" command that is veryfing the resource is exiting with error code 1, because the KUBECONFIG is not available.

This commit is partially revert code that was proposed in [1].

[1] https://github.com/crc-org/crc-cloud/pull/189