- Jul 01, 2021
-
-
Kenichi Omichi authored
This replaces master with "control plane" in Kubespray docs because of [1]. [1]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md#motivation
-
- Apr 29, 2021
-
-
Cristian Calin authored
* rename ansible groups to use _ instead of - k8s-cluster -> k8s_cluster k8s-node -> k8s_node calico-rr -> calico_rr no-floating -> no_floating Note: kube-node,k8s-cluster groups in upgrade CI need clean-up after v2.16 is tagged * ensure old groups are mapped to the new ones
-
- Mar 24, 2021
-
-
Kenichi Omichi authored
This replaces kube-master with kube_control_plane because of [1]: The Kubernetes project is moving away from wording that is considered offensive. A new working group WG Naming was created to track this work, and the word "master" was declared as offensive. A proposal was formalized for replacing the word "master" with "control plane". This means it should be removed from source code, documentation, and user-facing configuration from Kubernetes and its sub-projects. NOTE: The reason why this changes it to kube_control_plane not kube-control-plane is for valid group names on ansible. [1]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md#motivation
-
- Mar 11, 2021
-
-
Robin Opletal authored
-
- Jan 11, 2021
-
-
Igor Vuk authored
-
- Oct 29, 2020
-
-
David Medinets authored
* Add note about changing private IP in admin.conf. When I run kubespray, a load balancer is created which should be used instead of the ip of the controller node. * Procedure to find load balancer and update admin.conf When I run kubespray, a load balancer is used instead of the private ip of the controller.
-
- Sep 17, 2020
-
-
Samuel Liu authored
-
- Sep 11, 2020
-
-
Florian Ruynat authored
-
- Aug 21, 2020
-
-
Svendegroote91 authored
-
- Jun 25, 2020
-
-
Maxime Guyot authored
-
- Jun 01, 2020
-
-
xgdgsc authored
* dead link * triggger ci
-
- May 06, 2020
-
-
Florian Ruynat authored
-
- Apr 29, 2020
-
-
Joel Seguillon authored
* update dashboard access doc for 2.0.x * make metrics scrapper system-cluster-critical
-
- Mar 21, 2020
-
-
Pierre Gaxatte authored
-
- Feb 11, 2020
-
-
rptaylor authored
* improve documentation about user acct and connecting to API * fix lint
-
- Dec 04, 2019
-
-
Maxime Guyot authored
-
- Aug 07, 2019
-
-
Matthew Mosesohn authored
Change-Id: I1c59249f08f16d0f6fd60df6ab61f17a0a7df189
-
- Apr 20, 2019
-
-
Maxime Guyot authored
-
- Jan 08, 2019
-
-
Julien C authored
--limit doesn't work when using remove-node.yml as there is group listing with "hosts: kube-master" in the playbook. Thus, remove-node/pre-remove/post-remove tasks are skipped as they are filtered by group "hosts: kube-master"
-
- Nov 28, 2018
-
-
Aivars Sterns authored
-
- Nov 07, 2018
-
-
George Fleury authored
-
- Sep 03, 2018
-
-
Erwan Miran authored
-
- Jul 12, 2018
-
-
Miouge1 authored
-
- Jul 03, 2018
-
-
Mark Eisenblaetter authored
-
- Mar 21, 2018
-
-
mirwan authored
Addition of the .creds extension to the credentials files generated by password lookup in order for Ansible not to consider them as inventory files with inventory_ignore_extensions set accordingly (#2446)
-
- Mar 13, 2018
-
-
rong.zhang authored
-
- Mar 08, 2018
-
-
Wong Hoi Sing Edison authored
-
- Feb 08, 2018
-
-
Wong Hoi Sing Edison authored
-
- Feb 05, 2018
-
-
Spencer Smith authored
-
- Nov 15, 2017
-
-
Chad Swenson authored
This version required changing the previous access model for dashboard completely but it's a change for the better. Docs were updated. * New login/auth options that use apiserver auth proxying by default * Requires RBAC in `authorization_modes` * Only serves over https * No longer available at https://first_master:6443/ui until apiserver is updated with the https proxy URL: * Can access from https://first_master:6443/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login you will be prompted for credentials * Or you can run 'kubectl proxy' from your local machine to access dashboard in your browser from: http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/ * It is recommended to access dashboard from behind a gateway that enforces an authentication token, details and other access options here: https://github.com/kubernetes/dashboard/wiki/Accessing-Dashboard---1.7.X-and-above
-
- Nov 03, 2017
-
-
Günther Grill authored
* Change deprecated vagrant ansible flag 'sudo' to 'become' * Emphasize, that the name of the pip_pyton_modules is only considered in coreos * Remove useless unused variable * Fix warning when jinja2 template-delimiters used in when statement There is no need for jinja2 template-delimiters like {{ }} or {% %} any more. They can just be omitted as described in https://github.com/ansible/ansible/issues/22397 * Fix broken link in getting-started guide
-
- Oct 15, 2017
-
-
Matthew Mosesohn authored
* Disable basic and token auth by default * Add recommended security params * allow basic auth to fail in tests * Enable TLS authentication for kubelet
-
- Sep 25, 2017
-
-
Junaid Ali authored
Signed-off-by:
Junaid Ali <junaidali.yahya@gmail.com>
-
- Sep 18, 2017
-
-
Matthew Mosesohn authored
New files: /etc/kubernetes/admin.conf /root/.kube/config $GITDIR/artifacts/{kubectl,admin.conf} Optional method to download kubectl and admin.conf if kubeconfig_lcoalhost is set to true (default false)
-
- Sep 11, 2017
-
-
Matthew Mosesohn authored
-
- Sep 10, 2017
-
-
Matthew Mosesohn authored
* Add kube dashboard, enabled by default Also add rbac role for kube user * Update main.yml
-
- Sep 06, 2017
-
-
Matthew Mosesohn authored
Removed unnecessary root user
-
- Jun 23, 2017
-
-
Spencer Smith authored
-
- Jun 16, 2017
-
-
Spencer Smith authored
-
- May 29, 2017
-
-
Spencer Smith authored
-