Skip to content

Commit d36f029

Browse files
author
Your Name
committed
ls
1 parent 4bc510c commit d36f029

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ubuntu-kind-wf.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
21-
- name: "os fingerprinting"
21+
- name: "os fingerprinti ng"
2222
run: hostnamectl status
2323
# https://kind.sigs.k8s.io/docs/user/quick-start/
2424
- name: "Installing From Release Binaries"
@@ -35,8 +35,9 @@ jobs:
3535
run: |
3636
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64
3737
chmod +x ./kind
38-
mv ./kind /usr/local/bin/kind
39-
kind create cluster --config /app/kind-example-config.yaml
38+
mv ./kind /usr/local/bin/kind
39+
ls -lai
40+
kind create cluster --config app/kind-example-config.yaml
4041
kind get clusters
4142
# kubectl cluster-info --context kind-kind
4243
# kubectl cluster-info --context kind-kind-2

0 commit comments

Comments
 (0)