Rong Zhang
0232e755f3
Upgrade kubedns and kubednsautoscaler ( #3407 )
6 years ago
sangwook
0536125f75
Better fix for openstack cinder zone issue using ignore-volume-az option ( #2980 )
* Better fix for openstack cinder zone issue[1][2]
using ignore-volume-az option[3].
[1]: https://github.com/kubernetes-incubator/kubespray/pull/2155
[2]: https://github.com/kubernetes-incubator/kubespray/pull/2346
[3]: https://github.com/kubernetes/kubernetes/pull/53523
* Remove kube-scheduler-policy.yaml
6 years ago
Cédric de Saint Martin
53d87e53c5
All CNIs: support ANY toleration. ( #3391 )
Before, Nodes tainted with NoExecute policy did not have calico/weave Pod.
Network pod should run on all nodes whatever happens on a specific node.
Also always set the Pods to be critical.
Also remove deprecated scheduler.alpha.kubernetes.io/tolerations annotations.
6 years ago
Erwan Miran
232020ef96
skip-exists is an flag for create command, not for calicoctl ( #3401 )
6 years ago
Antoine Legrand
a22d74b165
Update README.md ( #3402 )
6 years ago
Shida Qiu
8b8e534769
remove the redundant space ( #3400 )
6 years ago
arzarif
6b71229d3f
Resolve issues associated with Calico deployment in policy-only mode. ( #3392 )
6 years ago
刘旭
145e5c8943
use copy and slurp module ( #3313 )
6 years ago
Ryan McGuire
28315ca933
Fix README links to new inventory file paths. ( #3398 )
6 years ago
Victor Palma
dced082e5f
fixes roles/docker/vars/ubuntu-bionic.yml points to xenial ( #3395 )
* fixes : #3387
6 years ago
Tupin Laurent
408faac3c9
Pip is required for vault #3376 ( #3378 )
* Change execution order for pip
* Remove spaces
6 years ago
Tupin Laurent
cd4a606cb1
UI is required for vault #3376 ( #3377 )
6 years ago
Hoat Le
c7c3effd6f
Ansible var should be quoted ( #3393 )
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.
6 years ago
Kuldip Madnani
36898a2c39
Adding pod priority for all the components. ( #3361 )
* 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
6 years ago
Wilmar den Ouden
8526c30b63
Replaces nonexisting system_namespace variable ( #3389 )
6 years ago
Andreas Krüger
d6ebe8c3e7
Sync manifests with kubeadm ( #3383 )
6 years ago
Rui Cao
02de35cfc3
Fix some typos ( #3382 )
Signed-off-by: Rui Cao <ruicao@alauda.io>
6 years ago
Arnaud M
7d8e21634c
add CRI-O in the list of core components supported ( #3381 )
6 years ago
k8s-ci-robot
6b598eaacb
Merge pull request #3367 from mgsergio/master
Add check that kube-master, kube-node and etcd groups are not empty.
6 years ago
Sergey Magidovich
2197330727
Add check that kube-master, kube-node and etcd groups are not empty.
6 years ago
k8s-ci-robot
1d8627eb8b
Merge pull request #3370 from AnatolyRugalev/issue-3357
Added download_validate_certs option
6 years ago
Anatoly Rugalev
8f85ea89fa
Added `download_validate_certs` option which allows to disables SSL validation for file downloads
6 years ago
k8s-ci-robot
51a5f54fc4
Merge pull request #3335 from AtzeDeVries/fix/ubuntu-xenial-resolv-conf
Fix/ubuntu xenial resolv conf
6 years ago
k8s-ci-robot
e5550b5140
Merge pull request #3369 from crandles/rm-varlibcni
remove /var/lib/cni directory in reset playbook
6 years ago
Chris Randles
a1d6078d46
remove /var/lib/cni directory
6 years ago
k8s-ci-robot
7fd87b95cf
Merge pull request #3368 from woopstar/fedora_fix_1
Fix CI issue (Fedora task introduce new lookup plugin)
6 years ago
Rajitha Perera
e3d562bcdb
Support for AWS cloud-config ( #1465 )
* Support for AWS cloud-config
* Update docs
* Fix version incompatibilities
* Do not use shorthand `default`
* Add new cloud config variable, roleArn
6 years ago
Andreas Kruger
442e6e55b6
Fix CI issue with Fedora
6 years ago
k8s-ci-robot
1f1a87bd3d
Merge pull request #3366 from riverzhang/fix-error
Remove some useless files
6 years ago
rongzhang
4d1055f5d5
Remove some useless files
6 years ago
k8s-ci-robot
68acdd71f1
Merge pull request #3172 from Atoms/additional-proxy
Add additional no proxy parameter for more customization
6 years ago
k8s-ci-robot
62b1ea2b48
Merge pull request #3360 from gabibbo97/master
Support Fedora 28
6 years ago
k8s-ci-robot
9fa23ffa21
Merge pull request #3364 from SataQiu/fix-20180920
Remove duplicate persistent_volumes_enabled element in k8s-cluster.yml
6 years ago
k8s-ci-robot
1dda89dbe3
Merge pull request #3363 from woopstar/remove_efk
Remove EFK from Kubespray
6 years ago
SataQiu
2a1f77efc6
remove duplicate persistent_volumes_enabled parameter in k8s-cluster.yml
6 years ago
k8s-ci-robot
f9502e0964
Merge pull request #3362 from mirake/fix-typos
Fix some typos
6 years ago
Andreas Kruger
09b67c1ad5
Remove EFK from Kubespray
6 years ago
Rui Cao
66475f98b9
Fix some typos
Signed-off-by: Rui Cao <ruicao@alauda.io>
6 years ago
k8s-ci-robot
8512cc5cca
Merge pull request #3280 from wozniakjan/openstack/openstack_cacert
Check `openstack_cacert` for empty string
6 years ago
k8s-ci-robot
3a65c66a3e
Merge pull request #3355 from wwt/rr-v3
Uses etcdv3 for calico 3 rr_v4 resources
6 years ago
Giacomo Longo
492b3e525d
Support Fedora 28
6 years ago
Kevin Schuck
639010b3df
Uses environment vars for etcd cert paths
6 years ago
k8s-ci-robot
34d1f0bff2
Merge pull request #3351 from woopstar/kubeadm_token_basic_auth_fix
Mount basic auth or token auth dirs to support it on kubeadm deployments
6 years ago
Jan Wozniak
a330b281e8
Check `openstack_cacert` for empty string
6 years ago
Kevin Schuck
6f9f80acee
Uses etcdv3 for calico 3 rr_v4 resources
6 years ago
k8s-ci-robot
a8a62afd74
Merge pull request #3304 from kubernetes-incubator/gpu2
Add support for GPU accelerator
6 years ago
k8s-ci-robot
7fa682bdd5
Merge pull request #3342 from okamototk/fix_path_for_kubeadm_join
Add kubelet path for kubeadm.
6 years ago
Aivars Sterns
34019291b8
Merge pull request #3143 from jbcraig/add_os_trust_id
add support for openstack trust to cloud provider config
6 years ago
Aivars Sterns
847390dd9c
Merge pull request #3225 from niallmcandrew/patch-1
Fix test readme formatting
6 years ago
Antoine Legrand
08179018d4
Merge branch 'master' into gpu2
6 years ago