rough-rose-81585
01/13/2022, 7:54 PMrough-rose-81585
01/13/2022, 8:01 PM# from charts/flyte directory
helm template --name-template=flyte-dev . -n flyte -f values-dev-gke.yaml > flyte_generated_dev.yaml
Issues:
1. kubernetes-template-uri
Error: template: flyte/charts/flyte/templates/propeller/webhook.yaml:30:27: executing "flyte/charts/flyte/templates/propeller/webhook.yaml" at <include (print .Template.BasePath "/propeller/configmap.yaml") .>: error calling include: template: flyte/charts/flyte/templates/propeller/configmap.yaml:50:23: executing "flyte/charts/flyte/templates/propeller/configmap.yaml" at <tpl (toYaml .) $>: error calling tpl: error during tpl function execution for "plugins:\n logs:\n cloudwatch-enabled: false\n kubernetes-enabled: true\n kubernetes-template-uri: <http://localhost:30082/#/log/{{> \"{{\" }} .namespace {{\n \"}}\" }}/{{ \"{{\" }} .podName {{ \"}}\" }}/pod?namespace={{ \"{{\" }} .namespace {{\n \"}}\" }}": parse error at (flyte/charts/flyte/templates/propeller/webhook.yaml:5): unexpected unclosed action in command
2. Larger issue is my values file doesn’t seem to be populating the k8s output like it used to. For example the flyteAdmin.serviceAccount.annotations
field where I try and add <http://iam.gke.io/gcp-service-account|iam.gke.io/gcp-service-account>
freezing-airport-6809
great-school-54368
01/14/2022, 1:24 AMhelm repo add flyteorg <https://flyteorg.github.io/flyte>
helm repo update
helm template --name-template=flyte-dev -n flyteorg/flyte-core -f values-dev-gke.yaml > flyte_generated_dev.yaml
Please use values file that is provided by flyteorg https://github.com/flyteorg/flyte/blob/master/charts/flyte-core/values-gcp.yaml
We also have GCP docs for manual deployment https://docs.flyte.org/en/latest/deployment/gcp/manual.html#deployment-gcp-manual, Please follow the instruction.rough-rose-81585
01/14/2022, 1:39 AMcharts/flyte
or charts/flyte-core
folder?great-school-54368
01/14/2022, 1:40 AMcharts/flyte-core