Kind: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
brew install kind
brew install kind
</syntaxhighlight>
</syntaxhighlight>
If there is no Docker:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster
KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster
</syntaxhighlight>
</syntaxhighlight>

Revision as of 00:45, 5 December 2023

External

Internal

Installation

brew install kind

If there is no Docker:

KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster