"bash install_ocp.sh --setup" keep failing to install Fuse Online / Syndesis on CRC & OCP running on RHEL 8 Workstation

Posted on

"bash install_ocp.sh --setup" keep failing to install Fuse Online / Syndesis on CRC & OCP running on RHEL 8 Workstation

Ive installed CRC and OCP successfully, I believe

I then login with, oc login -u kubeadmin -p *************************** https://api.crc.testing:6443

I then run the following script:
bash install_ocp.sh --setup

I then get the following error:
User kubeadmin is a cluster-admin
Installing Syndesis CRD
error: Object:
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
labels:
app: camel-k
name: integrationplatforms.camel.apache.org
spec:
additionalPrinterColumns:
- JSONPath: .status.phase
description: The IntegrationPlatform phase
name: Phase
type: string
group: camel.apache.org
names:
kind: IntegrationPlatform
listKind: IntegrationPlatformList
plural: integrationplatforms
shortNames:
- ip
singular: integrationplatform
scope: Namespaced
subresources:
status: {}
version: v1alpha1
no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"

Any help appreciated...
Thank you
Rui

Responses