[deckhouse] bump addon-operator to fix module install with conversion webhooks#21365
Conversation
… webhooks Signed-off-by: Artem Kuleshov <artem.kuleshov@flant.com>
|
🔴 E2e for gcp WithoutNAT;containerd;1.34 was failed. Use:
Workflow details (1 job failed)🔴 |
|
🔴 E2e for gcp WithoutNAT;containerd;1.34 was failed. Use:
Workflow details (1 job failed)🔴 |
|
🟢 Workflow detailsDVP-WithoutNAT-Containerd-1.34 - Connection string: 🟢 |
|
🟢 Workflow detailsYandex.Cloud-WithoutNAT-Containerd-1.34 - Connection string: 🟢 |
|
🟢 Workflow detailsDVP-WithoutNAT-Containerd-1.34 - Connection string: 🟢 |
|
🟢 Workflow detailsYandex.Cloud-WithoutNAT-Containerd-1.34 - Connection string: 🟢 |
d870905 to
9008c53
Compare
Signed-off-by: Artem Kuleshov <artem.kuleshov@flant.com>
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
|
🔴 E2e for dvp WithoutNAT;containerd;1.34 was failed. Use:
Workflow details (1 job failed)DVP-WithoutNAT-Containerd-1.34 - Connection string: 🔴 |
…tall wave Signed-off-by: Artem Kuleshov <artem.kuleshov@flant.com>
|
🔴 E2e for dvp WithoutNAT;containerd;1.34 was failed. Use:
Workflow details (1 job failed)DVP-WithoutNAT-Containerd-1.34 - Connection string: 🔴 |
|
🟢 Workflow detailsYandex.Cloud-WithoutNAT-Containerd-1.34 - Connection string: 🟢 |
|
🟢 Workflow detailsDVP-WithoutNAT-Containerd-1.34 - Connection string: 🟢 |
|
/e2e/abort dvp;WithoutNAT;containerd;1.34 29572233068 29572233068-1-con-1-34 /sys/deckhouse-oss/install:pr21365 debian@10.12.4.139 |
|
/e2e/abort dvp;WithoutNAT;containerd;1.34 29569259696 29569259696-1-con-1-34 /sys/deckhouse-oss/install:pr21365 debian@10.12.4.112 |
|
🟢 Workflow details🟢 |
|
/e2e/abort dvp;WithoutNAT;containerd;1.34 29530280167 29530280167-1-con-1-34 /sys/deckhouse-oss/install:pr21365 debian@10.12.4.56 |
|
/e2e/abort yandex-cloud;WithoutNAT;containerd;1.34 29530279630 29530279630-1-con-1-34 /sys/deckhouse-oss/install:pr21365 cloud-user@84.252.131.208 |
|
🟢 Workflow details🟢 |
|
🟢 Workflow details🟢 |
|
/e2e/abort gcp;WithoutNAT;containerd;1.34 29418737812 29418737812-1-con-1-34 /sys/deckhouse-oss/install:pr21365 |
|
🟢 Workflow details🟢 |
|
/e2e/abort gcp;WithoutNAT;containerd;1.34 29417755725 29417755725-1-con-1-34 /sys/deckhouse-oss/install:pr21365 |
|
🟢 Workflow details🟢 |
|
🟢 Workflow details🟢 |
Description
Backport to
release-1.76of theaddon-operatorfix for installing modules whose Helm chart references an object that already exists in the cluster — for example a conversion webhook the module applies through its hooks before the release is deployed. Such a module previously failed on install with an ownership error; with the fix Helm adopts the existing object and the module reaches the Ready state.Why do we need it, and what problem does it solve?
A module that ships an object created outside its Helm release — most commonly a
ConversionWebhookapplied ahead of the release — could not install: Helm refused to take ownership of the pre-existing object, so the module stayed in an error state. This change backports the upstreamaddon-operatorfix so those modules install cleanly onrelease-1.76.Checklist
Changelog entries