lp://qastaging/~mbruzek/charms/trusty/kubernetes/trunk
Created by
Matt Bruzek
and last modified
- Get this branch:
- bzr branch lp://qastaging/~mbruzek/charms/trusty/kubernetes/trunk
Only
Matt Bruzek
can upload to this branch. If you are
Matt Bruzek
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Charles Butler (community): Approve
-
Diff: 412 lines (+162/-49)13 files modifiedMakefile (+2/-1)
README.md (+43/-21)
copyright (+1/-1)
files/kubelet.upstart.tmpl (+3/-3)
hooks/hooks.py (+19/-4)
hooks/install (+13/-12)
hooks/kubernetes_installer.py (+16/-2)
hooks/lib/__init__.py (+16/-0)
hooks/lib/registrator.py (+18/-4)
hooks/start (+1/-1)
python_requirements.txt (+1/-0)
unit_tests/lib/test_registrator.py (+15/-0)
unit_tests/test_hooks.py (+14/-0)
Branch information
- Owner:
- Matt Bruzek
- Status:
- Development
Recent revisions
- 9. By Charles Butler
-
Re-introduce handling for a 409 response code when the k8's node has registered
with ETCD already. This happens during the etcd-relation-changed sequence often
and is not an error case, So halting the unit execution is not desireable. - 6. By Matt Bruzek
-
Removing binary bloat, config.yaml and config-changed.
Adding virtualenv to release target and reference env correctly.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)