hitachienergy / epiphany

Cloud and on-premises automation for Kubernetes centered industrial grade solutions.
Apache License 2.0
138 stars 107 forks source link

[BUG] Kubernetes installation on aarch64 fails due to missing `kubernetes-cni-0.8.7` package #3275

Closed przemyslavic closed 1 year ago

przemyslavic commented 2 years ago

Describe the bug K8s installation on aarch64 fails with the following error No package kubernetes-cni-0.8.7-0 available:

2022-09-20T12:48:51.6047410Z 12:48:51 INFO cli.src.ansible.AnsibleCommand - TASK [kubernetes_common : Install Kubernetes packages] *************************
2022-09-20T12:48:53.3282169Z 12:48:53 INFO cli.src.ansible.AnsibleCommand - [fatal: [ci-devarmawsalmaflannel-kubernetes-master-vm-0]: FAILED! => {"changed": false, "failures": ["No package kubernetes-cni-0.8.7-0 available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}

How to reproduce Steps to reproduce the behavior:

  1. Deploy any aarch64 cluster with k8s component enabled

Expected behavior The cluster should be deployed with no issues.

Config files If applicable, add config files to help explain your problem.

Environment

epicli version: [2.0.2dev]

Additional context Add any other context about the problem here.


DoD checklist