You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed resolving status for Deploy type=container name=platform-ui (took 1.5 sec). This is what happened:
TypeError: Cannot read properties of undefined (reading 'name')
at getCertificateHostnames (file:///Users/dawidstezycki/Library/Application%20Support/io.garden.garden/1701437467-Is7gZ13.r/rollup/garden.mjs:776044:81)
at pickCertificate (file:///Users/dawidstezycki/Library/Application%20Support/io.garden.garden/1701437467-Is7gZ13.r/rollup/garden.mjs:776079:37)
at getIngress (file:///Users/dawidstezycki/Library/Application%20Support/io.garden.garden/1701437467-Is7gZ13.r/rollup/garden.mjs:775999:31)
at file:///Users/dawidstezycki/Library/Application%20Support/io.garden.garden/1701437467-Is7gZ13.r/rollup/garden.mjs:776020:48
at Array.map (<anonymous>)
at getIngressesWithCert (file:///Users/dawidstezycki/Library/Application%20Support/io.garden.garden/1701437467-Is7gZ13.r/rollup/garden.mjs:776020:34)
at createIngressResources (file:///Users/dawidstezycki/Library/Application%20Support/io.garden.garden/1701437467-Is7gZ13.r/rollup/garden.mjs:775903:32)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async createContainerManifests (file:///Users/dawidstezycki/Library/Application%20Support/io.garden.garden/1701437467-Is7gZ13.r/rollup/garden.mjs:777906:23)
at async AsyncFunction.k8sGetContainerDeployStatus (file:///Users/dawidstezycki/Library/Application%20Support/io.garden.garden/1701437467-Is7gZ13.r/rollup/garden.mjs:777750:37)
What did you do?
Updated the project configuration and deployed as usual using garden deploy platform-ui
Your environment
OS: macOS 13.5.2
How I'm running Kubernetes: GKE
Garden version: 0.13.21
Frequency
Every time I try to deploy
Workaround
I have not found a workaround
Additional context
Discord discussion provides the context of what I need to achieve. Basically I want to use a single certificate for multiple namespaces and not have them expire. Before this change garden would copy the secret generated in certificate namespace to other namespaces but they would only be updated on deploy so they often expired if I didn't deploy for a while.
The text was updated successfully, but these errors were encountered:
Crash report
I've tried to start using a single certificate for ingress based on this discussion on the discord channel:
https://discord.com/channels/817392104711651328/1181979459243495526
Unfortunately, I've been getting an error as soon as i change from:
to:
Error message
What did you do?
Updated the project configuration and deployed as usual using
garden deploy platform-ui
Your environment
Frequency
Every time I try to deploy
Workaround
I have not found a workaround
Additional context
Discord discussion provides the context of what I need to achieve. Basically I want to use a single certificate for multiple namespaces and not have them expire. Before this change garden would copy the secret generated in certificate namespace to other namespaces but they would only be updated on deploy so they often expired if I didn't deploy for a while.
The text was updated successfully, but these errors were encountered: