-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
area/agentCilium agent related.Cilium agent related.area/clustermeshRelates to multi-cluster routing functionality in Cilium.Relates to multi-cluster routing functionality in Cilium.pinnedThese issues are not marked stale by our issue bot.These issues are not marked stale by our issue bot.
Description
Etcd v3.5.7 or later no longer ships with a shell in the default image.
Currently in the following clustermesh-apiserver deployment, we rely on the availability of a shell:
image: {{ include "cilium.image" .Values.clustermesh.apiserver.etcd.image | quote }} |
In order to bump the etcd dependency to v3.5.7, we need to update this line to either:
- Rely on another image that has a shell that we can use in order to configure etcd, OR
- Rework these instructions such that they work directly in the etcd 3.5.7 container.
Related: #23760
Metadata
Metadata
Assignees
Labels
area/agentCilium agent related.Cilium agent related.area/clustermeshRelates to multi-cluster routing functionality in Cilium.Relates to multi-cluster routing functionality in Cilium.pinnedThese issues are not marked stale by our issue bot.These issues are not marked stale by our issue bot.