late-noon-138
09/11/2023, 8:04 AMconfiguration:
database:
username: flyte_user
password: {password}
host: 192.{db ip}
port: 5432
dbname: flyte
storage:
metadataContainer: flyte-poc-data
userDataContainer: flyte-poc-data
provider: gcs
providerConfig:
gcs:
project: "{our GCP project id}"
serviceAccount:
create: false
name: dev01-flyte-poc-sa
helm install executed without any errors. But I only see Services and Deployments in k8s. There are NO pods created. Any idea ?
helm install flyte-backend flyteorg/flyte-binary --namespace flyte --values gcp-values.yml
W0911 15:41:23.101181 33738 warnings.go:70] autopilot-default-resources-mutator:Autopilot updated Deployment flyte/flyte-backend-flyte-binary: defaulted unspecified resources for containers [wait-for-db, flyte] (see <http://g.co/gke/autopilot-defaults>)
NAME: flyte-backend
LAST DEPLOYED: Mon Sep 11 15:41:20 2023
NAMESPACE: flyte
STATUS: deployed
REVISION: 1
TEST SUITE: None
cool-lifeguard-49380
09/11/2023, 11:16 AMkubectl -n flyte describe deployment <name>
and paste the output?late-noon-138
09/11/2023, 1:49 PMserviceAccount:
create: true
Now the pod fails because the it doesn't have GCS access.(I can see the postgres tables are initialized) Will figure out how to apply the right access to the SA.cool-lifeguard-49380
09/11/2023, 1:59 PMcool-lifeguard-49380
09/11/2023, 1:59 PMcool-lifeguard-49380
09/11/2023, 1:59 PMlate-noon-138
09/12/2023, 12:30 AM