kingGang opened a new issue #67:
URL: https://github.com/apache/apisix-helm-chart/issues/67
- env
- azure k8s 1.18.14
- apisix 2.4-alpine
- dashboard 2.5
- etcd 默认网上拉取的
- controller 0.5.0
- 修改配置
apisix-helm-chart/charts/apisix/values.yaml
22行:image.tag:2.4-alpine
53行: gateway.tls.enabled: true
60行: gateway.ingress.eabled: true
- 执行过程
1、helm dependency update charts/apisix/
Getting updates for unmanaged Helm repositories...
...Successfully got an update from the "https://charts.bitnami.com/bitnami"
chart repository
Saving 3 charts
Downloading etcd from repo https://charts.bitnami.com/bitnami
2、helm install apisix charts/apisix --set gateway.type=LoadBalancer
--set allow.ipList="{0.0.0.0/0}" --namespace ingress-apisix
Error: unable to build kubernetes objects from release manifest: error
validating "": error validating data:
ValidationError(Ingress.spec.rules[0].http): missing required field "paths" in
io.k8s.api.networking.v1beta1.HTTPIngressRuleValue
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]