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
We use these releases to fetch the installer and deploy a cluster completely automated via a GitLab pipeline. As we regularly re-deploy our testing cluster, it would be good to have the releases again at the same location, so we don't have to handle versions before 4.17.0-okd-scos.1 and after differently. The current command to download the installer is: curl -L "https://github.com/okd-project/okd/releases/download/$__version/openshift-install-linux-$__version.tar.gz" | tar -xzC "$__localBinDirectory" openshift-install
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. We will eventually be folding the SCOS releases back into the standard location after we've gained some momentum and a regular cadence. In the meantime, I'll update the page to reflect the situation.
Ok, same goes for the okd.io website. I do not know if there are more places to update, but at least the installation guide (https://okd.io/docs/project/installation) does also point to the GitHub releases.
The current README states that releases of OKD can be found at https://github.com/okd-project/okd/releases, but the releases
4.17.0-okd-scos.1
and onwards are not included and only exist in the releases of theokd-scos
repo (https://github.com/okd-project/okd-scos/releases). It would be good if all releases are accessible within one location and thus included in this OKD repo.We use these releases to fetch the installer and deploy a cluster completely automated via a GitLab pipeline. As we regularly re-deploy our testing cluster, it would be good to have the releases again at the same location, so we don't have to handle versions before
4.17.0-okd-scos.1
and after differently. The current command to download the installer is:curl -L "https://github.com/okd-project/okd/releases/download/$__version/openshift-install-linux-$__version.tar.gz" | tar -xzC "$__localBinDirectory" openshift-install
The text was updated successfully, but these errors were encountered: