参考: https://github.com/kubernetes-sigs/lws/blob/main/charts/lws/README.md
git clone https://github.com/kubernetes-sigs/lws.git
cd lws/charts
helm upgrade --install lws lws --create-namespace --namespace lws-system \
--set image.manager.repository=m.daocloud.io/gcr.io/k8s-staging-lws/lws
卸载:
helm uninstall lws --namespace lws-system
OR 重建 kind
Sample