- Sep 30, 2018
-
-
SataQiu authored
-
- Sep 28, 2018
-
-
KMilhan authored
-
Andreas Holmsten authored
* Replace `openstack_compute_secgroup_v2` with `openstack_networking_secgroup_v2` The `openstack_networking_secgroup_v2` resource allow specifications of both ingress and egress. Nova security groups define ingress rules only. This change will also allow for more user-friendly specified security rules, as the different security group resources have different HCL syntax.
-
Rong Zhang authored
-
sangwook authored
* 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
-
- Sep 27, 2018
-
-
Cédric de Saint Martin authored
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.
-
Erwan Miran authored
-
Antoine Legrand authored
-
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
-