Skip to content

Commit

Permalink
Fix apache#1333: try installing fuse-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Mar 19, 2020
1 parent ff77864 commit 6dfe3cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
with:
version: v0.6.1
skipClusterCreation: "true"
- name: Install Prerequisites
run: |
sudo apt-get install fuse-overlayfs -y
- name: Start KinD Cluster with Internal Registry
run: |
CLUSTER_NAME="kind"
Expand Down

0 comments on commit 6dfe3cb

Please sign in to comment.