Uninstalling Knative
To uninstall a YAML-based Knative installation:
Uninstall any Serving extensions you have installed by performing the steps in the following relevant tab:
HPA autoscalingTLS with cert-managerTLS via HTTP01
Knative also supports the use of the Kubernetes Horizontal Pod Autoscaler (HPA) for driving autoscaling decisions. The following command will uninstall the components needed to support HPA-class autoscaling:
- Uninstall the component that integrates Knative with cert-manager:
- Optional: if you no longer need cert-manager, uninstall it by following the steps in the cert-manager documentation.
Uninstall the net-http01
controller by running:
kubectl delete -f https://github.com/knative/net-http01/releases/download/knative-v1.2.0/release.yaml
Uninstalling a networking layer
Follow the relevant procedure to uninstall the networking layer you installed:
ContourIstioKourier
The following commands uninstall Contour and enable its Knative integration.
Uninstall the Knative Contour controller by running:
kubectl delete -f https://github.com/knative/net-contour/releases/download/knative-v1.2.0/net-contour.yaml
The following commands uninstall Istio and enable its Knative integration.
Uninstall the Knative Istio controller by running:
kubectl delete -f https://github.com/knative/net-istio/releases/download/knative-v1.2.0/net-istio.yaml
Optional: if you no longer need Istio, uninstall it by running:
kubectl delete -f https://github.com/knative/net-istio/releases/download/knative-v1.2.0/istio.yaml
Uninstall the Knative Kourier controller by running:
kubectl delete -f https://github.com/knative/net-kourier/releases/download/knative-v1.2.0/kourier.yaml
Uninstalling the Serving component
-
kubectl delete -f https://storage.googleapis.com/knative-nightly/serving/latest/serving-core.yaml
Uninstall the required custom resources by running:
kubectl delete -f https://storage.googleapis.com/knative-nightly/serving/latest/serving-crds.yaml
Uninstall any Eventing extensions you have installed by following the relevant procedure:
Apache Kafka SinkSugar ControllerGitHub SourceApache Kafka SourceGCP SourcesApache CouchDB SourceVMware Sources and Bindings
- Uninstall the Kafka Sink data plane:
- Uninstall the Kafka controller:
Uninstall the Eventing Sugar Controller by running:
kubectl delete -f https://github.com/knative/eventing/releases/download/knative-v1.2.0/eventing-sugar-controller.yaml
Uninstall a single-tenant GitHub source by running:
kubectl delete -f https://github.com/knative-sandbox/eventing-github/releases/download/knative-v1.2.0/github.yaml
Uninstall a multi-tenant GitHub source by running:
kubectl delete -f https://github.com/knative-sandbox/eventing-github/releases/download/knative-v1.2.0/mt-github.yaml
Uninstall the Apache Kafka source by running:
kubectl delete -f https://github.com/knative-sandbox/eventing-kafka/releases/download/knative-v1.2.0/source.yaml
Uninstall the GCP sources by running:
kubectl delete -f https://github.com/google/knative-gcp/releases/download/knative-v1.2.0/cloud-run-events.yaml
Uninstall the Apache CouchDB source by running:
Uninstall the VMware sources and bindings by running:
kubectl delete -f https://github.com/vmware-tanzu/sources-for-knative/releases/download/knative-v1.2.0/release.yaml
Uninstalling an optional Broker (Eventing) layer
Uninstall a Broker (Eventing) layer, if you installed one:
Apache Kafka BrokerMT-Channel-based
Uninstall the Kafka Broker data plane by running the following command:
kubectl delete -f https://github.com/knative-sandbox/eventing-kafka-broker/releases/download/knative-v1.2.0/eventing-kafka-broker.yaml
Uninstall the Kafka controller by running the following command:
kubectl delete -f https://github.com/knative/eventing/releases/download/knative-v1.2.0/mt-channel-broker.yaml
Uninstalling optional channel (messaging) layers
Uninstall each channel layer you have installed:
Apache Kafka ChannelGoogle Cloud Pub/Sub ChannelIn-Memory (standalone)NATS Channel
Uninstall the Apache Kafka Channel by running:
| sed 's/REPLACE_WITH_CLUSTER_URL/my-cluster-kafka-bootstrap.kafka:9092/' \
| kubectl delete -f -
Uninstall the Google Cloud Pub/Sub Channel by running:
kubectl delete -f https://github.com/google/knative-gcp/releases/download/knative-v1.2.0/cloud-run-events.yaml
Uninstall the in-memory channel implementation by running:
kubectl delete -f https://github.com/knative/eventing/releases/download/knative-v1.2.0/in-memory-channel.yaml
Uninstall the NATS Streaming channel by running:
kubectl delete -f https://github.com/knative-sandbox/eventing-natss/releases/download/knative-v1.2.0/eventing-natss.yaml
Uninstall NATS Streaming for Kubernetes. For more information, see the repository in GitHub.
Uninstall the Eventing core components by running:
kubectl delete -f https://storage.googleapis.com/knative-nightly/eventing/latest/eventing-core.yaml
Uninstall the required custom resources by running:
kubectl delete -f https://storage.googleapis.com/knative-nightly/eventing/latest/eventing-crds.yaml
Uninstall an Operator-based Knative installation
To uninstall an Operator-based Knative installation, follow these procedures:
Removing the Knative Serving component
Remove the Knative Serving CR:
kubectl delete KnativeServing knative-serving -n knative-serving
Removing Knative Eventing component
Remove the Knative Eventing CR:
Knative operator prevents unsafe removal of Knative resources. Even if the Knative Serving and Knative Eventing CRs are successfully removed, all the CRDs in Knative are still kept in the cluster. All your resources relying on Knative CRDs can still work.
If you have installed Knative using the Release page, remove the operator using the following command: