Andreas Krüger
d84ff06f73
Set filemode to 0640 ( #2315 )
* Set filemode to 0640
weave-net.yml file is readable by all users on the host. It however contains the weave_password to encrypt all pod communication. It should only be readable by root.
* Set mode 0640 on users_file with basic auth
6 years ago
Matthew Mosesohn
87f33a4644
Use CNI to assign kube_pods_subnet for calico
Now calico can be deployed if there are other existing pools
and not confuse IPAM and end up with pods in the wrong pools.
6 years ago
Dann Bohn
2d69b05c77
set local_release_dir in downloads to match others
6 years ago
Dann Bohn
2eb57ee5cd
default kube_proxy_mode in kubernetes-defaults
6 years ago
Chris Mildebrandt
85c69c2a4a
Add check for atomic hosts in template
6 years ago
Matthew Mosesohn
c20f38b89c
retry unmount kubelet dirs
6 years ago
Aivars Sterns
bfe196236f
Merge pull request #2033 from ArchiFleKs/terraform-fix-cred
Update Terraform docs and authentication method
6 years ago
Wong Hoi Sing Edison
d4c61d2628
Fixup for gce_centos7-flannel-addons
6 years ago
Wong Hoi Sing Edison
deef47c923
Upgrade Local Volume Provisioner Addon to v2.0.0
6 years ago
Chris Mildebrandt
c19d8994b9
Set TasksMax to infinity on any OS with systemd
6 years ago
Chad Swenson
2de6da25a8
Merge pull request #2312 from woopstar/patch-7
Added iptables lock fix and ajusted oom-score
6 years ago
melkosoft
f13e76d022
Added cilium support ( #2236 )
* Added cilium support
* Fix typo in debian test config
* Remove empty lines
* Changed cilium version from <latest> to <v1.0.0-rc3>
* Add missing changes for cilium
* Add cilium to CI pipeline
* Fix wrong file name
* Check kernel version for cilium
* fixed ci error
* fixed cilium-ds.j2 template
* added waiting for cilium pods to run
* Fixed missing EOF
* Fixed trailing spaces
* Fixed trailing spaces
* Fixed trailing spaces
* Fixed too many blank lines
* Updated tolerations,annotations in cilium DS template
* Set cilium_version to iptables-1.9 to see if bug is fixed in CI
* Update cilium image tag to v1.0.0-rc4
* Update Cilium test case CI vars filenames
* Add optional prometheus flag, adjust initial readiness delay
* Update README.md with cilium info
6 years ago
Dann Bohn
95e2bde15b
set nodeName to "{{ inventory_hostname }}" in kubeadm-config
6 years ago
Antoine Legrand
5c0a41a6e0
Merge pull request #2340 from eduardobaitello/patch-1
Fix typo in aws.md docs
6 years ago
David Miller
6424928ba3
Update typo in the tag necessary for the ELB role ( #2330 )
6 years ago
Miouge1
4c280e59d4
Use legacy policy config to apply the scheduler policy
6 years ago
Antoine Legrand
56b7400dac
Merge pull request #2325 from kubernetes-incubator/ci_two_stages
rollback to a two stage CI
6 years ago
Antoine Legrand
d095a1bb96
rollback to a two stage CI
6 years ago
Antoine Legrand
76a89039ad
Merge pull request #2285 from jasdeep-hundal/do_not_install_python_apt
Remove redundant python-apt install
6 years ago
Sebastian Söderqvist
ba2107ea8c
is-default-class is case sensative so we must return a lowercase string
6 years ago
Łukasz Piątkowski
f90e509bf6
gather facts for all nodes, even if running for single one (--limit)
6 years ago
Eduardo Baitello
dd8902bfcd
Fix typo in aws.md docs
"kubernetes" is spelled wrong in the cluster tag example
6 years ago
southquist
3f44a33738
allow for configurable openstack storage class
6 years ago
Merouane Atig
911af3f331
Fix link markdown markup
6 years ago
Antoine Legrand
e2f083f885
Merge pull request #2317 from kubernetes-incubator/add_digitalocean_ci
Additional CI platform (digital-ocean)
6 years ago
Antoine Legrand
e5a450349b
Single step CI
6 years ago
Antoine Legrand
7a20d69809
fix inventory paths
6 years ago
Antoine Legrand
c187ae22e5
Force to /usr/bin/python in CI
6 years ago
Antoine Legrand
cb202a76df
Fix tests
6 years ago
Antoine Legrand
e1d139db2e
Use new CI image
6 years ago
Antoine Legrand
51e695066a
Add dockerfile for the ci
6 years ago
Antoine Legrand
ce25fa4302
Enable multiple CI platform / Add DigitalOcean
6 years ago
Antoine Legrand
c403b61383
Update private key
7 years ago
Antoine Legrand
3ef7c25a16
Add digitalocean test case
7 years ago
Antoine Legrand
442d211ee3
Add DigitalOcean playbook to create VM
7 years ago
RongZhang
c0aad0a6d5
Fix install etcd by host service ( #2297 )
Fix bug issues #2289
6 years ago
Matthew Mosesohn
5903aea86f
Update coreos-calico-aio scenario to test no group vars ( #2314 )
This updated scenario ensures deployment still passes without
having any group_vars available.
6 years ago
Aivars Sterns
f4a68eae01
Merge pull request #2313 from hswong3i/multiple_inventory_dir
Update default CONFIG_FILE for contrib/inventory_builder/inventory.py
6 years ago
Wong Hoi Sing Edison
4a36b091f4
Update default CONFIG_FILE for contrib/inventory_builder/inventory.py
6 years ago
Antoine Legrand
874ec8fc73
Merge pull request #2311 from brutus333/fix/wait4k8sapi
Increased timeout values for k8s API server restart
6 years ago
Andreas Krüger
41ca67bf54
Added iptables lock fix and ajusted oom-score
xtables lock was missing. Added new option for oom-score to make sure it's not killed in an OOM situation before regular pods.
6 years ago
Virgil Chereches
d72232f15b
Increased timeout values for k8s API server restart
6 years ago
Maxim Krasilnikov
03c61685fb
Added apiserver extra args variable for kubeadm config ( #2291 )
6 years ago
Antoine Legrand
46284198f8
Merge pull request #2298 from clkao/patch-2
Fix version comparison
6 years ago
Antoine Legrand
9916100835
Merge pull request #2299 from riverzhang/patch-4
Fix default_resolver is undefined
6 years ago
RongZhang
bbb1da1a83
Fix default_resolver is undefined
fix issues #2265
6 years ago
Antoine Legrand
cf183288dd
Merge pull request #2287 from hswong3i/cephfs_provisioner_default
Add optional StorageClass name with cephfs_provisioner_storage_class
6 years ago
Wong Hoi Sing Edison
07075add3d
Add optional StorageClass name with cephfs_provisioner_storage_class
6 years ago
Chia-liang Kao
338238d086
Fix version comparison
`FAILED! => {"changed": false, "msg": "AnsibleFilterError: Version comparison: unorderable types: str() < int()"}`
6 years ago
Brad Beam
c6c74616d8
Merge pull request #2293 from bradbeam/upgrade
Making node status and scheduling detection mo betta for upgrades
6 years ago