【发布时间】:2021-10-18 21:35:36
【问题描述】:
我在尝试安装 rasa x helm chart 时收到以下错误消息:
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "extensions/v1beta1
有谁能帮我理解这个错误信息吗?
这些是我在终端中使用的命令:
helm repo add rasa-x https://rasahq.github.io/rasa-x-helm
kubectl create namespace my-namespace
helm --namespace my-namespace install --values values.yml my-release rasa-x/rasa-x
在我的 values.yaml 中有:
nginx:
service:
# connect LoadBalancer directly to VMs' internal IP
# You get this value with: $ hostname -I
externalIPs: [10.164.0.2]
【问题讨论】:
标签: kubernetes-helm rasa rasa-x