- Jun 28, 2019
-
-
Erwan Miran authored
-
- Jun 25, 2019
-
-
Matthew Mosesohn authored
kubernetes/master role defines this value as an empty string when using a cloud provider, not undefined. The check was updated accordingly. Change-Id: I58dc31ef4fd568a717a6753eb89ca687933018ae
-
Matthew Mosesohn authored
This reverts commit d270678b.
-
Matthew Mosesohn authored
Change-Id: I37442fb095fb4217f67f74744ad07c1d5d8229ea
-
- Jun 24, 2019
-
-
andreyshestakov authored
-
- Jun 20, 2019
-
-
Matthew Mosesohn authored
* Enable kubeadm etcd mode Uses cert commands from kubeadm experimental control plane to enable non-master nodes to obtain etcd certs. Related story: PROD-29434 Change-Id: Idafa1d223e5c6ceadf819b6f9c06adf4c4f74178 * Add validation checks and exclude calico kdd mode Change-Id: Ic234f5e71261d33191376e70d438f9f6d35f358c * Move etcd mode test to ubuntu flannel HA job Change-Id: I9af6fd80a1bbb1692ab10d6da095eb368f6bc732 * rename etcd_mode to etcd_kubeadm_enabled Change-Id: Ib196d6c8a52f48cae370b026f7687ff9ca69c172
-
- Jun 11, 2019
-
-
刘旭 authored
-
- Jun 06, 2019
-
-
mervynzhang authored
* kube config dir for current/ansible become user * remove extra / * fix default value
-
- May 28, 2019
-
-
Andreas Krüger authored
-
- May 22, 2019
-
-
Andreas Krüger authored
* Fix certificate-key param for kubeadm init * Fix yamllint error
-
- May 16, 2019
-
-
Florent Monbillard authored
- Add loadbalancer_apiserver.address to apiserver_sans
-
- May 07, 2019
-
-
Andreas Krüger authored
* Disable kube_api_anonymous_auth by default to secure the setup * Disable metrics-server in addons. Health endpoint is slow and unstable * Fix anonymous-auth missing in configuration * Cleanup a bit * Fix kube anon auth
-
- May 03, 2019
-
-
MarkusTeufelberger authored
-
- May 01, 2019
-
-
Timoses authored
* Download to delegate and sync files when download_run_once * Fail on error after saving container image * Do not set changed status when downloaded container was up to date * Only sync containers when they are actually required Previously, non-required images (pull_required=false as image existed on target host) were synced to the target hosts. This failed as the image was not downloaded to the download_delegate and hence was not available for syncing. * Sync containers when only missing on some hosts * Consider images with multiple repo tags * Enable kubeadm images pull/syncing with download_delegate * Use kubeadm images list to pull/sync 'kubeadm config images pull' is replaced by collecting the images list with 'kubeadm config images list' and using the commonly used method of pull/syncing the images. * Ensure containers are downloaded and synced for all hosts * Fix download/syncing when download_delegate is a kubernetes host
-
- Apr 29, 2019
-
-
Matthew Mosesohn authored
Change-Id: I1588458b54c52443ad8d0afbd266f77ac0afea67
-
Andreas Krüger authored
-
Dmitry authored
* kube-apiserver will fail if used comma as separator
-
- Apr 27, 2019
-
-
Matthew Mosesohn authored
* Fix kubeadm upload certs with when condition Change-Id: I916dd2375b71eea2386047c7f185a2f8361f7a61 * Update kubeadm-secondary-experimental.yml
-
- Apr 24, 2019
-
-
Sergey Kolekonov authored
-
Matthew Mosesohn authored
Change-Id: I2c97c4753089eb3ec2e6b01b2681a8be98ecbb57
-
Matthew Mosesohn authored
We don't need to support upgrades from 2 year old installs, just from the last major version. Also changed most retried tasks to 1s delay instead of longer.
-
MarkusTeufelberger authored
-
Matthew Mosesohn authored
-
- Apr 19, 2019
-
-
Matthew Mosesohn authored
* Use K8s 1.14 and add kubeadm experimental control plane mode This reverts commit d39c273d. * Cleanup kubeadm setup run on first master * pin kubeadm_certificate_key in test * Remove kubelet autolabel of kube-node, add symlink for pki dir Change-Id: Id5e74dd667c60675dbfe4193b0bc9fb44380e1ca
-
- Apr 18, 2019
-
-
Victor Morales authored
The Stateless ClearLinux feature[1] requires the creation of folders in /etc folder. This change ensure the existence of the /etc/bash_completion.d/ folder for ClearLinux Distribution. [1] https://clearlinux.org/features/stateless
-
- Apr 17, 2019
-
-
Maxime Guyot authored
Revert "Fix for unknown 'kubernetes.io' or 'k8s.io' labels specified with --node-labels (#4320)" (#4553) This reverts commit 586ad89d.
-
- Apr 11, 2019
-
-
Matthew Mosesohn authored
This reverts commit 31650862.
-
Matthew Mosesohn authored
* Use Kubernetes 1.14 and experimental control plane support * bump to v1.14.0
-
Qasim Sarfraz authored
-
- Apr 10, 2019
-
-
Robert Neumann authored
* Fix the file path for all.yml and k8s-cluster.yml * Fix --node-labels namespace error "unknown labels specified" * Update templates and configs kubelet node-labels
-
- Apr 09, 2019
-
-
Abdulaziz AlMalki authored
quote values for kube_oidc_groups_prefix and kube_oidc_username_prefix values to accept colon, e.g oidc: (#4305) This will fix error: error converting YAML to JSON: yaml: line 36: mapping values are not allowed in this context Signed-off-by: Abdulaziz AlMalki <almalki.a@gmail.com>
-
Maxime Guyot authored
an 'until' clause is required or 'retries' is ignored (see note @ https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html#do-until-loops)
-
- Apr 08, 2019
-
-
rptaylor authored
* robust handling of API server SANs * use apiserver_loadbalancer_domain_name if it is defined, according to PR 3977
-
- Apr 04, 2019
-
-
Xavi authored
-
- Apr 03, 2019
-
-
Sergey authored
-
- Mar 29, 2019
-
-
Dmitry Chepurovskiy authored
-
- Mar 26, 2019
-
-
Etienne authored
-
- Mar 20, 2019
-
-
Matthew Mosesohn authored
This reverts commit ea7a6f1c. This change modified the certs dir for Kubernetes, but did not move the directories for existing clusters.
-
- Mar 18, 2019
-
-
Dmitry Chepurovskiy authored
-
- Mar 05, 2019
-
-
Matthew Mosesohn authored
* Remove hard dependence on facts for all nodes * Update main.yaml * Update main.yaml
-