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
9ebd6f06
Commit
9ebd6f06
authored
Jul 17, 2017
by
Manjunath A Kumatagi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update yaml and json with multi arch test images
parent
a9afb931
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
pod.yaml
test/images/clusterapi-tester/pod.yaml
+1
-1
pod.yaml
test/images/goproxy/pod.yaml
+1
-1
pod.yaml
test/images/hostexec/pod.yaml
+1
-1
pod.yaml
test/images/netexec/pod.yaml
+1
-1
rc.json
test/images/nettest/rc.json
+1
-1
slow-pod.json
test/images/nettest/slow-pod.json
+1
-1
slow-rc.json
test/images/nettest/slow-rc.json
+1
-1
pod.json
test/images/porter/pod.json
+1
-1
No files found.
test/images/clusterapi-tester/pod.yaml
View file @
9ebd6f06
...
...
@@ -4,7 +4,7 @@ metadata:
name
:
clusterapi-tester
spec
:
containers
:
-
image
:
gcr.io/
google_containers/clusterapi-tester
:1.0
-
image
:
gcr.io/
kubernetes-e2e-test-images/clusterapi-tester-amd64
:1.0
name
:
clusterapi-tester
readinessProbe
:
httpGet
:
...
...
test/images/goproxy/pod.yaml
View file @
9ebd6f06
...
...
@@ -7,7 +7,7 @@ metadata:
spec
:
containers
:
-
name
:
goproxy
image
:
gcr.io/
google_containers/goproxy:0.1
image
:
gcr.io/
kubernetes-e2e-test-images/goproxy-amd64:1.0
ports
:
-
containerPort
:
8080
readinessProbe
:
...
...
test/images/hostexec/pod.yaml
View file @
9ebd6f06
...
...
@@ -7,6 +7,6 @@ metadata:
spec
:
containers
:
-
name
:
hostexec
image
:
gcr.io/
google_containers/hostexec:1.2
image
:
gcr.io/
kubernetes-e2e-test-images/hostexec-amd64:1.0
securityContext
:
hostNetwork
:
true
test/images/netexec/pod.yaml
View file @
9ebd6f06
...
...
@@ -7,7 +7,7 @@ metadata:
spec
:
containers
:
-
name
:
netexec
image
:
gcr.io/
google_containers/netexec:1.7
image
:
gcr.io/
kubernetes-e2e-test-images/netexec-amd64:1.0
ports
:
-
containerPort
:
8080
protocol
:
TCP
...
...
test/images/nettest/rc.json
View file @
9ebd6f06
...
...
@@ -22,7 +22,7 @@
"containers"
:
[
{
"name"
:
"webserver"
,
"image"
:
"gcr.io/
google_containers/nettest:1.9
"
,
"image"
:
"gcr.io/
kubernetes-e2e-test-images/nettest-amd64:1.0
"
,
"imagePullPolicy"
:
"Always"
,
"args"
:
[
"-service=nettest"
,
...
...
test/images/nettest/slow-pod.json
View file @
9ebd6f06
...
...
@@ -11,7 +11,7 @@
"containers"
:
[
{
"name"
:
"webserver"
,
"image"
:
"gcr.io/
google_containers/nettest:1.9
"
,
"image"
:
"gcr.io/
kubernetes-e2e-test-images/nettest-amd64:1.0
"
,
"args"
:
[
"-service=nettest"
,
"-delay-shutdown=10"
...
...
test/images/nettest/slow-rc.json
View file @
9ebd6f06
...
...
@@ -23,7 +23,7 @@
"containers"
:
[
{
"name"
:
"webserver"
,
"image"
:
"gcr.io/
google_containers/nettest:1.9
"
,
"image"
:
"gcr.io/
kubernetes-e2e-test-images/nettest-amd64:1.0
"
,
"args"
:
[
"-service=nettest"
,
"-delay-shutdown=10"
...
...
test/images/porter/pod.json
View file @
9ebd6f06
...
...
@@ -8,7 +8,7 @@
"containers"
:
[
{
"name"
:
"porter"
,
"image"
:
"gcr.io/
google_containers/porter:4524579c0eb935c056c8e75563b4e1eda31587e
0"
,
"image"
:
"gcr.io/
kubernetes-e2e-test-images/porter-amd64:1.
0"
,
"env"
:
[
{
"name"
:
"SERVE_PORT_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