Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-4.15] Move OKD bundle from FCOS to SCOS #842

Open
wants to merge 2 commits into
base: release-4.15
Choose a base branch
from

Commits on Jan 24, 2024

  1. Move OKD bundle from FCOS to SCOS

    Since `okd-scos` is better upstream for OCP than FCOS one. It also have
    pre-release version of 4.15 so switching OKD bundles to it.
    
    - https://github.com/okd-project/okd-scos
    praveenkumar authored and openshift-cherrypick-robot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bae5677 View commit details
    Browse the repository at this point in the history
  2. Use hardcoded oc download uri for windows (okd bundle)

    As of now oc client for windows are not release as part of okd-scos
    project so it fails but this is mostly the issue in the release pipeline
    which need to be fixed. Until now we are hardcoded oc dowload binary
    from https://github.com/okd-project/okd release.
    
    - okd-project/okd-scos#17
    praveenkumar authored and openshift-cherrypick-robot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2c36ad2 View commit details
    Browse the repository at this point in the history