big-notebook-82371
08/26/2024, 6:38 PMhostName: ${hostname}
etc. which helm can't read. Does anyone know how I can do this flyte upgrade?average-finland-92144
08/26/2024, 7:11 PMhelm repo update
and then the terraform plan
?average-finland-92144
08/26/2024, 7:13 PMhelm_release
resource supports setting up a specific version
but there are tradeoffs between hardcoding a version vs making it an input variable (most people evaluating wouldn't be sure what version to use) vs just leaving Helm to use the latest in the repo cachebig-notebook-82371
08/26/2024, 7:43 PMbig-notebook-82371
08/27/2024, 5:32 PMterraform apply
, I runs for 6 minutes 30 seconds and then outputs Error: client rate limiter Wait returned an error: context deadline exceeded
Looking online, it looks like that's normally a network issue, but it doesn't seem like that would be my problem. Have you ever seen that?average-finland-92144
08/27/2024, 5:36 PMcontext deadline exceeded
but when some of the flyte Pods don't come up and Terraform times out waiting. Can you confirm the status of the Flyte pods?big-notebook-82371
08/27/2024, 5:45 PMbig-notebook-82371
08/27/2024, 5:49 PMaverage-finland-92144
08/27/2024, 5:50 PMkubectl describe
on the Pending pod?big-notebook-82371
08/27/2024, 5:52 PMbig-notebook-82371
08/27/2024, 7:13 PMaverage-finland-92144
08/27/2024, 7:16 PMhelm ls -n flyte
big-notebook-82371
08/27/2024, 7:46 PMaverage-finland-92144
08/27/2024, 8:06 PMversion = xyz
with xyz being v1.13.0
for exampleaverage-finland-92144
08/27/2024, 8:06 PMbig-notebook-82371
08/27/2024, 8:33 PMbig-notebook-82371
08/27/2024, 8:33 PMaverage-finland-92144
08/28/2024, 12:09 AMbig-notebook-82371
08/28/2024, 12:25 AM