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