Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Apr 3, 2024
1 parent 506824a commit 0884ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nerdctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
# Show Versions
sudo ctr version
sudo nerdctl version
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Create single node cluster
if: ${{ matrix.deployment == 'singleNode' }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Please see [Our Documentation](https://kind.sigs.k8s.io/docs/user/quick-start/) for more in-depth installation etc.


kind is a tool for running local Kubernetes clusters using Docker container "nodes".
kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.

Expand Down

0 comments on commit 0884ae1

Please sign in to comment.