Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWilkin committed Feb 12, 2021
1 parent 00f5983 commit 2e168fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
name: Install Kubernetes
run: |
sudo apt-get update -y
sudo apt-get install -y --allow-downgrades kubelet=${{ matrix.kube.version }} kubeadm=${{ matrix.kube.version }} kubectl=${{ matrix.kube.version }}
sudo apt-get install -o Dpkg::Options::="--force-overwrite" -y --allow-downgrades kubelet=${{ matrix.kube.version }} kubeadm=${{ matrix.kube.version }} kubectl=${{ matrix.kube.version }}

This comment has been minimized.

Copy link
@romoh

romoh Feb 16, 2021

Contributor

@DazWilkin, Thanks for doing this change. I'll add it to the recent dependencies PR to unblock the test run.
You may want to rebase after the other change is merged.

kubectl version && echo "kubectl return code: $?" || echo "kubectl return code: $?"
kubeadm version && echo "kubeadm return code: $?" || echo "kubeadm return code: $?"
kubelet --version && echo "kubelet return code: $?" || echo "kubelet return code: $?"
Expand Down

0 comments on commit 2e168fd

Please sign in to comment.