Di Xu
f4d762bb95
fix docker opts incompatible running on aarch64 Redhat/Centos
On Aarch64, the default cgroup driver for docker is systemd
instead of cgroupfs. Should conform kubelet to use systemd
as cgroup driver as well to keep it consistent with docker.
Without this change, below exception will be raised.
/usr/bin/docker-current: Error response from daemon: shim
error: docker-runc not installed on system.
Change-Id: Id496ec9eaac6580e4da2f3ef1a386c9abc2a5129
6 years ago
Aivars Sterns
69ea28e187
Merge pull request #2827 from mattymo/testpr
wip pr for improved cert sync
6 years ago
Ben Meier
2f5a9e180c
kubernetes/client: kubeconfig template should use the access_ip for the chosen master node
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
Aivars Sterns
1a25903583
Merge pull request #2838 from kubernetes-incubator/ant31-patch-1
Remove the HUGE gitlab logo
6 years ago
Antoine Legrand
0728a2a78a
Update README.md
Remove the HUGE gitlab logo
6 years ago
Aivars Sterns
b67cf74c5e
Merge pull request #2823 from scality/dashboard_in_cluster_info
Dashboard in cluster info
6 years ago
Aivars Sterns
2832a1cdcd
Merge pull request #2821 from MithunMJ/patch-1
Update README.md
6 years ago
Aivars Sterns
4e0ed1ea50
Adding SECURITY_CONTACTS fixes #2816 ( #2833 )
6 years ago
Andreas Krüger
164122555d
Merge pull request #2822 from mirwan/contiv_etcd_init_image
contiv-etcd-init image as default instead hardcoded
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
Mithun Arunan
c9c12129fd
Update README.md
fix gitlab logo
6 years ago
Oleg Ozimok
38f7ba2584
Fix enough network address space assert
6 years ago
Bogdan Dobrelya
c4b1808983
Use relative paths for data_files in setup.cfg ( #2812 )
pip install doesn't work with absolute paths
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
6 years ago
Aivars Sterns
f3ed740a75
Merge pull request #2793 from lpaulmp/use-env-python-header
Set widely used header to execute python scripts in different OS
6 years ago
dvazar
b3f9cae820
fixed a check unknown networks (cilium & contiv)
6 years ago
Andreas Krüger
a67bdff28c
Merge pull request #2743 from mrostecki/opensuse-tumbleweed-openssl
opensuse: Fix OpenSSL package name
6 years ago
Andreas Krüger
e3c8b230a0
Merge pull request #2806 from Miouge1/no-kpm
Remove KPM support
6 years ago
Andreas Krüger
9689a28d15
Merge pull request #2805 from mvasilenko/helm_v291
Update Helm to latest version 2.9.1
6 years ago
Miouge1
095d33bc51
Remove KPM support
6 years ago
Mikhail Vasilenko
821966b319
Update Helm version to 2.9.1
6 years ago
Aivars Sterns
ab46687a8a
Merge pull request #2777 from spinside/patch-2
Update README.md
6 years ago
spinside
be7278ce9d
Update README.md
6 years ago
spinside
428218dbf0
Update README.md
6 years ago
spinside
d110999d31
Update README.md
6 years ago
dvazar
4b8daa22f6
Fixes #2800
6 years ago
Paul Montero
3f1887316b
Set widely used header for python for different OS
6 years ago
Andreas Krüger
e60a63ea51
Merge pull request #2577 from woopstar/etcd-fix-4
Makeover of etcd- and etcd-cluster setup.
6 years ago
Andreas Krüger
a2a7bcd43d
Merge pull request #2786 from cruwe/cjr-assert-maximum-pods-on-node-cidr
assert that number of pods on node does not exceed CIDR address range
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
Andreas Kruger
76dca877da
Set the vars explicit
6 years ago
Aivars Sterns
38e727dbe1
Merge pull request #2744 from girikuncoro/fix-tf-aws-readme
Remove unnecessary loadbalancer_apiserver binding on terraform AWS readme
6 years ago
Aivars Sterns
eba486f229
add posibility to provide different yum repository directory ( #2787 )
6 years ago
Andreas Krüger
4ac79993e2
Merge pull request #2666 from AnatolyRugalev/master
Added MountFlags variable to docker options
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
Andreas Krüger
1be399ab7b
Merge pull request #2772 from cruwe/cjr-correct-perms-on-kubeconfig
make admin.conf -> .kube/config non-executable
6 years ago
Anatoly Rugalev
eae4fa040a
Added docker_mount_flags option ( fixes #2624 )
6 years ago
spinside
a3c53efaf7
Update README.md
6 years ago
spinside
0f7fefd1b5
Update README.md
6 years ago
Rong Zhang
76fc786c07
Merge pull request #2782 from riverzhang/kube-dns-upgrade
Bump kube-dns to 1.14.10
6 years ago
Andreas Krüger
76a1fd37ff
Merge pull request #2779 from lvthillo/patch-2
Update README.md
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