Skip to content

Update clustermesh-apiserver initContainer to configure etcd for v3.5.7 or later #23770

@joestringer

Description

@joestringer

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:

  1. Rely on another image that has a shell that we can use in order to configure etcd, OR
  2. Rework these instructions such that they work directly in the etcd 3.5.7 container.

Related: #23760

Metadata

Metadata

Labels

area/agentCilium agent related.area/clustermeshRelates to multi-cluster routing functionality in Cilium.pinnedThese issues are not marked stale by our issue bot.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions