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
Kubernetes version and OpenShift version in entrypoint.sh is defined in a different way.
For Kubernetes for some reason version is saved in k8s-release file. And for OpenShift it is hard coded using commit hash.
There should be the common way how versions are defined, so it is easy to change it or test new versions. env variables with default values are a good proven way to do it.
The text was updated successfully, but these errors were encountered:
Kubernetes version and OpenShift version in entrypoint.sh is defined in a different way.
For Kubernetes for some reason version is saved in
k8s-release
file. And for OpenShift it is hard coded using commit hash.json-schema-generator/scripts/entrypoint.sh
Line 17 in b0f59ac
json-schema-generator/scripts/entrypoint.sh
Line 18 in b0f59ac
There should be the common way how versions are defined, so it is easy to change it or test new versions. env variables with default values are a good proven way to do it.
The text was updated successfully, but these errors were encountered: