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
11c8830d
Commit
11c8830d
authored
Sep 07, 2016
by
Zach Loafman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AWS: Docker is flapping because of cbr0 bringup, flip to kubenet
This is a mitigation. There's a kubelet bug that prevents NETWORK_PROVIDER=none from working right now.
parent
5b79fcc7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
config-default.sh
cluster/aws/config-default.sh
+2
-1
config-test.sh
cluster/aws/config-test.sh
+7
-0
No files found.
cluster/aws/config-default.sh
View file @
11c8830d
...
...
@@ -153,8 +153,9 @@ COREOS_CHANNEL="${COREOS_CHANNEL:-alpha}"
CONTAINER_RUNTIME
=
"
${
KUBE_CONTAINER_RUNTIME
:-
docker
}
"
RKT_VERSION
=
"
${
KUBE_RKT_VERSION
:-
1
.14.0
}
"
NETWORK_PROVIDER
=
"
${
NETWORK_PROVIDER
:-
kubenet
}
"
# kubenet, opencontrail, flannel
# OpenContrail networking plugin specific settings
NETWORK_PROVIDER
=
"
${
NETWORK_PROVIDER
:-
none
}
"
# opencontrail
OPENCONTRAIL_TAG
=
"
${
OPENCONTRAIL_TAG
:-
R2
.20
}
"
OPENCONTRAIL_KUBERNETES_TAG
=
"
${
OPENCONTRAIL_KUBERNETES_TAG
:-
master
}
"
OPENCONTRAIL_PUBLIC_SUBNET
=
"
${
OPENCONTRAIL_PUBLIC_SUBNET
:-
10
.1.0.0/16
}
"
...
...
cluster/aws/config-test.sh
View file @
11c8830d
...
...
@@ -139,5 +139,12 @@ COREOS_CHANNEL="${COREOS_CHANNEL:-alpha}"
CONTAINER_RUNTIME
=
"
${
KUBE_CONTAINER_RUNTIME
:-
docker
}
"
RKT_VERSION
=
"
${
KUBE_RKT_VERSION
:-
1
.14.0
}
"
NETWORK_PROVIDER
=
"
${
NETWORK_PROVIDER
:-
kubenet
}
"
# kubenet, opencontrail, flannel
# OpenContrail networking plugin specific settings
OPENCONTRAIL_TAG
=
"
${
OPENCONTRAIL_TAG
:-
R2
.20
}
"
OPENCONTRAIL_KUBERNETES_TAG
=
"
${
OPENCONTRAIL_KUBERNETES_TAG
:-
master
}
"
OPENCONTRAIL_PUBLIC_SUBNET
=
"
${
OPENCONTRAIL_PUBLIC_SUBNET
:-
10
.1.0.0/16
}
"
# Optional: if set to true, kube-up will configure the cluster to run e2e tests.
E2E_STORAGE_TEST_ENVIRONMENT
=
${
KUBE_E2E_STORAGE_TEST_ENVIRONMENT
:-
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