Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
00ff4245
Commit
00ff4245
authored
Jun 19, 2015
by
Brendan Burns
Committed by
Zach Loafman
Jun 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rev etcd to 2.0.12
parent
b81d88d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
cluster/images/etcd/Makefile
+3
-3
etcd.manifest
cluster/saltbase/salt/etcd/etcd.manifest
+1
-1
No files found.
cluster/images/etcd/Makefile
View file @
00ff4245
.PHONY
:
clean build push
.PHONY
:
clean build push
IMAGE
=
etcd
IMAGE
=
etcd
TAG
=
2.0.
9.1
TAG
=
2.0.
12
ETCD_VERSION
=
2.0.
9
ETCD_VERSION
=
2.0.
12
OUTPUT_DIR
=
$(IMAGE)
-v
$(ETCD_VERSION)
-linux-amd64
OUTPUT_DIR
=
$(IMAGE)
-v
$(ETCD_VERSION)
-linux-amd64
clean
:
clean
:
...
@@ -16,6 +16,6 @@ build: clean
...
@@ -16,6 +16,6 @@ build: clean
docker build
-t
gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
.
docker build
-t
gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
.
push
:
build
push
:
build
gcloud
preview
docker push gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
gcloud docker push gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
all
:
push
all
:
push
cluster/saltbase/salt/etcd/etcd.manifest
View file @
00ff4245
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
"containers":[
"containers":[
{
{
"name": "etcd-container",
"name": "etcd-container",
"image": "gcr.io/google_containers/etcd:2.0.
9
",
"image": "gcr.io/google_containers/etcd:2.0.
12
",
"command": [
"command": [
"/usr/local/bin/etcd",
"/usr/local/bin/etcd",
"--addr",
"--addr",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment