- Jul 19, 2018
-
-
Evan Zeimet authored
This fixes #3014
-
- Jul 13, 2018
-
-
Takashi Okamoto authored
-
- Jul 11, 2018
-
-
Matthew Mosesohn authored
apiserver cert should be created only once
-
- Jul 10, 2018
-
-
Wong Hoi Sing Edison authored
ingress-nginx 0.16.2 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.16.2) This patch simplify ingress-nginx deployment by default deploy on master, with customizable options; on the other hand, remove the additional Ansible group "kube-ingress" and its k8s node label injection. Reference to https://kubernetes.io/docs/concepts/services-networking/ingress/#prerequisites: GCE/Google Kubernetes Engine deploys an ingress controller on the master. By changing `ingress_nginx_nodeselector` plus custom k8s node label, user could customize the DaemonSet deployment target. If `ingress_nginx_nodeselector` is empty, will deploy DaemonSet on every k8s node.
-
- Jul 08, 2018
-
-
Dao Hoang Son authored
The referenced issue (https://github.com/kubernetes/kubeadm/issues/441) has already been fixed.
-
- Jul 06, 2018
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
* Add tags for cert serial tasks This will help facilitate tag-based deployment of specific components. * fixup kubernetes node
-
- Jul 02, 2018
-
-
Matthew Mosesohn authored
-
- Jun 28, 2018
-
-
Miouge1 authored
-
- Jun 22, 2018
-
-
Yumo Yang authored
-
- Jun 21, 2018
-
-
rongzhang authored
-
- Jun 18, 2018
-
-
Matthew Mosesohn authored
-
- Jun 12, 2018
-
-
rongzhang authored
-
- Jun 07, 2018
-
-
rongzhang authored
-
- Jun 06, 2018
-
-
Matthew Mosesohn authored
-
- Jun 04, 2018
-
-
Ben Meier authored
-
Dmitry authored
-
Rong Zhang authored
-
- May 30, 2018
-
-
Matthew Mosesohn authored
-
- May 27, 2018
-
-
Oleg Ozimok authored
-
- May 22, 2018
-
-
dvazar authored
-
- May 18, 2018
-
-
dvazar authored
-
- May 16, 2018
-
-
Christopher J. Ruwe authored
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.
-
- May 15, 2018
-
-
Matthew Mosesohn authored
* 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
-
Christopher J. Ruwe authored
-
- May 14, 2018
-
-
Christopher J. Ruwe authored
Almost certainly, the .kube/config file (YAML) should not be executable.
-
Miouge1 authored
-
- May 11, 2018
-
-
Matthew Mosesohn authored
* 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
-
- May 08, 2018
-
-
Ryo Nishikawa authored
-
Michal Rostecki authored
OpenSSL 1.1 package in openSUSE Tumbleweed is named openssl-1_1, not openssl-1_1_0.
-
- May 03, 2018
-
-
Miouge1 authored
-
- May 01, 2018
-
-
Maxime Gaillard authored
-
- Apr 30, 2018
-
-
Tomasz Majchrowski authored
ISSUE-2706: Provide consistent usage of supplementary_addresses_in_ssl_keys across vault and script mode (#2707)
-
- Apr 29, 2018
-
-
mirwan authored
-
- Apr 27, 2018
-
-
mirwan authored
* 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
-
- Apr 26, 2018
-
-
Markos Chandras authored
This reverts commit 51f4e658.
-
- Apr 24, 2018
-
-
Matthew Mosesohn authored
-
- Apr 23, 2018
-
-
Matthew Mosesohn authored
-
Suzuka Asagiri authored
-
- Apr 22, 2018
-
-
Romain DEQUIDT authored
-