Nitish Pant
Nitish Pant
Any updates on this? Somewhere above Q1 was mentioned. Is it still the same or postponed? Thanks!
@kdankert You can use `traefik.ingress.kubernetes.io/rule-type: PathPrefixStrip` to expose traefik-dashboard at a path. ``` apiVersion: extensions/v1beta1 kind: Ingress metadata: name: traefik-ingress namespace: kube-system annotations: kubernetes.io/ingress.class: traefik traefik.ingress.kubernetes.io/rule-type: PathPrefixStrip spec: rules: -...
@zhanghongtong I had the cluster up and running a few days ago in my bare-metal K8s and I installed it via helm repo only. I took down the cluster to...
@zhanghongtong Here it is: ``` [debug] Created tunnel using local port: '32851' [debug] SERVER: "127.0.0.1:32851" [debug] Original chart version: "" [debug] setting version to >0.0.0-0 [debug] Fetched emqx/emqx to /home/nitish.pant/.helm/cache/archive/emqx-v4.0-rc.4.tgz...
@zhanghongtong Okay. Though I still don't get why this error is being thrown. AFAIK, isn't the EMQX chart using apiVersion as 'v1'? Edit: Here: https://github.com/emqx/emqx-chart/blob/03cb0c962a6cf26bda4870178ad4321f09944262/charts/emqx/Chart.yaml#L1