spinside
a1de8a07d6
Update README.md
Added the requirement of pip for Vagrant users in readme.
See issue #2766
6 years ago
Daniel Mohr
476b14b06e
Make Calico nodename overridable on bare metal
Signed-off-by: Daniel Mohr <daniel.mohr@supercrunch.io>
6 years ago
Christopher J. Ruwe
49d106f615
make admin.conf -> .kube/config non-executable
Almost certainly, the .kube/config file (YAML) should not be executable.
6 years ago
Andreas Krüger
63fdfae918
Merge pull request #2770 from Miouge1/notify-policy
Restart scheduler when policy changes
6 years ago
Miouge1
ad48606e4e
Restart scheduler when policy changes
6 years ago
Rong Zhang
32f312f4a6
Merge pull request #2757 from qbl/master
Fix issue #2702 : 'docker_bin_dir' is undefined when running ansible-playbook remove-node.yml
6 years ago
Iqbal Farabi
52ffd5dae4
Fix issue #2702 : 'docker_bin_dir' is undefined when running ansible-playbook remove-node.yml
6 years ago
Arnaud Meukam
c75da43f22
add missing field in fluentd
6 years ago
Arnaud Meukam
65f14f636d
remove support of other CRI runtimes than Docker in the efk stack
6 years ago
Rong Zhang
d7d85d2d3e
Merge pull request #2758 from girikuncoro/fix-remove-node
Fix privilege escalation timeout for remove-node playbook
6 years ago
Arnaud Meukam
363627d9f8
serviceName added in elasticsearch. Required when a Statefulset is used
6 years ago
Rong Zhang
322b528ee0
Merge pull request #2765 from alirezaDavid/debug_docs
add svc to netchecker-service.default.svc.cluster.local
6 years ago
Alireza David
0fe5f120a3
add svc to netchecker-service.default.svc.cluster.local
6 years ago
Arnaud Meukam
7950a49e28
update fluentd deployment and configmap
6 years ago
Arnaud Meukam
698da78768
update kibana docker image
6 years ago
Arnaud Meukam
ba320e918d
update elasticsearch image
6 years ago
Matthew Mosesohn
07cc981971
refactor vault role ( #2733 )
* Move front-proxy-client certs back to kube mount
We want the same CA for all k8s certs
* Refactor vault to use a third party module
The module adds idempotency and reduces some of the repetitive
logic in the vault role
Requires ansible-modules-hashivault on ansible node and hvac
on the vault hosts themselves
Add upgrade test scenario
Remove bootstrap-os tags from tasks
* fix upgrade issues
* improve unseal logic
* specify ca and fix etcd check
* Fix initialization check
bump machine size
6 years ago
Andreas Krüger
e23fd5ca44
Merge pull request #2762 from woopstar/fix-coreos-bootstrap-fact
Fix path for pip and python when already bootstrapped
6 years ago
woopstar
7df5edef52
Fix path for pip and python
6 years ago
Giri Kuncoro
1eaa6925b9
Fix privilege escalation timeout for remove-node playbook
6 years ago
Iqbal Farabi
86212d59ae
Fix issue #2702 : 'docker_bin_dir' is undefined when running ansible-playbook remove-node.yml
6 years ago
Andreas Krüger
82deb2c57f
Merge pull request #2725 from desaintmartin/coreos-pip-path
coreos: explicitely set pip executable.
6 years ago
Cédric de Saint Martin
7507031cb1
CoreOS bootstrap: set bin_dir and PATH for pip.
6 years ago
Ryo Nishikawa
51a9379d3c
Add vm_name option to vsphere cloud provider config
6 years ago
Andreas Krüger
d73d60c9b0
Merge pull request #2600 from maximegaillard/master
Add Openstack tenant name
6 years ago
Andreas Krüger
004b4a0436
Merge pull request #2729 from Ashon/issues/fix-python-compat
Use 'items()' for python compatibility
6 years ago
Andreas Krüger
67ce8925e4
Merge pull request #2742 from woopstar/coredns-update
Update CoreDNS to version 1.1.2
6 years ago
Giri Kuncoro
3a1f6810b7
Remove loadbalancer_apiserver binding on readme
6 years ago
Michal Rostecki
066016cd3e
opensuse: Fix OpenSSL package name
OpenSSL 1.1 package in openSUSE Tumbleweed is named openssl-1_1,
not openssl-1_1_0.
6 years ago
Andreas Krüger
28d6eb6af1
Merge pull request #2644 from cp3hu/master
Fix apiserver manifest and kubelet for kube version < 1.9
6 years ago
woopstar
1a47a9b850
Update CoreDNS to version 1.1.2
6 years ago
Andreas Krüger
addd67dc63
Merge pull request #2738 from krystan/master
tiny spacing change "can be"
6 years ago
Miouge1
70e0998a70
Update kube-scheduler policy
6 years ago
Krystan Honour
988bd88468
tiny spacing change "can be"
6 years ago
Andreas Krüger
0d88972d3e
Merge pull request #2732 from Towmeykaw/patch-1
Update aws.md
6 years ago
Tommy Kindmark
0e012e5987
Update aws.md
I had an issue with DNS not working because i didn't add the "kubernetes.io/cluster/$cluster_name" to the route table my subnets where using.
6 years ago
Chad Swenson
595e96ebf1
Merge pull request #2693 from romaindequidt/sync-certs-tasks-fix
sync certs tasks (fix #2596 #2667 )
6 years ago
woopstar
4c81cd2a71
Merge branch 'master' of https://github.com/kubernetes-incubator/kubespray into etcd-fix-4
6 years ago
Andreas Kruger
32a8ea8094
Fix wrong var used
6 years ago
Andreas Kruger
c594bd7feb
Do not run setup on all the nodes.
6 years ago
Andreas Krüger
223ed98828
Merge pull request #2728 from hswong3i/ingress-nginx-0.14.0
ingress-nginx: Upgrade to 0.14.0
6 years ago
Andreas Krüger
39e3df25a3
Merge pull request #2731 from girikuncoro/fix-aws-readme
Fix broken terraform aws readme
6 years ago
Giri Kuncoro
0fb017b9c1
Rename ansible user env vars
6 years ago
ashon
fb465f8b4b
Use 'items()' for python compatibility
6 years ago
Wong Hoi Sing Edison
3501eb6916
ingress-nginx: Upgrade to 0.14.0
6 years ago
Maxime Gaillard
00db751646
Add Openstack tenant name
6 years ago
Pablo Moreno
df6c5b28a1
[contrib/terraform/openstack] Backward compatibility changes ( #2539 )
* [terraform/openstack] Restores ability to use existing public nodes and masters as bastion.
* [terraform/openstack] Uses network_id as output
* [terraform/openstack] Fixes link to inventory/local/group_vars
* [terraform/openstack] Adds supplementary master groups
* [terraform/openstack] Updates documentation avoiding manual setups for bastion (as they are not needed now).
* [terraform/openstack] Supplementary master groups in docs.
* [terraform/openstack] Fixes repeated usage of master fips instead of bastion fips
* [terraform/openstack] Missing change for network_id to subnet_id
* [terraform/openstack] Changes conditional to element( concat ) form to avoid type issues with empty lists.
6 years ago
Tomasz Majchrowski
59789ae02a
ISSUE-2706: Provide consistent usage of supplementary_addresses_in_ssl_keys across vault and script mode ( #2707 )
6 years ago
Andreas Krüger
414e420bd2
Merge pull request #2701 from desaintmartin/netchecker-update
Update netchecker to v1.2.2.
6 years ago
Andreas Krüger
03de4c0806
Merge pull request #2695 from suzutan/add-oidc-prefix-args
Add oidc-user-prefix and oidc-group-prefix args
6 years ago