Helm 安装 wordpress

1. 前置需要安装 storageclass 然后 安装helm 客户端 helm tiller 服务端

2. 设置 当前的位阿里云的 repo

3. 查找 wordpress的镜像

helm search wordpress

4. 简单进行安装

helm install --name wordpressname stable/wordpress

5. 查看服务的的状态

helm status wordpressname 

6. 查看 svc 和pods的状态

kubectl get svc
kubectl get pods

7. 如果没有 images 的话 可以手工拉取 images 然后 再tag 一下 就会自动挂起来了

kubectl describe pods podname

根据里面的 docker iamges 和tag 来进行手工 pull

8. 查看密码

猜你喜欢

转载自www.cnblogs.com/jinanxiaolaohu/p/9469355.html
今日推荐