diff --git a/kubernetes-nodes.yaml b/kubernetes-nodes.yaml index 761e0ca..7f4c549 100644 --- a/kubernetes-nodes.yaml +++ b/kubernetes-nodes.yaml @@ -101,7 +101,7 @@ - name: Download calicoctl ansible.builtin.get_url: - url: "https://github.com/projectcalico/calico/releases/download/v3.28.1/calicoctl-linux-{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}" + url: "https://github.com/projectcalico/calico/releases/download/v3.29.3/calicoctl-linux-{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}" dest: "/usr/bin/calicoctl" mode: '0755' @@ -192,9 +192,7 @@ - name: Disable unneccesary services ignore_errors: true loop: - - gdm3 - snapd - - bluetooth - multipathd service: name: "{{item}}"