From 29ef29de2c603bcc4e68a3ad23d7b7953b2b63bf Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sun, 25 Oct 2020 15:00:15 +0000 Subject: [PATCH] Test traefik: check for v1.16.* --- .github/workflows/test_k3s.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_k3s.yml b/.github/workflows/test_k3s.yml index 752b411..958b7b6 100644 --- a/.github/workflows/test_k3s.yml +++ b/.github/workflows/test_k3s.yml @@ -45,11 +45,11 @@ jobs: kubectl get storageclass kubectl get deploy,daemonset,pods --all-namespaces # These options should be enabled + kubectl get --namespace kube-system deploy metrics-server # Problem with 1.16, ignore since it'll be dropped soon - if [[ ${{ matrix.k3s }} != v1.16.15+k3s1 ]]; then - kubectl get --namespace kube-system deploy metrics-server + if [[ ${{ matrix.k3s }} != v1.16.* ]]; then + kubectl get --namespace kube-system deploy traefik fi - kubectl get --namespace kube-system deploy traefik shell: bash - name: Helm