From e21208870c3b287a31a89f341bde2a7d1c996c7a Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 9 Nov 2022 10:50:16 -0800 Subject: [PATCH] Nightly test fix (#6475) * fix rename to mainline fedora on nightly install Signed-off-by: Derek Nola --- .github/workflows/nightly-install.yaml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly-install.yaml b/.github/workflows/nightly-install.yaml index be152c2bcd..a67f7265a9 100644 --- a/.github/workflows/nightly-install.yaml +++ b/.github/workflows/nightly-install.yaml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: channel: [stable] - vm: [centos-7, rocky-8, fedora-coreos, opensuse-leap, opensuse-microos, ubuntu-focal] + vm: [centos-7, rocky-8, fedora, opensuse-leap, opensuse-microos, ubuntu-focal] include: - {channel: latest, vm: rocky-8} - {channel: latest, vm: ubuntu-focal} diff --git a/README.md b/README.md index 5e610d0d34..ff24e640e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ K3s - Lightweight Kubernetes +![Nightly CI](https://github.com/k3s-io/k3s/actions/workflows/nightly-install.yaml/badge.svg) =============================================== Lightweight Kubernetes. Production ready, easy to install, half the memory, all in a binary less than 100 MB.