Skip to content

Instantly share code, notes, and snippets.

@yankay
Created May 19, 2022 06:40
Show Gist options
  • Select an option

  • Save yankay/3cea510b144421bf76cbc744baf96a76 to your computer and use it in GitHub Desktop.

Select an option

Save yankay/3cea510b144421bf76cbc744baf96a76 to your computer and use it in GitHub Desktop.
快速安装 WordPress
# 前提条件,LB 和 PV 能力
helm repo add community https://release.daocloud.io/chartrepo/community
helm install wp -n wp community/wordpress --set global.imageRegistry=docker.m.daocloud.io --create-namespace
kubectl get pods -n wp --watch
kubectl get svc --namespace wp -w wp-wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment