Vikas Kumar
94eb18b3d9
Replaced ansible_ssh_host with ansible_host in sample inventory file as the former is deprecated since Ansible v2.0
Fixed the reference of ansible_user in kubespray-defaults role
References:
- http://docs.ansible.com/ansible/latest/intro_inventory.html
6 years ago
Wong Hoi Sing Edison
5fe144aa0f
ingress-nginx: container download related things should defined in the download role
6 years ago
Sergey Bondarev
1481f7d64b
Dedicated node for ingress nginx controller
The ability to create dedicated node for ingress nginx controller
host type network for nginx controller
and add from example https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/static-ip/nginx-ingress-controller.yaml
terminationGracePeriodSeconds: 60
6 years ago
RongZhang
b7e06085c7
Upgrade to Kubernetes v1.9.3 ( #2323 )
Upgrade to Kubernetes v1.9.3
6 years ago
Wong Hoi Sing Edison
1a1d154e14
Support multiple inventory files under individual inventory directory
6 years ago
timtoum
3e457e4edf
Enable weave seed mode for kubespray ( #1414 )
* Enable weave seed mode for kubespray
* fix task Weave seed | Set peers if existing peers
* fix mac address variabilisation
* fix default values
* fix include seed condition
* change weave var to default values
* fix Set peers if existing peers
7 years ago
Bogdan Dobrelya
caab0cdf27
Docs updates
Fix mismatching inventory examples.
Add command examples.
Clarify groups use cases.
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
7 years ago
Alexander Block
3e007df97c
Add documentation about bastion hosts
8 years ago
Alexander Block
06584ee3aa
Add support for bastion hosts
8 years ago
ant31
881dc8172c
update example
8 years ago
Paul Czarkowski
8f4e879ca7
Add native Vagrant support
This allows you to simply run `vagrant up` to get a 3 node HA cluster.
* Creates a dynamic inventory and uses the inventory/group_vars/all.yml
* commented lines in inventory.example so that ansible doesn't try to use it.
* added requirements.txt to give easy way to install ansible/ipaddr
* added gitignore files to stop attempts to save unwated files
* changed `Check if kube-system exists` to `failed_when: false` instead of
`ignore_errors`
8 years ago
Antoine Legrand
078b67c50f
Remove downloader host
8 years ago
Smaine Kahlouch
2a08f7bc0a
inventory example, localhost for downloader
8 years ago
Smaine Kahlouch
392570f4ff
distinct local hostname
8 years ago
Smaine Kahlouch
98fe2c02b2
review local tasks
8 years ago
Smaine Kahlouch
03d402e226
using hostnames in the inventory is more readable
9 years ago
Smaine Kahlouch
0a238d9853
Specify etcd servers for the etcd cluster
9 years ago
Antoine Legrand
a003d91576
simplify inventory path
9 years ago
Smaine Kahlouch
953f482585
kube-proxy loadbalancing, need an external loadbalancer
9 years ago
Smaine Kahlouch
59994a6df1
Quickstart documentation
9 years ago