- Nov 26, 2018
-
-
Rong Zhang authored
-
- Nov 23, 2018
-
-
okamototk authored
* Support Metrics Server as addon (#3560). * Update metrics server v0.3.1. * Add metrics server test. * Replace metrics server manifests with kubernetes/cluster/addons's. * Modify metrics server manifests for kubespray. * Follow PR#3558 node label node-role.kubernetes.io/master change * Fix metrics server parameters base_metrics_server_... to metrics_server_... * Fix too hard corded metrics_server_memory_per_node * Add configurable insecure tls for metrics-apiservice * Downloadable addon-resizer and extract parameter as variables * Remove metrics server version from deployment name * Metrics Server work when all masters has node role * Download metrics-server and add-resizer container only on master * ServiceAccount and ConfigMap is separated and fix application name * Remove old metrics server clusterrole template * Fix addon-resizer image specify * Make InternalIP default for metrics_server_kubelet_preferred_address_types Make InternalIP default because multiple preferrred address types does not work.
-
- Nov 21, 2018
-
-
Rong Zhang authored
* Switch to kubeadm deployment mode Discuss:https://github.com/kubernetes-incubator/kubespray/issues/3301 * Add non-kubeadm upgrage to kubeadm cluster
-
- Nov 17, 2018
-
-
elementyang authored
-
- Nov 16, 2018
-
-
Johnny Halfmoon authored
-
- Nov 10, 2018
-
-
Antoine Legrand authored
* Remove Vault * Remove reference to 'kargo' in the doc * change check order
-
- Nov 06, 2018
-
-
Bily Zhang authored
Signed-off-by: mooncake <xcoder@tenxcloud.com>
-
- Oct 29, 2018
-
-
xichengliudui authored
-
Rong Zhang authored
-
- Oct 24, 2018
-
-
Erwan Miran authored
-
- Oct 21, 2018
-
-
Egor authored
-
- Oct 20, 2018
-
-
Matthew Mosesohn authored
kubeadm sets node label node-role.kubernetes.io/master='' and this is not configurable. We should use it everywhere.
-
- Oct 16, 2018
-
-
Rong Zhang authored
-
JuanJo Ciarlante authored
* [jjo] add kube-router support Fixes cloudnativelabs/kube-router#147. * add kube-router as another network_plugin choice * support most used kube-router flags via `kube_router_foo` vars as other plugins * implement replacing kube-proxy (--run-service-proxy=true) via `kube_proxy_mode: none`, verified in a _non kubeadm_enabled_ install, should also work for recent kubeadm releases via `skipKubeProxyInstall: true` config * [jjo] address PR#3339 review from @woopstar * add busybox image used by kube-router to downloads * fix busybox download groups key * rework kubeadm_enabled + kube_router_run_service_proxy - verify it working ok w/the kubeadm_enabled and kube_router_run_service_proxy true or false - introduce `kube_proxy_remove` fact, to decouple logic from kube_proxy_mode (which affects kubeadm configmap settings, thus no-good to ab-use it to 'none') * improve kube-router.md re: kubeadm_enabled and kube_router_run_service_proxy * address @woopstar latest review * add inventory/sample/group_vars/k8s-cluster/k8s-net-kube-router.yml * fix kube_router_run_service_proxy conditional for kube-proxy removal * fix kube_proxy_remove fact (w/ |bool), add some needed kube-proxy tags on my and existing changes * update kube-router tolerations for 1.12 compatibility * add PriorityClass to kube-router DaemonSet
-
- Oct 11, 2018
-
-
Giacomo Longo authored
* Automatically infer bootstrap_os * Rename bootstrap os to os_family
-
- Oct 08, 2018
-
-
- Oct 05, 2018
-
-
Chad Swenson authored
- Local Volume StorageClass configuration is now manged by `local_volume_provisioner_storage_classes`, a list of maps that specifies local storage classes with `name` `host_dir` and `mount_dir` keys per entry - Tasks and templates updated to loop through local volume storage classes - Previous defaults for path/class names were not changed - Fixed an issue where a `kubernetes/preinstall` was creating directories inconsistently with the `kubernetes-apps/external_provisioner/local_volume_provisioner` task
-
- Oct 04, 2018
-
-
Rong Zhang authored
* Upgrade kubernetes to v1.12.0 Use kubeadm v1alpha3 config * Upgrade coredns and etcd * Upgrage docker to 18.06
-
- Sep 28, 2018
-
-
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 26, 2018
-
-
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
-
-
Wilmar den Ouden authored
-
- Sep 21, 2018
-
-
Anatoly Rugalev authored
-
- Sep 20, 2018
-
-
SataQiu authored
-
Andreas Kruger authored
-
- Sep 18, 2018
-
-
Sergey Bondarev authored
-
Sergey Bondarev authored
remove plugin options from common files
-
- Sep 17, 2018
-
-
Erwan Miran authored
-
- Sep 13, 2018
-
-
AtzeDeVries authored
-
- Sep 10, 2018
- Sep 09, 2018
-
-
rongzhang authored
-
- Sep 08, 2018
- Sep 04, 2018
-
-
Jeff Bornemann authored
-
- Sep 03, 2018
-
-
Erwan Miran authored
-
Atoms authored
-
Antoine Legrand authored
-
Antoine Legrand authored
-