Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

uninstall Kabanero

Tom Seelbach edited this page Aug 29, 2019 · 1 revision
  • switch to kabanero project:

oc project kabanero

  • Delete the Kabanero Operator:

oc delete --ignore-not-found -f https://github.com/kabanero-io/kabanero-operator/releases/download/0.1.0/kabanero-operators.yaml

You should see something like:

namespace "kabanero" deleted
deployment.apps "knative-eventing-operator" deleted
role.rbac.authorization.k8s.io "knative-eventing-operator" deleted
clusterrole.rbac.authorization.k8s.io "knative-eventing-operator" deleted
rolebinding.rbac.authorization.k8s.io "knative-eventing-operator" deleted
clusterrolebinding.rbac.authorization.k8s.io "knative-eventing-operator" deleted
serviceaccount "knative-eventing-operator" deleted
customresourcedefinition.apiextensions.k8s.io "knativeeventings.eventing.knative.dev" deleted
deployment.apps "knative-serving-operator" deleted
role.rbac.authorization.k8s.io "knative-serving-operator" deleted
clusterrole.rbac.authorization.k8s.io "knative-serving-operator" deleted
rolebinding.rbac.authorization.k8s.io "knative-serving-operator" deleted
clusterrolebinding.rbac.authorization.k8s.io "knative-serving-operator" deleted
serviceaccount "knative-serving-operator" deleted
customresourcedefinition.apiextensions.k8s.io "knativeservings.serving.knative.dev" deleted
deployment.apps "openshift-pipelines-operator" deleted
clusterrole.rbac.authorization.k8s.io "openshift-pipelines-operator" deleted
clusterrolebinding.rbac.authorization.k8s.io "openshift-pipelines-operator" deleted
serviceaccount "openshift-pipelines-operator" deleted
customresourcedefinition.apiextensions.k8s.io "kabaneros.kabanero.io" deleted
customresourcedefinition.apiextensions.k8s.io "collections.kabanero.io" deleted
serviceaccount "kabanero-operator" deleted
deployment.apps "kabanero-operator" deleted
clusterrole.rbac.authorization.k8s.io "kabanero-operator" deleted
clusterrolebinding.rbac.authorization.k8s.io "kabanero-operator" deleted
unable to recognize "https://github.com/kabanero-io/kabanero-operator/releases/download/0.1.0/kabanero-operators.yaml": no matches for kind "Config" in version "operator.tekton.dev/v1alpha1"
Clone this wiki locally