I've build Syndesis from source on my local machine and I now want to deploy it to a remote OpenShift in a shiny new namespace.
I've tried:
$ syndesis install -p kurt --local
ERROR: No CRD Syndesis installed or not enough permissions to read them. Please run --setup and/or --grant as cluster-admin. See 'syndesis install --help' for more information.
$ install --setup --grant developer
Installing Syndesis CRD
ERROR: Cannot install CRD 'Syndesis'. You have to be a cluster admin to do this.
I don't have cluster:admin.
Can it be done w/o having cluster:admin rights?