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
7b9833ce
Commit
7b9833ce
authored
Sep 27, 2018
by
Manjunath A Kumatagi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update authenticated-image-pulling with fat manifest image
parent
807eb6b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
runtime.go
test/e2e/common/runtime.go
+2
-2
runtime_conformance_test.go
test/e2e_node/runtime_conformance_test.go
+1
-1
No files found.
test/e2e/common/runtime.go
View file @
7b9833ce
...
@@ -288,13 +288,13 @@ while true; do sleep 1; done
...
@@ -288,13 +288,13 @@ while true; do sleep 1; done
},
},
{
{
description
:
"should not be able to pull from private registry without secret"
,
description
:
"should not be able to pull from private registry without secret"
,
image
:
"gcr.io/authenticated-image-pulling/alpine:3.
1
"
,
image
:
"gcr.io/authenticated-image-pulling/alpine:3.
7
"
,
phase
:
v1
.
PodPending
,
phase
:
v1
.
PodPending
,
waiting
:
true
,
waiting
:
true
,
},
},
{
{
description
:
"should be able to pull from private registry with secret"
,
description
:
"should be able to pull from private registry with secret"
,
image
:
"gcr.io/authenticated-image-pulling/alpine:3.
1
"
,
image
:
"gcr.io/authenticated-image-pulling/alpine:3.
7
"
,
secret
:
true
,
secret
:
true
,
phase
:
v1
.
PodRunning
,
phase
:
v1
.
PodRunning
,
waiting
:
false
,
waiting
:
false
,
...
...
test/e2e_node/runtime_conformance_test.go
View file @
7b9833ce
...
@@ -60,7 +60,7 @@ var _ = framework.KubeDescribe("Container Runtime Conformance Test", func() {
...
@@ -60,7 +60,7 @@ var _ = framework.KubeDescribe("Container Runtime Conformance Test", func() {
}{
}{
{
{
description
:
"should be able to pull from private registry with credential provider"
,
description
:
"should be able to pull from private registry with credential provider"
,
image
:
"gcr.io/authenticated-image-pulling/alpine:3.
1
"
,
image
:
"gcr.io/authenticated-image-pulling/alpine:3.
7
"
,
phase
:
v1
.
PodRunning
,
phase
:
v1
.
PodRunning
,
waiting
:
false
,
waiting
:
false
,
},
},
...
...
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