mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Repoint flannel-docker service to ~kubernetes namespace
This branch of the charm-store charm is tracking features targeted at kubernetes based deployments, while the devel focus will continually be in a state of experimentation and learning. As all things awesome - deploy in lockstep from a source that has extensive testing to ensure we aren't handing out experimental code that hasn't been fully tested e2e w/ the kubernetes project.
This commit is contained in:
@@ -10,7 +10,7 @@ kubernetes-local:
|
|||||||
version: "v0.15.0"
|
version: "v0.15.0"
|
||||||
docker:
|
docker:
|
||||||
charm: docker
|
charm: docker
|
||||||
branch: https://github.com/chuckbutler/docker-charm.git
|
branch: cs:trusty/docker
|
||||||
num_units: 2
|
num_units: 2
|
||||||
options:
|
options:
|
||||||
latest: true
|
latest: true
|
||||||
@@ -18,8 +18,7 @@ kubernetes-local:
|
|||||||
"gui-x": "0"
|
"gui-x": "0"
|
||||||
"gui-y": "0"
|
"gui-y": "0"
|
||||||
flannel-docker:
|
flannel-docker:
|
||||||
charm: flannel-docker
|
charm: cs:~kubernetes/trusty/flannel-docker
|
||||||
branch: https://github.com/chuckbutler/flannel-docker-charm.git
|
|
||||||
annotations:
|
annotations:
|
||||||
"gui-x": "0"
|
"gui-x": "0"
|
||||||
"gui-y": "300"
|
"gui-y": "300"
|
||||||
|
Reference in New Issue
Block a user