mirror of https://github.com/kubernetes/kops.git
Merge pull request #15112 from hakman/etcd-manager_slimmer
Remove obsolete etcd versions
This commit is contained in:
commit
1cd895ccce
|
|
@ -67,15 +67,8 @@ func (b *EtcdManagerOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
|
|
||||||
var etcdSupportedImages = map[string]string{
|
var etcdSupportedImages = map[string]string{
|
||||||
"3.2.24": "registry.k8s.io/etcd:3.2.24-1",
|
"3.2.24": "registry.k8s.io/etcd:3.2.24-1",
|
||||||
"3.3.10": "registry.k8s.io/etcd:3.3.10-0",
|
|
||||||
"3.3.17": "registry.k8s.io/etcd:3.3.17-0",
|
"3.3.17": "registry.k8s.io/etcd:3.3.17-0",
|
||||||
"3.4.3": "registry.k8s.io/etcd:3.4.3-0",
|
|
||||||
"3.4.13": "registry.k8s.io/etcd:3.4.13-0",
|
"3.4.13": "registry.k8s.io/etcd:3.4.13-0",
|
||||||
"3.5.0": "registry.k8s.io/etcd:3.5.0-0",
|
|
||||||
"3.5.1": "registry.k8s.io/etcd:3.5.1-0",
|
|
||||||
"3.5.3": "registry.k8s.io/etcd:3.5.3-0",
|
|
||||||
"3.5.4": "registry.k8s.io/etcd:3.5.4-0",
|
|
||||||
"3.5.6": "registry.k8s.io/etcd:3.5.6-0",
|
|
||||||
"3.5.7": "registry.k8s.io/etcd:3.5.7-0",
|
"3.5.7": "registry.k8s.io/etcd:3.5.7-0",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -120,18 +120,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -155,73 +143,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
@ -319,18 +240,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -354,73 +263,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -119,18 +119,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -154,73 +142,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
@ -317,18 +238,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -352,73 +261,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -122,18 +122,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -157,73 +145,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
@ -323,18 +244,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -358,73 +267,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -128,18 +128,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -163,73 +151,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
@ -335,18 +256,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -370,73 +279,6 @@ Contents: |
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
export KOPS_FEATURE_FLAGS="SpecOverrideFlag"
|
|
||||||
|
|
||||||
REPO_ROOT=$(git rev-parse --show-toplevel);
|
REPO_ROOT=$(git rev-parse --show-toplevel);
|
||||||
source "${REPO_ROOT}"/tests/e2e/scenarios/lib/common.sh
|
source "${REPO_ROOT}"/tests/e2e/scenarios/lib/common.sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -58,18 +58,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -93,73 +81,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -58,18 +58,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -93,73 +81,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -57,18 +57,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -92,73 +80,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -59,18 +59,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -94,73 +82,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -57,18 +57,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -92,73 +80,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -59,18 +59,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -94,73 +82,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -58,18 +58,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -93,73 +81,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -60,18 +60,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -95,73 +83,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -58,18 +58,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -93,73 +81,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -60,18 +60,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -95,73 +83,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -57,18 +57,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -92,73 +80,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -59,18 +59,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -94,73 +82,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -57,18 +57,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -92,73 +80,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -59,18 +59,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -94,73 +82,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -57,18 +57,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -92,73 +80,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -59,18 +59,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -94,73 +82,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -57,18 +57,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -92,73 +80,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -59,18 +59,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -94,73 +82,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -58,18 +58,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -93,73 +81,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -55,18 +55,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -90,73 +78,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
|
|
@ -56,18 +56,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.3.10/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.3.10/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.3.10-0
|
|
||||||
name: init-etcd-3-3-10
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
- mkdir -p /opt/etcd-v3.3.17/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
||||||
|
|
@ -91,73 +79,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt
|
- mountPath: /opt
|
||||||
name: bin
|
name: bin
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- mkdir -p /opt/etcd-v3.4.3/ && cp /usr/local/bin/etcd /usr/local/bin/etcdctl
|
|
||||||
/opt/etcd-v3.4.3/
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.4.3-0
|
|
||||||
name: init-etcd-3-4-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.0/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.0/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.0-0
|
|
||||||
name: init-etcd-3-5-0
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.1/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.1/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.1-0
|
|
||||||
name: init-etcd-3-5-1
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.3/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.3/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.3-0
|
|
||||||
name: init-etcd-3-5-3
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.4/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.4/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.4-0
|
|
||||||
name: init-etcd-3-5-4
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
|
||||||
- -c
|
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.6/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.6/etcdctl
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
image: registry.k8s.io/etcd:3.5.6-0
|
|
||||||
name: init-etcd-3-5-6
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /opt
|
|
||||||
name: bin
|
|
||||||
- args:
|
- args:
|
||||||
- -c
|
- -c
|
||||||
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
- cp /usr/local/bin/etcd /opt/etcd-v3.5.7/etcd && cp /usr/local/bin/etcdctl /opt/etcd-v3.5.7/etcdctl
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue