Clean Up
Clean Up
kn
Delete the Service by running the command:
kn service delete cloudevents-player
Delete the Trigger by running the command:
kn trigger delete cloudevents-trigger
kubectl
Delete the Service by running the command
kubectl delete -f cloudevents.yaml
Delete the Trigger by running the command:
kubectl delete -f ce-trigger.yaml
Delete the Cluster
Delete your konk
Cluster” by running the command:
kind delete clusters knative
Verify Output
Deleted clusters: ["knative"]