Clean Up

Clean Up

kn

Delete the Service by running the command:

  1. kn service delete cloudevents-player

Delete the Trigger by running the command:

  1. kn trigger delete cloudevents-trigger

kubectl

Delete the Service by running the command

  1. kubectl delete -f cloudevents.yaml

Delete the Trigger by running the command:

  1. kubectl delete -f ce-trigger.yaml

Delete the Cluster

Delete your kind Cluster by running the command:

  1. kind delete clusters knative

Verify Output

  1. Deleted clusters: ["knative"]