- Jul 20, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Jul 19, 2021
-
-
Kenichi Omichi authored
When running the script, I faced the following error but it was difficult to know the root problem due to lack of error handling. docker tag" requires exactly 2 arguments. See 'docker tag --help'. Usage: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE To investigate such errors easily, this adds an error handling.
-
- Jul 17, 2021
-
-
Atsushi Nukariya authored
-
- Jul 16, 2021
-
-
cleveritcz authored
-
Karthikeya Viswanath authored
-
- Jul 15, 2021
-
-
Fredrik Liv authored
* csi-driver: Added possibility to use application credentials for cinder * external-cloud-controller: Added env vars for openstack application credentials
-
spaced authored
* set selinux type t_etc if selinux state is enforcing * workaround with update repo is no longer needed remove comments about failing playbook * grubby is not available in distros using ostree * remove docker support because removed in fcos update install script example with live rootfs * do not call grubby on ostree based distro * update docs enabling containerd on fedora coreos
-
- Jul 14, 2021
-
-
왕영주 (Youngju Wang) authored
Update README for control_plane's external volume type variable
-
- Jul 13, 2021
-
-
jayonlau authored
Clean up extra spaces, although these errors are not important, they affect the code specification.
-
Jennings Zhang authored
-
spaced authored
-
cleveritcz authored
-
- Jul 12, 2021
-
-
Cristian Calin authored
* Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10 * Docs: add a note about ansible upgrade post 2.9.x * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures * Ansible: use newer ansible-lint * Fix ansible-lint 5.0.11 found issues * syntax issues * risky-file-permissions * var-naming * role-name * molecule tests * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+ * Pin ansible-base to 2.10.11 to get package fix on RHEL8
-
- Jul 10, 2021
-
-
Sébastien Huss authored
-
- Jul 09, 2021
-
-
Florian Ruynat authored
* Fix ansible detection for python3 and ubuntu * Fix oracle missing centos-extras repo for containerd/docker dependencies
-
jayonlau authored
Clean up extra spaces, although these errors are not important, they affect the code specification.
-
- Jul 08, 2021
-
-
jayonlau authored
Clean up extra spaces, although these errors are not important, they affect the code specification.
-
Arian van Putten authored
* Update vars.md to remove mention of string syntax of node_labels Fixes https://github.com/kubernetes-sigs/kubespray/issues/6215 * Try fix makrdown linting * Update docs/vars.md
-
- Jul 07, 2021
-
-
andrew.k authored
* Update nodes.md * fix syntax * fix syntax - part 2 * replace master with kube_control_plane * return etcd-master
-
- Jul 05, 2021
-
-
Julien Carpentier authored
-
Kenichi Omichi authored
https://github.com/kubernetes-incubator/kubespray is an old link, this updates the link.
-
- Jul 02, 2021
-
-
Shinerrs authored
* replaced deprecated python package with python3 package * removed the version due to duplication
-
- Jul 01, 2021
-
-
jayonlau authored
When reset, need to clean up directory /usr/libexec.
-
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
-
- Jun 30, 2021
- Jun 29, 2021
-
-
Cristian Calin authored
-
- Jun 28, 2021
-
-
jayonlau authored
Although these errors are not important, they affect the code specification.
-
Cristian Calin authored
* Claico Docs: clarify the algorithm to calculate calico_veth_mtu * Update sample calico_veth_mtu
-
Cristian Calin authored
* Enable Graceful Node Shutdown for Kubernetes >= 1.21.0 * Add sample graceful shutdown parameters
-
- Jun 25, 2021
-
-
Cristian Calin authored
* Calico: add Wireguard support * CI: Add Calico Wireguard scenario
-
Dmitry Pichugin authored
-
jayonlau authored
I recently reviewed the code, although these errors are not important, they affect the code specification.
-
rptaylor authored
* fix broken link in doc * Revert "fix broken link in doc" This reverts commit b427d1f57ff35375a97444f79eb06caf608c75d7. * move metallb doc to right place, fixing broken link
-
jayonlau authored
When reset, need to clean up files kube_proxy-ipvs.conf and kubespray-br_netfilter.conf.
-
Simon Kollberg authored
* terraform/openstack: Use path.root for ansible_bastion_template.txt The path.root variable points to the root module path. Using this instead of a relative path makes less assumptions about the current working directory. * terraform/openstack: Add group_vars_path variable Previously, the group_vars path was assumed to be in CWD. The default value for the group_vars_path variable is still relative to CWD and thus should be backwards compatible if unset.
-
- Jun 21, 2021
-
-
Hamed Bahadorzadeh authored
It's a minor change, I just corrected `–` char to `-`.
-
Id2ndR authored
* fix group name * fix external-openstack-cloud-config secret * don't add ca.cert in the secret if not defined
-