We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc510c commit d36f029Copy full SHA for d36f029
.github/workflows/ubuntu-kind-wf.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v2
21
- - name: "os fingerprinting"
+ - name: "os fingerprinti ng"
22
run: hostnamectl status
23
# https://kind.sigs.k8s.io/docs/user/quick-start/
24
- name: "Installing From Release Binaries"
@@ -35,8 +35,9 @@ jobs:
35
run: |
36
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64
37
chmod +x ./kind
38
- mv ./kind /usr/local/bin/kind
39
- kind create cluster --config /app/kind-example-config.yaml
+ mv ./kind /usr/local/bin/kind
+ ls -lai
40
+ kind create cluster --config app/kind-example-config.yaml
41
kind get clusters
42
# kubectl cluster-info --context kind-kind
43
# kubectl cluster-info --context kind-kind-2
0 commit comments