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
87e23212
Commit
87e23212
authored
Jul 26, 2017
by
Manjunath A Kumatagi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the yaml file with multiarch images
parent
6f55de1b
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
8 deletions
+11
-8
nginx-deployment1.yaml.in
test/e2e/testing-manifests/kubectl/nginx-deployment1.yaml.in
+2
-1
nginx-deployment2.yaml.in
test/e2e/testing-manifests/kubectl/nginx-deployment2.yaml.in
+2
-1
nginx-deployment3.yaml.in
test/e2e/testing-manifests/kubectl/nginx-deployment3.yaml.in
+2
-1
pause-pod.yaml.in
test/e2e/testing-manifests/kubectl/pause-pod.yaml.in
+1
-1
pod-with-readiness-probe.yaml.in
...esting-manifests/kubectl/pod-with-readiness-probe.yaml.in
+1
-1
redis-master-controller.json.in
...testing-manifests/kubectl/redis-master-controller.json.in
+1
-1
kitten-rc.yaml.in
...ixtures/doc-yaml/user-guide/update-demo/kitten-rc.yaml.in
+1
-1
nautilus-rc.yaml.in
...tures/doc-yaml/user-guide/update-demo/nautilus-rc.yaml.in
+1
-1
No files found.
test/e2e/testing-manifests/kubectl/nginx-deployment1.yaml
→
test/e2e/testing-manifests/kubectl/nginx-deployment1.yaml
.in
View file @
87e23212
...
@@ -11,6 +11,6 @@ spec:
...
@@ -11,6 +11,6 @@ spec:
spec:
spec:
containers:
containers:
- name: nginx
- name: nginx
image
:
gcr.io/google_containers/nginx-slim:0.8
image:
{{.NginxSlimNewImage}}
ports:
ports:
- containerPort: 80
- containerPort: 80
\ No newline at end of file
test/e2e/testing-manifests/kubectl/nginx-deployment2.yaml
→
test/e2e/testing-manifests/kubectl/nginx-deployment2.yaml
.in
View file @
87e23212
...
@@ -10,6 +10,6 @@ spec:
...
@@ -10,6 +10,6 @@ spec:
spec:
spec:
containers:
containers:
- name: nginx
- name: nginx
image
:
gcr.io/google_containers/nginx-slim:0.8
image:
{{.NginxSlimNewImage}}
ports:
ports:
- containerPort: 80
- containerPort: 80
\ No newline at end of file
test/e2e/testing-manifests/kubectl/nginx-deployment3.yaml
→
test/e2e/testing-manifests/kubectl/nginx-deployment3.yaml
.in
View file @
87e23212
...
@@ -10,6 +10,6 @@ spec:
...
@@ -10,6 +10,6 @@ spec:
spec:
spec:
containers:
containers:
- name: nginx
- name: nginx
image
:
gcr.io/google_containers/nginx-slim:0.7
image:
{{.NginxSlimImage}}
ports:
ports:
- containerPort: 80
- containerPort: 80
\ No newline at end of file
test/e2e/testing-manifests/kubectl/pause-pod.yaml
→
test/e2e/testing-manifests/kubectl/pause-pod.yaml
.in
View file @
87e23212
...
@@ -7,6 +7,6 @@ metadata:
...
@@ -7,6 +7,6 @@ metadata:
spec:
spec:
containers:
containers:
- name: pause
- name: pause
image
:
gcr.io/google-containers/pause:2.0
image:
{{.PauseImage}}
ports:
ports:
- containerPort: 80
- containerPort: 80
test/e2e/testing-manifests/kubectl/pod-with-readiness-probe.yaml
→
test/e2e/testing-manifests/kubectl/pod-with-readiness-probe.yaml
.in
View file @
87e23212
...
@@ -7,7 +7,7 @@ metadata:
...
@@ -7,7 +7,7 @@ metadata:
spec:
spec:
containers:
containers:
- name: nginx
- name: nginx
image
:
gcr.io/google_containers/nginx-slim:0.7
image:
{{.NginxSlimImage}}
ports:
ports:
- containerPort: 80
- containerPort: 80
readinessProbe:
readinessProbe:
...
...
test/e2e/testing-manifests/kubectl/redis-master-controller.json
→
test/e2e/testing-manifests/kubectl/redis-master-controller.json
.in
View file @
87e23212
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
"containers":[
"containers":[
{
{
"name":"redis-master",
"name":"redis-master",
"image"
:
"gcr.io/k8s-testimages/redis:e2e
"
,
"image": "{{.RedisImage}}
",
"ports":[
"ports":[
{
{
"name":"redis-server",
"name":"redis-server",
...
...
test/fixtures/doc-yaml/user-guide/update-demo/kitten-rc.yaml
→
test/fixtures/doc-yaml/user-guide/update-demo/kitten-rc.yaml
.in
View file @
87e23212
...
@@ -13,7 +13,7 @@ spec:
...
@@ -13,7 +13,7 @@ spec:
version: kitten
version: kitten
spec:
spec:
containers:
containers:
-
image
:
gcr.io/google_containers/update-demo:kitten
- image:
{{.KittenImage}}
name: update-demo
name: update-demo
ports:
ports:
- containerPort: 80
- containerPort: 80
...
...
test/fixtures/doc-yaml/user-guide/update-demo/nautilus-rc.yaml
→
test/fixtures/doc-yaml/user-guide/update-demo/nautilus-rc.yaml
.in
View file @
87e23212
...
@@ -14,7 +14,7 @@ spec:
...
@@ -14,7 +14,7 @@ spec:
version: nautilus
version: nautilus
spec:
spec:
containers:
containers:
-
image
:
gcr.io/google_containers/update-demo:nautilus
- image:
{{.NautilusImage}}
name: update-demo
name: update-demo
ports:
ports:
- containerPort: 80
- containerPort: 80
...
...
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