Convert registry to k8s.gcr.io (#3158)

See #3141 for more detail
This commit is contained in:
Matt Farina
2017-12-28 02:22:36 -08:00
committed by k8s-ci-robot
parent bb705ae304
commit 4e85f9d3d3
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: etcd
home: https://github.com/coreos/etcd
version: 0.3.5
version: 0.3.6
description: Distributed reliable key-value store for the most critical data of a
distributed system.
icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png
+1 -1
View File
@@ -38,7 +38,7 @@ The following tables lists the configurable parameters of the etcd chart and the
| Parameter | Description | Default |
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `Name` | Spark master name | `etcd` |
| `Image` | Container image name | `gcr.io/google_containers/etcd-amd64` |
| `Image` | Container image name | `k8s.gcr.io/etcd-amd64` |
| `ImageTag` | Container image tag | `2.2.5` |
| `ImagePullPolicy` | Container pull policy | `Always` |
| `Replicas` | k8s statefulset replicas | `3` |
+1
View File
@@ -0,0 +1 @@
etcd has been installed.
+1 -1
View File
@@ -8,7 +8,7 @@ PeerPort: 2380
ClientPort: 2379
Component: "etcd"
Replicas: 3
Image: "gcr.io/google_containers/etcd-amd64"
Image: "k8s.gcr.io/etcd-amd64"
ImageTag: "2.2.5"
ImagePullPolicy: "Always"
Cpu: "100m"