Rui Cao
0d3beb4e5a
Fix some typos
Signed-off-by: Rui Cao <ruicao@alauda.io>
6 years ago
Andreas Krüger
6e192d487b
Merge pull request #3604 from Intermax-Cloudsourcing/fix-coredns
Revert "CoreDNS v1.2.5 (#3595 )"
6 years ago
xichengliudui
306c61a968
Remove duplicate words
6 years ago
Ted Wexler
58b4fea2b1
Add an 'access_ip' for openstack resources to the terraform inventory builder script ( #3592 )
* Add an 'access_ip' for openstack resources to the terraform inventory builder script
* Update Openstack README
* Only use ipv4
* If there's a floating IP assigned to an openstack instance, use that for access_ip
6 years ago
wilmardo
2149bfbc5b
Revert "CoreDNS v1.2.5 ( #3595 )"
This reverts commit 8ba6b601b0
.
6 years ago
Bart Laarhoven
0acb823d96
Distribute node etcd certificates like it's done in kubernetes/secrets ( #3486 )
* do it like in kubernetes/secrets
* fix indentation
* processed comments
* missed one, sorry
* trailing space fix
6 years ago
Dmitriy Zinin
8ba6b601b0
CoreDNS v1.2.5 ( #3595 )
6 years ago
Aivars Sterns
06f981ffed
Merge pull request #3601 from xichengliudui/fix181029
Fix typo
6 years ago
xichengliudui
4a4a3f759c
Fix typo
6 years ago
Yumo Yang
8fbebf4e83
fix readme.md sample/* ( #3541 )
6 years ago
Yumo Yang
8371beb915
fix bootstrap os_family error in multi-plantform ( #3594 )
6 years ago
Rong Zhang
b39b32a48c
Fix set coreos hostname failed ( #3599 )
need set hostname by kubeadm
6 years ago
Rong Zhang
dbe99b59a7
Upgrade kubernetes to v1.12.2 ( #3597 )
6 years ago
Aivars Sterns
3cc413fe9a
Merge pull request #3598 from AdamDang/patch-2
Update vsphere.md
6 years ago
AdamDang
59d0138bcd
Update vsphere.md
6 years ago
Rong Zhang
801bbcbc63
Merge pull request #3591 from AdamDang/patch-1
Fix some typos
6 years ago
AdamDang
4560ff7386
Update vars.md
6 years ago
AdamDang
477841d8c0
Update ha-mode.md
6 years ago
AdamDang
a89dc49c52
Update ansible.md
6 years ago
Antoine Legrand
90d8f7aa6a
Assert if ansible 2.7 is used ( #3589 )
6 years ago
Louis
abc1421def
Fix gen_tags.sh script
6 years ago
Rong Zhang
7abd4eeafd
Merge pull request #3578 from LinuxGit/Louis/fix-typo
fix typo
6 years ago
Aivars Sterns
27c79088e6
Merge pull request #3556 from Miouge1/routerless-master
[contrib/terraform/openstack] Add support for router less deployments
6 years ago
Aivars Sterns
ce2a3a80db
Merge pull request #3577 from fritchie/master
Add bin_dir to kubectl version check
6 years ago
Erwan Miran
79bf74e90f
Offline deployment: PyPi repo ( #3542 )
6 years ago
Erwan Miran
4f12ba00d1
Fix calico peering with router(s) ( #3547 )
6 years ago
Louis
93104d9224
fix typo
6 years ago
Frank Ritchie
b5f4a79365
Add bin_dir to kubectl version check
6 years ago
Matthew Mosesohn
7e84de2ae1
Purge /root/.kube/config when migrating to kubeadm ( #3566 )
6 years ago
Wong Hoi Sing Edison
06e1f81801
ingress-nginx: Upgrade to 0.20.0 ( #3565 )
Upstream Changes:
- ingress-nginx 0.20.0 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.20.0 )
Our Changes:
- Sync templates with upstream changes
6 years ago
Egor
ccc3f89060
Add kube-router annotations ( #3533 )
6 years ago
Maxim Makarov
8a17de327e
Not necessary run on Nginx proxy all cpu cores ( #3559 )
6 years ago
Erwan Miran
3b787123e3
Fix tasks to avoid ansible warning about raw module environment ( #3545 )
6 years ago
Matthew Mosesohn
127969d65f
Align node-role value for kubeadm compatibility ( #3558 )
kubeadm sets node label node-role.kubernetes.io/master=''
and this is not configurable. We should use it everywhere.
6 years ago
Andreas Krüger
4b711e29ef
Merge pull request #3557 from Zefool/patch-1
Fix typo
6 years ago
Antoine Legrand
2a3aa591e0
Download role ( #3553 )
* codestyle tests
* Download destination can be different than local_release_dir
6 years ago
Aivars Sterns
56cafc3fb3
Merge pull request #3550 from Kusanagi9999/fix-kube-router-docs-link
Fix missing s in link to kube-router docs
6 years ago
Zefool
b434456f54
Fix typo
6 years ago
Kusanagi9999
6923d350f4
Fixed docker version comment in README.md
6 years ago
Maxime Guyot
38beab8fe8
Add support for router less deployments
6 years ago
Matthew Mosesohn
4bdd0ce417
Allow kubeadm master untaint to fail ( #3549 )
6 years ago
Kusanagi9999
e5c4e1ecc3
Fix missing s in link to kube-router docs
6 years ago
Aivars Sterns
a48131f1e1
Merge pull request #3543 from Miouge1/openstack-public-clouds
[contrib/terraform/openstack] Add list of know working OpenStack clouds
6 years ago
Miouge1
6e34918b52
Add list of know working OpenStack clouds
6 years ago
JuanJo Ciarlante
66fddb2d52
[jjo] upgrade kube-router to v0.2.1 ( #3535 )
kube-router v0.2.1 highlights from changelog:
- IPv6 WIP but pretty close to full working functionality
- fully support network policy semantics with addition of support for
ipblock and except
6 years ago
Erwan Miran
87193fd270
Fix ansible syntax to avoid ansible warnings (one more) ( #3536 )
* warning on meta flush_handlers
* avoid rm
* avoid "Module remote_tmp /root/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually" warning on subsequent tasks using blockinfile
* is match
6 years ago
Andreas Krüger
52b5309385
Merge pull request #3532 from jjo/jjo-improve-dind
[jjo] improve contrib/dind/run-test-distros.sh via spec files
6 years ago
Mateus Caruccio
7f4e048052
kubespray-aws-inventory.py ported to python 3 ( #3528 )
6 years ago
JuanJo Ciarlante
7fe7357154
improve contrib/dind/README.md
6 years ago
JuanJo Ciarlante
635261eb12
[jjo] improve dind run-test-distros.sh via spec files
6 years ago