- Sep 17, 2021
-
-
Florian Ruynat authored
-
- Sep 15, 2021
-
-
Samuel Liu authored
-
- Sep 14, 2021
-
-
rtsp authored
On Debian 11, `ipset` just recommend `iptables` so on the system that apt is configured with `APT::Install-Recommends "0";` iptables will not install automatically.
-
- Sep 10, 2021
-
-
Bryan Hundven authored
* Fix missing file mode (risky-file-permissions) Found this using ansible-lint. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> * Fix another missing file mode (risky-file-permissions) This one fixes `/etc/crio/config.json` Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-
- Sep 09, 2021
-
-
jhchong92 authored
* Fix invalid condition for username and password inclusion * Use length filter to test variable conditions
-
Florian Ruynat authored
-
Florian Ruynat authored
-
jhchong92 authored
-
- Sep 08, 2021
-
-
jhchong92 authored
-
jhchong92 authored
-
Ole Mathias Aa. Heggem authored
Add IPv6 Service Addresses to BGP advertisement when calico_advertise_cluster_ips is true.
-
- Sep 07, 2021
-
-
Cristian Calin authored
* Feature DynamicKubeletConfig is deprecated in 1.22 and will not move to GA * Add check for dynamic_kubelet_configuration with kube >= 1.22
-
- Sep 06, 2021
-
-
Cristian Calin authored
-
Cristian Calin authored
-
Cristian Calin authored
-
Cristian Calin authored
* CSI: update CSI snapshot CRDs * CSI: update snapshot controller tag version with kubernetes specific versions * CSI: allow enabling csi_snapshot_controller independent of Cinder CSI * CSI: Align csi-snapshot-controller with upstream and use a Deployment instead of a StatefulSet
-
- Sep 01, 2021
-
-
kranthi guttikonda authored
* cri-o registry auth support * yaml lint for comments * crio_registry_auth from registry_auth * crio_registry_auth as defaults
-
Maciej Wereski authored
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-
Olivier Lemasle authored
`cluster_name` defaults to `dns_domain` value (see [here][1] and [here][2]) but they could have different values. `dns_domain` should be used here instead of `cluster_name` because the DNS resolution is configured to use `dns_domain`. [1]: https://github.com/kubernetes-sigs/kubespray/blob/0ef7af76bc234efa06183e7329e557df87f9c0ee/roles/kubespray-defaults/defaults/main.yaml#L104 [2]: https://github.com/kubernetes-sigs/kubespray/blob/1afdb05ea9e1678b97e0224191d0a9341ce84f41/inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml#L196
-
Maciej Wereski authored
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-
- Aug 31, 2021
-
-
Cristian Calin authored
-
Olivier Lemasle authored
When using Calico with: - `calico_network_backend: vxlan`, - `calico_ipip_mode: "Never"`, - `calico_vxlan_mode: "Always"`, the `FelixConfiguration` object has `ipipEnabled: true`, when it should be false: This is caused by an error in the `| bool` conversion in the install task: when `calico_ipip_mode` is `Never`, `{{ calico_ipip_mode != 'Never' | bool }}` evaluates to `true`:
-
- Aug 30, 2021
-
-
Calvin Park authored
* During pre-upgrade add a flag to always cordon * empty * empty * empty * Better default val
-
rtsp authored
- Use python3-apt instead because python-apt was removed in Debian 11 - Add gnupg (fix "container-engine/containerd : ensure containerd repository public key is installed" task failed) - Remove aufs-tools Signed-off-by: rtsp <git@rtsp.us>
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Aug 28, 2021
-
-
Cristian Calin authored
* Fedora and RHEL use etc_t and the convention is <type_name>_t * Docs: specify all values for preinstall_selinux_state * CI: Add Fedora 34 with SELinux in enforcing mode
-
- Aug 25, 2021
-
-
Sergey authored
-
Cristian Calin authored
-
Cristian Calin authored
Bump calico version to 3.19.2 due to adding 3.20.0 earlier
-
rtsp authored
Fix task 'Cert Manager | Wait for Webhook pods become ready' failed due to webhook pods don't exist yet by using `retries..until` trick like kubernetes-sigs/kubespray#7842 This fix should be removed in the future if the kubernetes/kubernetes#83242 is resolved. Signed-off-by: rtsp <git@rtsp.us>
-
- Aug 24, 2021
-
-
Sergey authored
-
- Aug 23, 2021
-
-
Samuel authored
* feat(containerd): auth support * fix(registry-auth): rename variable
-
- Aug 21, 2021
-
-
Cristian Calin authored
-
- Aug 20, 2021
-
-
rtsp authored
-
- Aug 16, 2021
-
-
Frank Ritchie authored
Now that 1.10 is out this is to make 1.9.9 the default. I am running this version successfully.
-
- Aug 12, 2021
-
-
Léopold Jacquot authored
-
- Aug 11, 2021
-
-
Cristian Calin authored
-
Daniil Muidinov authored
-
- Aug 09, 2021
-
-
Eugene Artemenko authored
-