important-raincoat-21572
10/16/2024, 12:28 AMrails
and sidekiq
, respectively. The pods have the label app.kubernetes.io/component
set with those same strings, as well. I have tried two defaultTarget configurations, one with the kind/name/containerName specified like so:
defaultTarget:
kind: Deployment
name: rwgps-rails
containerName: rails
And another one with a `podSelector`:
defaultTarget:
podSelector: #
app.kubernetes.io/component: rails
app.kubernetes.io/instance: rwgps
app.kubernetes.io/name: rwgps
But in both circumstances, Garden seems to match the sidekiq pod and then try to connect to the rails container inside of it, which doesn't make sense. Any tips on this would be appreciated. Thanks!chilly-gigabyte-83853
10/17/2024, 1:16 PMimportant-raincoat-21572
10/17/2024, 3:50 PMimportant-raincoat-21572
10/18/2024, 5:40 PMcomponent
, which is unique and adding a containerName
it seems to be selecting the pod, although it isn't deploying in "sync mode"
defaultTarget:
podSelector:
app.kubernetes.io/component: rails
containerName: rails
important-raincoat-21572
10/18/2024, 5:40 PMpodSelector
was actually doingimportant-raincoat-21572
10/18/2024, 6:16 PMimportant-raincoat-21572
10/19/2024, 12:00 AMimportant-raincoat-21572
10/19/2024, 12:00 AMimportant-raincoat-21572
11/13/2024, 10:26 PMimportant-raincoat-21572
11/13/2024, 10:26 PMimportant-raincoat-21572
11/13/2024, 10:27 PM