Skip to content

Commit

Permalink
use latest microk8s
Browse files Browse the repository at this point in the history
  • Loading branch information
navin772 committed May 30, 2024
1 parent fb27fe9 commit 1cc113a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-test-ginkgo-microk8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ jobs:
- name: Compile libbpf
run: ./.github/workflows/install-libbpf.sh

# - name: Setup a microk8s Kubernetes environment
# run: ./.github/workflows/install-microk8s.sh

- uses: balchua/microk8s-actions@v0.3.2
with:
channel: '1.28/stable'
channel: 'latest/stable'

- name: Test MicroK8s
id: microk8s
run: |
Expand Down Expand Up @@ -94,7 +92,6 @@ jobs:
kubectl wait --timeout=7m --for=condition=ready pod -l kubearmor-app,kubearmor-app!=kubearmor-snitch,kubearmor-app!=kubearmor-controller -n kubearmor
kubectl wait --timeout=1m --for=condition=ready pod -l kubearmor-app=kubearmor-controller -n kubearmor
kubectl get pods -A
# continue-on-error: true
- name: Test KubeArmor using Ginkgo
run: |
Expand Down

0 comments on commit 1cc113a

Please sign in to comment.