Difference between revisions of "Kind create cluster"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
<pre>
 
kind create cluster
 
Creating cluster "kind" ...
 
✓ Ensuring node image (kindest/node:v1.20.2) 🖼
 
✓ Preparing nodes 📦
 
✓ Writing configuration 📜
 
✓ Starting control-plane 🕹️
 
✓ Installing CNI 🔌
 
✓ Installing StorageClass 💾
 
Set kubectl context to "kind-kind"
 
You can now use your cluster with:
 
  
kubectl cluster-info --context kind-kind
+
kind create cluster
 
+
Creating cluster "kind" ...
Have a nice day! 👋
+
  ✓ Ensuring node image (kindest/node:v1.20.2) 🖼
</pre>
+
  ✓ Preparing nodes 📦
 +
  ✓ Writing configuration 📜
 +
  ✓ Starting control-plane 🕹️
 +
  ✓ Installing CNI 🔌
 +
  ✓ Installing StorageClass 💾
 +
Set kubectl context to "kind-kind"
 +
You can now use your cluster with:
 +
 +
[[kubectl cluster-info --context kind-kind]]
 +
 +
Have a nice day! 👋
  
  

Revision as of 07:21, 3 May 2021

kind create cluster
Creating cluster "kind" ...
 ✓ Ensuring node image (kindest/node:v1.20.2) 🖼
 ✓ Preparing nodes 📦
 ✓ Writing configuration 📜
 ✓ Starting control-plane 🕹️
 ✓ Installing CNI 🔌
 ✓ Installing StorageClass 💾
Set kubectl context to "kind-kind"
You can now use your cluster with: 

kubectl cluster-info --context kind-kind

Have a nice day! 👋


Related commands

See also

Advertising: