Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
setting coreos api models to use kubenet (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Dec 7, 2017
1 parent db2a747 commit 2bf62c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion examples/coreos/kubernetes-coreos-hybrid.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes"
"orchestratorType": "Kubernetes",
"kubernetesConfig": {
"networkPolicy": "none"
}
},
"masterProfile": {
"count": 1,
Expand Down
5 changes: 4 additions & 1 deletion examples/coreos/kubernetes-coreos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes"
"orchestratorType": "Kubernetes",
"kubernetesConfig": {
"networkPolicy": "none"
}
},
"masterProfile": {
"count": 1,
Expand Down

0 comments on commit 2bf62c8

Please sign in to comment.