- Sep 27, 2018
-
-
Shida Qiu authored
-
arzarif authored
-
刘旭 authored
-
Ryan McGuire authored
-
Victor Palma authored
* fixes: #3387
-
- Sep 26, 2018
-
-
Tupin Laurent authored
* Change execution order for pip * Remove spaces
-
Tupin Laurent authored
-
Hoat Le authored
to fix the follow problem in case quote is not used: PLAY [k8s-cluster:etcd:calico-rr] ********************************************** ERROR! Syntax Error while loading YAML. expected <block end>, but found '<scalar>' The error appears to have been in '/tmp/vagrant-ansible/inventory/group_vars/k8s-cluster.yml': line 59, column 39, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: kube_oidc_ca_file: {{ kube_cert_dir }}/openid-ca.pem ^ here We could be wrong, but this one looks like it might be an issue with missing quotes. Always quote template expression brackets when they start a value. For instance: with_items: - {{ foo }} Should be written as: with_items: - "{{ foo }}" Ansible failed to complete successfully. Any error output should be visible above. Please fix these errors and try again.
-
- Sep 25, 2018
-
-
Kuldip Madnani authored
* Changes to assign pod priority to kube components. * Removed the boolean flag pod_priority_assignment * Created new priorityclass k8s-cluster-critical * Created new priorityclass k8s-cluster-critical * Fixed the trailing spaces * Fixed the trailing spaces * Added kube version check while creating Priority Class k8s-cluster-critical * Moved k8s-cluster-critical.yml * Moved k8s-cluster-critical.yml to kube_config_dir
-
Wilmar den Ouden authored
-
- Sep 24, 2018
-
-
Andreas Krüger authored
-
- Sep 23, 2018
-
-
Rui Cao authored
Signed-off-by: Rui Cao <ruicao@alauda.io>
-
Arnaud M authored
-
- Sep 21, 2018
-
-
k8s-ci-robot authored
Add check that kube-master, kube-node and etcd groups are not empty.
-
Sergey Magidovich authored
-
k8s-ci-robot authored
Added download_validate_certs option
-
Anatoly Rugalev authored
-
k8s-ci-robot authored
Fix/ubuntu xenial resolv conf
-
k8s-ci-robot authored
remove /var/lib/cni directory in reset playbook
-
- Sep 20, 2018
-
-
Chris Randles authored
-
k8s-ci-robot authored
Fix CI issue (Fedora task introduce new lookup plugin)
-
Rajitha Perera authored
* Support for AWS cloud-config * Update docs * Fix version incompatibilities * Do not use shorthand `default` * Add new cloud config variable, roleArn
-
Andreas Kruger authored
-
k8s-ci-robot authored
Remove some useless files
-
rongzhang authored
-
k8s-ci-robot authored
Add additional no proxy parameter for more customization
-
k8s-ci-robot authored
Support Fedora 28
-
k8s-ci-robot authored
Remove duplicate persistent_volumes_enabled element in k8s-cluster.yml
-
k8s-ci-robot authored
Remove EFK from Kubespray
-
SataQiu authored
-
k8s-ci-robot authored
Fix some typos
-
Andreas Kruger authored
-
Rui Cao authored
Signed-off-by: Rui Cao <ruicao@alauda.io>
-
k8s-ci-robot authored
Check `openstack_cacert` for empty string
-
k8s-ci-robot authored
Uses etcdv3 for calico 3 rr_v4 resources
-
- Sep 19, 2018
-
-
Giacomo Longo authored
-
Kevin Schuck authored
-
k8s-ci-robot authored
Mount basic auth or token auth dirs to support it on kubeadm deployments
-
Jan Wozniak authored
-
Kevin Schuck authored
-