【问题标题】:Kubernetes: Could not find finalized endpoint being pointed to. Error validating service: Error getting service: services not foundKubernetes:找不到指向的最终端点。验证服务时出错:获取服务时出错:找不到服务
【发布时间】:2018-11-13 22:58:01
【问题描述】:

我收到此错误的任何建议:

Error opening service: Could not find finalized endpoint being pointed to by wordpress: Error validating service: Error getting service wordpress: services "wordpress" not found

在本教程的最后:https://kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/#deploy-wordpress

我可以看到服务 - 例如

kubectl get services
NAME              TYPE           CLUSTER-IP      EXTERNAL-IP   PORT(S)        AGE
wordpress         LoadBalancer   10.104.201.62   <pending>     80:32308/TCP   2m37s
wordpress-mysql   ClusterIP      None            <none>        3306/TCP       4m11s

【问题讨论】:

    标签: kubernetes kubectl


    【解决方案1】:

    啊 - 我需要指定命名空间。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-05-30
      • 1970-01-01
      • 2021-08-07
      • 1970-01-01
      • 2019-11-14
      • 1970-01-01
      • 2020-11-27
      • 2013-06-29
      相关资源
      最近更新 更多