k8s集群:postgresql的pod启动失败

 

 # kubectl describe pods postgresql-7669f8b7f5-4m4mg  -n kube-ops

k8s集群:postgresql的pod启动失败

 

 # kubectl logs postgresql-7669f8b7f5-4m4mg  -n kube-ops 

k8s集群:postgresql的pod启动失败

在env中添加:

        env:
        - name: POSTGRES_PASSWORD
          value: gitpswd

 #kubectl delete -f gitlab-postgresql.yaml  

重新启动:

k8s集群:postgresql的pod启动失败

 

相关文章:

  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2021-08-31
  • 2021-08-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-06-19
  • 2021-11-16
  • 2021-05-24
  • 2022-01-19
相关资源
相似解决方案