@vlad.yartsev wrote:
Hi Dani.
I followed the quick-start guide (https://warp.Cloudflare.com/docs/kubernetes/ as of 2017-12-15) and everything worked as magic, except for “Step Two” (the command copy-pasted from Chrome browser into MacOS terminal created an empty secret in the cluster).
But when I tried adding multiple rules, I got an error:
controller.go:140] Cannot create tunnel for ingress with multiple rules
Is there any way to support the configuration below?
rules: - host: www.example.com http: paths: - path: /api/ backend: serviceName: example-api servicePort: 80 - path: / backend: serviceName: website servicePort: 80 - host: metabase.example.com http: paths: - path: / backend: serviceName: metabase servicePort: 80
Thanks,
Vladimir