- Oct 01, 2018
-
-
okamototk authored
-
LiuDui authored
-
SataQiu authored
-
Luke Seelenbinder authored
-
- Sep 30, 2018
-
-
rboyapat authored
* Fix the jinja expression for openstack_tenant_id OS_PROJECT_ID is obsolete in keystone v3 and jinja expression doesn't set openstack_tenant_id as expected because of undefined env var. Fixed the expression. * Fix the dic iteration method in the kubelet template Kubelet template rendering errors when additional Node lables are added and using Python3. Update the method to be compatible to both python2/3 Node lables doesn't work
-
SataQiu authored
-
LiuDui authored
-
Mikael Berthe authored
According to the documentation, container images are described by vars like `foo_image_repo` and `foo_image_tag`. The variables netcheck_{agent,server}_{img_repo,tag} do not follow that convention.
-
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
-