Skip to content

afreen23/dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

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

About

Deployment for OpenShift Data Foundation (previously OpenShift Container Storage)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages