清理¶
我们建议您删除本教程中使用的集群,以释放本地机器上的资源。
如果您想在删除集群后继续使用Knative,
你可以使用quickstart
plugin在新的集群上重新安装Knative。
删除集群¶
通过运行以下命令删除你的kind
集群:
kind delete clusters knative
Example output
Deleted clusters: ["knative"]
通过以下命令删除你的minikube
集群:
minikube delete -p knative
Example output
🔥 Deleting "knative" in hyperkit ...
💀 Removed all traces of the "knative" cluster.