Spencer Smith
15fee582cc
Merge pull request #1305 from zouyee/master
upgrade k8s version to 1.6.4
7 years ago
zoues
43408634bb
Merge branch 'master' into master
7 years ago
zouyee
d47fce6ce7
upgrade k8s version to 1.6.4
7 years ago
Matthew Mosesohn
9e64267867
Merge pull request #1293 from mattymo/kubelet_host_mode
Add host-based kubelet deployment
7 years ago
Josh Lothian
7ae5785447
Removed the other unused handler
With live-restore: true, we don't need a special docker restart
7 years ago
Josh Lothian
ef8d3f684f
Remove unused handler
Previous patch removed the step that sets live-restore
back to false, so don't try to notify that handler any more
7 years ago
Matthew Mosesohn
cc6e3d14ce
Add host-based kubelet deployment
Kubelet gets copied from hyperkube container and run locally.
7 years ago
Spencer Smith
83f44b1ac1
Added example json
7 years ago
Spencer Smith
1f470eadd1
Added dynamic inventory for AWS as contrib
7 years ago
Spencer Smith
005b01bd9a
Merge pull request #1299 from bradbeam/kubelet
Minor kubelet updates
7 years ago
Josh Lothian
6f67367b57
Leave 'live-restore' false
Leave live-restore false to updates always pick
up new network configuration
8 years ago
Josh Lothian
9ee0600a7f
Update handler names and explanation
8 years ago
Josh Lothian
30cc7c847e
Reconfigure docker restart behavior on atomic
Before restarting docker, instruct it to kill running
containers when it restarts.
Needs a second docker restart after we restore the original
behavior, otherwise the next time docker is restarted by
an operator, it will unexpectedly bring down all running
containers.
8 years ago
Josh Lothian
a5bb24b886
Fix docker restart in atomic
In atomic, containers are left running when docker is restarted.
When docker is restarted after the flannel config is put in place,
the docker0 interface isn't re-IPed because docker sees the running
containers and won't update the previous config.
This patch kills all the running containers after docker is stopped.
We can't simply `docker stop` the running containers, as they respawn
before we've got a chance to stop the docker daemon, so we need to
use runc to do this after dockerd is stopped.
8 years ago
Spencer Smith
f02d810af8
Merge pull request #1298 from rsmitty/centos-bootstrap
issue raw yum command since we don't have facts in bootstrapping
7 years ago
Brad Beam
55f6b6a6ab
Merge pull request #940 from Connz/patch-1
Fixed nova command to get available flavors
7 years ago
Brad Beam
b999ee60aa
Fixing typo in kubelet cluster-dns and cluster-domain flags
7 years ago
Brad Beam
85afd3ef14
Removing old sysv reference
7 years ago
Spencer Smith
1907030d89
issue raw yum command since we don't have facts in bootstrapping
7 years ago
Spencer Smith
361a5eac7e
Merge pull request #1290 from huikang/update-version-readme
Update the kubernete and docker verion in readme
7 years ago
Spencer Smith
fecb41d2ef
Merge pull request #1289 from rsmitty/default-dns-mode
default to kubedns &set nxdomain in kubedns deployment if that's the dns_mode
7 years ago
Hui Kang
4cdb641e7b
Update the kubernete and docker verion in readme
- kubernetes v1.6.1
- docker v1.13.1
Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>
7 years ago
Spencer Smith
efa2dff681
remove conditional
7 years ago
Spencer Smith
31a7b7d24e
default to kubedns and set nxdomain in kubedns deployment if that's the dns_mode
7 years ago
Matthew Mosesohn
8eb60f5624
Merge pull request #1280 from moss2k13/bugfix/helm_centos
Updated kubernetes-apps helm installation
7 years ago
moss2k13
791ea89b88
Updated helm installation
Added full path for helm
7 years ago
Spencer Smith
c572760a66
Merge pull request #1254 from iJanki/cert_group
Adding /O=system:masters to admin certificate
7 years ago
Brad Beam
69fc19f7e0
Merge pull request #1252 from adidenko/separate-tags-for-netcheck-containers
Add support for different tags for netcheck containers
7 years ago
Spencer Smith
b939c24b3d
Merge pull request #1250 from digitalrebar/master
bootstrap task on centos missing packages
7 years ago
Spencer Smith
3eb494dbe3
Merge pull request #1259 from bradbeam/calico214
Updating calico to v2.1.4
7 years ago
Spencer Smith
d6a66c83c2
Merge pull request #1266 from rsmitty/os-release
mount os-release to ensure the node's OS is what's seen in k8s api
7 years ago
Spencer Smith
582a9a5db8
Merge pull request #1265 from cfarquhar/fix_docs_calico_link
Fix link from ansible.md to calico.md
7 years ago
Spencer Smith
0afbc19ffb
ensure the /etc/os-release is mounted read only
7 years ago
Spencer Smith
ac9290f985
add for rkt as well
7 years ago
Brad Beam
a133ba1998
Updating calico to v2.1.4
7 years ago
Spencer Smith
5657738f7e
mount os-release to ensure the node's OS is what's seen in k8s api
7 years ago
Charles Farquhar
d310acc1eb
Fix link from ansible.md to calico.md
This commit fixes a broken link from ansible.md to calico.md.
7 years ago
Matthew Mosesohn
2b88f10b04
Merge pull request #1262 from holser/switch_ci_to_ansible_2.3
Switch CI to ansible 2.3.0
7 years ago
Aleksandr Didenko
883ba7aa90
Add support for different tags for netcheck containers
Replace 'netcheck_tag' with 'netcheck_version' and add additional
'netcheck_server_tag' and 'netcheck_agent_tag' config options to
provide ability to use different tags for server and agent
containers.
7 years ago
Sergii Golovatiuk
28f55deaae
Switch CI to ansible 2.3.0
Closes: 1253
Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
7 years ago
Matthew Mosesohn
40407930d5
Merge pull request #1260 from holser/fix_jinja_ansible_2.3
Ansible 2.3 support
7 years ago
Sergii Golovatiuk
674b71b535
Ansible 2.3 support
- Fix when clauses in various places
- Update requirements.txt
- Fix README.md
Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
7 years ago
Matthew Mosesohn
677d9c47ac
Merge pull request #1256 from AlexeyKasatkin/add_MY_NODE_NAME_var
add MY_NODE_NAME variable into netchecker-agent environment
7 years ago
Aleksey Kasatkin
2638ab98ad
add MY_NODE_NAME variable into netchecker-agent environment
7 years ago
Matthew Mosesohn
bc3068c2f9
Merge pull request #1251 from FengyunPan/fix-helm-home
Specify a dir and attach it to helm for HELM_HOME
7 years ago
FengyunPan
2bde9bea1c
Specify a dir and attach it to helm for HELM_HOME
7 years ago
Spencer Smith
502f2f040d
Merge pull request #1249 from rsmitty/master
add some known tweaks that need to be made for coreos to docs
7 years ago
Greg Althaus
041d4d666e
Install required selinux-python bindings in bootstrap
on centos. The bootstrap tty fixup needs it.
7 years ago
Spencer Smith
c0c10a97e7
Merge pull request #1248 from rsmitty/aws-resolver
allow for correct aws default resolver
7 years ago
Spencer Smith
5a7c50027f
add some known tweaks that need to be made for coreos
7 years ago