Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1011 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 1011 Bytes

Installing unreleased ODF build

Requirements

  • jq should be present

  • Export an environment variable by name ODF_PULL_SECRET having the odf pull secret.

    For example:

    # Edit bashrc
    bash vi ~/.bashrc
    
    #Add pull secret ODF_PULL_SECRET
    export ODF_PULL_SECRET=<odf-pull-secret>
    
    # source ~/.bashrc
    

Note: Make sure to use ODF_PULL_SECRET as the name of the variable in order to get the script working

Installation

  1. Download the file install-ocs.sh
  wget https://raw.githubusercontent.com/afreen23/dev-setup/main/install-ocs.sh
  chmod +x install-ocs.sh
  1. Login to your OCP cluster
  2. Run the file as ./install-ocs.sh
  3. Go to the console > Operator hub > Storage > Choose the non-GA version to install ODF

Note: It can take upto 7-10 minutes to get the pull secret updated and hence the ODF catalog to appear in hub