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
452bdcae
Commit
452bdcae
authored
Jul 30, 2015
by
Mike Danese
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11895 from derekwaynecarr/vagrant_confornamce_tickbox
Vagrant passes conformance tests at HEAD
parents
1a613c43
01ec50de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
README.md
docs/getting-started-guides/README.md
+3
-1
service.go
test/e2e/service.go
+2
-0
No files found.
docs/getting-started-guides/README.md
View file @
452bdcae
...
@@ -134,7 +134,7 @@ Here are all the solutions mentioned above in table form.
...
@@ -134,7 +134,7 @@ Here are all the solutions mentioned above in table form.
IaaS Provider | Config. Mgmt | OS | Networking | Docs | Conforms | Support Level
IaaS Provider | Config. Mgmt | OS | Networking | Docs | Conforms | Support Level
-------------------- | ------------ | ------ | ---------- | --------------------------------------------- | ---------| ----------------------------
-------------------- | ------------ | ------ | ---------- | --------------------------------------------- | ---------| ----------------------------
GKE | | | GCE |
[
docs
](
https://cloud.google.com/container-engine
)
| | Commercial
GKE | | | GCE |
[
docs
](
https://cloud.google.com/container-engine
)
| | Commercial
Vagrant | Saltstack | Fedora | OVS |
[
docs
](
vagrant.md
)
|
| Project
Vagrant | Saltstack | Fedora | OVS |
[
docs
](
vagrant.md
)
|
[
✓
][
2
]
| Project
GCE | Saltstack | Debian | GCE |
[
docs
](
gce.md
)
|
[
✓
][
1
]
| Project
GCE | Saltstack | Debian | GCE |
[
docs
](
gce.md
)
|
[
✓
][
1
]
| Project
Azure | CoreOS | CoreOS | Weave |
[
docs
](
coreos/azure/README.md
)
| | Community (
[
@errordeveloper
](
https://github.com/errordeveloper
)
,
[
@squillace
](
https://github.com/squillace
)
,
[
@chanezon
](
https://github.com/chanezon
)
,
[
@crossorigin
](
https://github.com/crossorigin
)
)
Azure | CoreOS | CoreOS | Weave |
[
docs
](
coreos/azure/README.md
)
| | Community (
[
@errordeveloper
](
https://github.com/errordeveloper
)
,
[
@squillace
](
https://github.com/squillace
)
,
[
@chanezon
](
https://github.com/chanezon
)
,
[
@crossorigin
](
https://github.com/crossorigin
)
)
Docker Single Node | custom | N/A | local |
[
docs
](
docker.md
)
| | Project (@brendandburns)
Docker Single Node | custom | N/A | local |
[
docs
](
docker.md
)
| | Project (@brendandburns)
...
@@ -189,6 +189,8 @@ Definition of columns:
...
@@ -189,6 +189,8 @@ Definition of columns:
<!-- reference style links below here -->
<!-- reference style links below here -->
<!-- GCE conformance test result -->
<!-- GCE conformance test result -->
[
1
]:
https://gist.github.com/erictune/4cabc010906afbcc5061
[
1
]:
https://gist.github.com/erictune/4cabc010906afbcc5061
<!-- Vagrant conformance test result -->
[
2
]:
https://gist.github.com/derekwaynecarr/505e56036cdf010bf6b6
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
...
...
test/e2e/service.go
View file @
452bdcae
...
@@ -231,6 +231,8 @@ var _ = Describe("Services", func() {
...
@@ -231,6 +231,8 @@ var _ = Describe("Services", func() {
})
})
It
(
"should be able to up and down services"
,
func
()
{
It
(
"should be able to up and down services"
,
func
()
{
// this test uses NodeSSHHosts that does not work if a Node only reports LegacyHostIP
SkipUnlessProviderIs
(
"gce"
,
"gke"
,
"aws"
)
ns
:=
namespaces
[
0
]
ns
:=
namespaces
[
0
]
numPods
,
servicePort
:=
3
,
80
numPods
,
servicePort
:=
3
,
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