Skip to content

CI Currently broken - kubelet won't start in GitHub Actions #125

Open
@geerlingguy

Description

@geerlingguy

See:

TASK [geerlingguy.kubernetes : Configure Calico networking.] *******************
(https://github.com/geerlingguy/ansible-role-kubernetes/actions/runs/3050168539/jobs/4916977737#step:5:288)
  failed: [instance] (item=kubectl apply -f https://projectcalico.docs.tigera.io/manifests/calico.yaml) => {"ansible_loop_var": "item", "changed": true, "cmd": ["kubectl", "apply", "-f", "https://projectcalico.docs.tigera.io/manifests/calico.yaml"], "delta": "0:00:01.427550", "end": "2022-09-14 04:36:39.655371", "item": "kubectl apply -f https://projectcalico.docs.tigera.io/manifests/calico.yaml", "msg": "non-zero return code", "rc": 1, "start": "2022-09-14 04:36:38.227821", "stderr": "error: unable to recognize \"[https://projectcalico.docs.tigera.io/manifests/calico.yaml\](https://projectcalico.docs.tigera.io/manifests/calico.yaml/)": no matches for kind \"PodDisruptionBudget\" in version \"policy/v1\"", "stderr_lines": ["error: unable to recognize \"[https://projectcalico.docs.tigera.io/manifests/calico.yaml\](https://projectcalico.docs.tigera.io/manifests/calico.yaml/)": no matches for kind \"PodDisruptionBudget\" in version \"policy/v1\""], "stdout": "serviceaccount/calico-kube-controllers created\nserviceaccount/calico-node created\nconfigmap/calico-config

Running locally, I'm hitting:

TASK [geerlingguy.docker : Install Docker packages (with downgrade option).] ***
fatal: [instance]: FAILED! => {"changed": false, "msg": "No package matching 'docker-ce' is available"}

But I'm pretty sure that's because I'm testing under aarch64:

root@instance:/# uname -a
Linux instance 5.10.124-linuxkit #1 SMP PREEMPT Thu Jun 30 08:18:26 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

And I'm not sure if the jammy repo has ARM64 packages available. Trying to force AMD64 now...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions