File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
pkg/model/components/etcdmanager Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ metadata:
171
171
spec:
172
172
containers:
173
173
- name: etcd-manager
174
- image: registry.k8s.io/ etcd-manager/etcd-manager-slim:v3.0.20241012
174
+ image: us-central1-docker.pkg.dev/k8s-staging-images/ etcd-manager/etcd-manager-slim:v3.0.20241012-12-g1e88ae1
175
175
resources:
176
176
requests:
177
177
cpu: 100m
@@ -183,6 +183,8 @@ spec:
183
183
# TODO: Would be nice to scope this more tightly, but needed for volume mounting
184
184
- mountPath: /rootfs
185
185
name: rootfs
186
+ - mountPath: /etc/ssl
187
+ name: ca-certificates
186
188
- mountPath: /run
187
189
name: run
188
190
- mountPath: /etc/kubernetes/pki/etcd-manager
@@ -196,6 +198,10 @@ spec:
196
198
path: /
197
199
type: Directory
198
200
name: rootfs
201
+ - hostPath:
202
+ path: /etc/ssl
203
+ type: Directory
204
+ name: ca-certificates
199
205
- hostPath:
200
206
path: /run
201
207
type: DirectoryOrCreate
@@ -558,7 +564,7 @@ func (b *EtcdManagerBuilder) buildPod(etcdCluster kops.EtcdClusterSpec, instance
558
564
}
559
565
560
566
{
561
- container .Command = exec .WithTee ("/etcd-manager" , args , "/var/log/etcd.log" )
567
+ container .Command = exec .WithTee ("/ko-app/ etcd-manager" , args , "/var/log/etcd.log" )
562
568
563
569
cpuRequest := resource .MustParse ("200m" )
564
570
if etcdCluster .CPURequest != nil {
You can’t perform that action at this time.
0 commit comments