#!/bin/bash echo COO install through FBC kubectl patch Scheduler cluster --type='json' -p '[{ "op": "replace", "path": "/spec/mastersSchedulable", "value": true }]' read -p 'fbc_image ' fbc_image oc apply -f - <