【问题标题】:Failed to create nodeport error, after deploying ingress部署入口后无法创建节点端口错误
【发布时间】:2020-12-19 01:55:54
【问题描述】:

部署入口后无法创建 NodePort 错误

我在屏幕截图中定义了一个入口:

Screenshot

由于 Failed to create NodePort 错误,Ingress 服务器的 2 个副本未旋转。请指教

【问题讨论】:

  • 我们需要更多详细信息。您是如何部署 Ingress Operator 的?你的 K8s 版本是什么,你在哪里运行它?除了屏幕截图中的事件,您是否检查过任何相关日志?

标签: kubernetes kubernetes-ingress voyager


【解决方案1】:

就像错误所说的那样。你错过了NodePortPodsCRD。看起来 CRD 在某个时间点存在。但我在repo 中看不到它了。您没有指定如何部署 ingress 操作符,但您可以确保安装最新的。

helm repo add appscode https://charts.appscode.com/stable/
helm repo update
helm search repo appscode/voyager --version v13.0.0
# Generate the template to check or use helm install
helm template voyager-operator appscode/voyager --version v13.0.0 --namespace kube-system  --no-hooks --set cloudProvider=baremetal ? Use the right cloud provider

✌️

【讨论】:

  • 感谢您的回复,我试过这个版本。 Ingress 服务器的 2 个副本仍然没有旋转。我使用版本appscode/voyager:v12.0.0-rc.2
  • 你是什么意思他们不纺?他们崩溃了吗?
猜你喜欢
  • 2014-01-21
  • 1970-01-01
  • 2020-06-21
  • 1970-01-01
  • 2017-01-26
  • 1970-01-01
  • 1970-01-01
  • 2017-06-03
  • 1970-01-01
相关资源
最近更新 更多