Created
May 19, 2022 06:40
-
-
Save yankay/3cea510b144421bf76cbc744baf96a76 to your computer and use it in GitHub Desktop.
快速安装 WordPress
This file contains hidden or 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
| # 前提条件,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