Jonas Bernhard
10/21/2020, 3:43 PM"<http://cluster-autoscaler.kubernetes.io/safe-to-evict|cluster-autoscaler.kubernetes.io/safe-to-evict>": "false"
currently the way to go?
Other than that, we currently use the Helm charts from https://github.com/PrefectHQ/server/pull/57 which work pretty great so far. Is there a way to assist to push that forward since "official" Helm charts would be pretty awesome (however I don't have a lot of experience with Helm).josh
10/21/2020, 4:05 PMJoseph Haaga
10/21/2020, 5:48 PMingress
being enabled, but no rules/hosts being declared
$ git clone <https://github.com/FactFiber/server.git>
$ git checkout helm-chart
$ cd helm
$ helm install --namespace prefect prefect-server ./prefect-server
dependencies.go:260: Warning: ImportValues missing table: "exports" is not a table
Error: failed to create resource: Ingress.extensions "prefect-server-ui" is invalid: spec: Invalid value: []networking.IngressRule(nil): either `backend` or `rules` must be specified
hosts:
- host: ""
paths:
- "/"
but I still get errors when running helm install
. It looks like I get the same error when I run `helm lint`; is anyone else seeing this?
$ helm lint
==> Linting .
[INFO] Chart.yaml: icon is recommended
[ERROR] templates/: template: prefect-server/templates/ui/ingress.yaml:37:30: executing "prefect-server/templates/ui/ingress.yaml" at <include "ui.fullname" .>: error calling include: template: prefect-server/templates/ui/_helpers.tpl:6:19: executing "ui.fullname" at <include "prefect-server.fullname" .>: error calling include: template: prefect-server/templates/_helpers.tpl:15:14: executing "prefect-server.fullname" at <.Values.fullnameOverride>: can't evaluate field Values in type string
Error: 1 chart(s) linted, 1 chart(s) failed
Jonas Bernhard
10/26/2020, 9:28 AMJoseph Haaga
10/26/2020, 4:02 PMJonas Bernhard
10/26/2020, 4:02 PMv3.3.4
values.yaml
the templating also didn't quite work correctlyJoseph Haaga
10/26/2020, 4:11 PM