Commit 74266e0d authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Release 3.0.17 etcd image

parent 1320021a
......@@ -36,7 +36,7 @@
"containers":[
{
"name": "etcd-container",
"image": "gcr.io/google_containers/etcd:{{ pillar.get('etcd_docker_tag', '3.0.17-alpha.1') }}",
"image": "gcr.io/google_containers/etcd:{{ pillar.get('etcd_docker_tag', '3.0.17') }}",
"resources": {
"requests": {
"cpu": {{ cpulimit }}
......
......@@ -30,7 +30,7 @@ const (
KubeSchedulerImage = "scheduler"
KubeProxyImage = "proxy"
etcdVersion = "3.0.14-kubeadm"
etcdVersion = "3.0.17"
)
func GetCoreImage(image string, cfg *kubeadmapi.MasterConfiguration, overrideImage string) string {
......
......@@ -43,7 +43,7 @@ spec:
mountPath: /srv/kubernetes/
readOnly: true
- name: etcd
image: gcr.io/google_containers/etcd:3.0.17-alpha.1
image: gcr.io/google_containers/etcd:3.0.17
command:
- /usr/local/bin/etcd
- --data-dir
......
......@@ -622,7 +622,7 @@ func createAPIServer(clientset *client.Clientset, namespace, name, image, creden
},
{
Name: "etcd",
Image: "gcr.io/google_containers/etcd:3.0.17-alpha.1",
Image: "gcr.io/google_containers/etcd:3.0.17",
Command: []string{
"/usr/local/bin/etcd",
"--data-dir",
......
......@@ -830,7 +830,7 @@ func fakeInitHostFactory(apiserverServiceType v1.ServiceType, federationName, na
},
{
Name: "etcd",
Image: "gcr.io/google_containers/etcd:3.0.17-alpha.1",
Image: "gcr.io/google_containers/etcd:3.0.17",
Command: []string{
"/usr/local/bin/etcd",
"--data-dir",
......
......@@ -50,7 +50,7 @@ INSTANCE_PREFIX="${INSTANCE_PREFIX:-}"
SERVICE_CLUSTER_IP_RANGE="${SERVICE_CLUSTER_IP_RANGE:-}"
# Etcd related variables.
ETCD_IMAGE="${ETCD_IMAGE:-3.0.17-alpha.1}"
ETCD_IMAGE="${ETCD_IMAGE:-3.0.17}"
ETCD_VERSION="${ETCD_VERSION:-}"
# Controller-manager related variables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment