Wong Hoi Sing Edison
0ad0202e8f
Upgrade Kubernetes to 10.0.4 and etcd to 3.2.18
6 years ago
Brad Beam
63a458063b
Adding missing rkt template for etcd-events
6 years ago
Brad Beam
a8715f9f0f
Adding wait for vault up handler in service restart
6 years ago
Matthew Mosesohn
59be578842
Revert "wip pr for improved cert sync" ( #2849 )
6 years ago
Dmitry
f912a4ece5
Fix compare AnsibleUnsafeText with int ( #2828 )
6 years ago
Rong Zhang
d1e66f9cc8
Add label to kubelet env for kubeadm deploy cluster ( #2841 )
6 years ago
Erwan Miran
11d87ecc37
removed surnumerary definition of contiv_etcd_init_image_* (already in download role)
6 years ago
Matthew Mosesohn
7433348aae
wip pr for improved cert sync
6 years ago
Erwan Miran
3673ed6262
include contiv_etcd_init_image to downloads role
6 years ago
Dmitrii Shuvar
16f860bbc2
Update docker-options.conf.j2
Changed /etc/systemd/system/docker.service.d/docker-options.conf file for successful parsing mount aguments
try fix ci error previous commit
6 years ago
dshuvar
d973ecf5cc
fix error message: '[/etc/systemd/system/docker.service.d/docker-options.conf:3] Failed to parse mount flag , ignoring.'
6 years ago
Julien Girardin
f88cd27686
Add dashboard url as part of `kubectl cluster-info` output
6 years ago
Erwan Miran
2a4fc70e1c
contiv-etcd-init image as default instead hardcoded
6 years ago
Oleg Ozimok
38f7ba2584
Fix enough network address space assert
6 years ago
Miouge1
095d33bc51
Remove KPM support
6 years ago
Mikhail Vasilenko
821966b319
Update Helm version to 2.9.1
6 years ago
Christopher J. Ruwe
c1bc4615fe
assert that number of pods on node does not exceed CIDR address range
The number of pods on a given node is determined by the --max-pods=k
directive. When the address space is exhausted, no more pods can be
scheduled even if from the --max-pods-perspective, the node still has
capacity.
The special case that a pod is scheduled and uses the node IP in the
host network namespace is too "soft" to derive a guarantee.
Comparing kubelet_max_pods with kube_network_node_prefix when given
allows to assert that pod limits match the CIDR address space.
6 years ago
Aivars Sterns
eba486f229
add posibility to provide different yum repository directory ( #2787 )
6 years ago
Matthew Mosesohn
7c93e71801
Upgrade k8s to 1.10.2 ( #2748 )
* Upgrade k8s to 1.10.2
Bumped etcd version to 3.2.16 as recommended
* Add ipvs fix for v1.10
* change flannel addons test to ha
6 years ago
Anatoly Rugalev
eae4fa040a
Added docker_mount_flags option ( fixes #2624 )
6 years ago
Christopher J. Ruwe
73800ef111
make certificates non-executable
6 years ago
rongzhang
742a8782dd
Bump kube-dns to 1.14.10
Upgrade kube-dns to 1.14.10
https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns
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
Miouge1
ad48606e4e
Restart scheduler when policy changes
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
woopstar
7df5edef52
Fix path for pip and python
6 years ago
Cédric de Saint Martin
7507031cb1
CoreOS bootstrap: set bin_dir and PATH for pip.
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
woopstar
1a47a9b850
Update CoreDNS to version 1.1.2
6 years ago
Andreas Kruger
32a8ea8094
Fix wrong var used
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
Tomasz Majchrowski
59789ae02a
ISSUE-2706: Provide consistent usage of supplementary_addresses_in_ssl_keys across vault and script mode ( #2707 )
6 years ago
mirwan
06cdb260f6
labelvalue must be formatted to handle non string values ( #2722 )
6 years ago
mirwan
c3c5817af6
sysctl file should be in defaults so that it can be overriden ( #2475 )
* sysctl file should be in defaults so that it can be overriden
* Change sysctl_file_path to be consistent with roles/kubernetes/preinstall/defaults/main.yml
6 years ago
Markos Chandras
9168c71359
Revert "Revert "Add openSUSE support" ( #2697 )" ( #2699 )
This reverts commit 51f4e6585a
.
6 years ago
Matthew Mosesohn
1a14f1ecc1
Fix vol format for local volume provisioner in rkt ( #2698 )
6 years ago
Cédric de Saint Martin
44cb126e7d
Update netchecker to v1.2.2.
Using official image from mirantis at dockerhub.
6 years ago
Matthew Mosesohn
51f4e6585a
Revert "Add openSUSE support" ( #2697 )
6 years ago
Suzuka Asagiri
f81e6d2ccf
Add oidc-user-prefix and oidc-group-prefix args
6 years ago
Romain DEQUIDT
80dd230a65
sync certs tasks ( fix #2596 #2667 )
6 years ago
Paul Montero
75950344fb
run_once pre_upgrade tasks which are executing in localhost
6 years ago
Matthew Mosesohn
0945eb990a
Make it possible to skip docker role as a var ( #2686 )
6 years ago
Spencer Smith
49c6bf8fa6
support custom env vars for etcd
6 years ago
Samuel Vandamme
296b92dbd4
Replaced 'mem' with 'memory/ in elasticsearch and kibana deployment
6 years ago
woopstar
756af57787
Properly check need_pip, always run pip to check if needed
pip was always being downloaded on subsequent runs, This PR always runs the pip command, and checks the rc of it before downloading pip
Fix in favor of #2582
6 years ago
Wong Hoi Sing Edison
d435e17681
cephfs-provisioner: Upgrade to a71a49d4
6 years ago
Wong Hoi Sing Edison
23e9737b85
ingress-nginx: Upgrade to 0.13.0
6 years ago
Wong Hoi Sing Edison
54beb27eaa
cert-manager: Upgrade to v0.2.4
6 years ago