Skip to content

Instantly share code, notes, and snippets.

@tianweidut
Created February 3, 2023 11:39
Show Gist options
  • Save tianweidut/c296ce0b4973de0552f34b78cca948af to your computer and use it in GitHub Desktop.
Save tianweidut/c296ce0b4973de0552f34b78cca948af to your computer and use it in GitHub Desktop.
# 清除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