che-inst (301B)
1 #!/usr/bin/env bash 2 # Update creds and link to the openshift4 devcluster 3 4 set -e 5 6 echo ">>> install che in the cluster" 7 chectl update next #is it required ? 8 9 chectl server:start --platform=openshift --installer=operator 10 11 echo "<<< Get your token using 'window._keycloak.token' in the devconsole" 12 read