Created
February 3, 2023 11:39
-
-
Save tianweidut/c296ce0b4973de0552f34b78cca948af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 清除starwhale(执行完,需要稍等几分钟,执行minikube kubectl -- get pods -n starwhale 没有任何输出再进行重新安装) | |
helm uninstall my-starwhale -n starwhale | |
# 重新安装starwhale | |
export SWNAME=starwhale SWNS=starwhale | |
helm upgrade --install $SWNAME starwhale/starwhale --namespace $SWNS --create-namespace --set minikube.enabled=true --set mysql.primary.persistence.storageClass=$SWNAME-mysql --set minio.persistence.storageClass=$SWNAME-minio --set image.registry=docker-registry.starwhale.cn --set minio.global.imageRegistry=docker-registry.starwhale.cn --set mysql.global.imageRegistry=docker-registry.starwhale.cn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment