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
Feature (What you would like to be added):
Druid should use and support Server-Side Apply where applicable once Gardener dropped the support for seed clusters with K8s <= 1.17 (gardener/gardener#4083).
Motivation (Why is this needed?): Server-Side Apply makes working with the etcd resource more efficiently when there will be more then one actor (motivated here).
We experienced some major issues with SSA in our controllers:
x-kubernetes-list-map-keys does not work properly with any version < 1.21 (for CRDs) which makes it impossible to use SSA for arrays, e.g. status.conditions.
Feature (What you would like to be added):
Druid should use and support Server-Side Apply where applicable once Gardener dropped the support for seed clusters with K8s <= 1.17 (gardener/gardener#4083).
Motivation (Why is this needed?):
Server-Side Apply makes working with the
etcd
resource more efficiently when there will be more then one actor (motivated here).Tasks to be done:
etcd
resourceetcd
status updatesThe text was updated successfully, but these errors were encountered: