Difference between revisions of "Kind create cluster"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
[[kind create]] cluster | [[kind create]] cluster | ||
Creating cluster "kind" ... | Creating cluster "kind" ... | ||
− | ✓ Ensuring node image (kindest/node:v1.20.2) 🖼 | + | ✓ Ensuring node image (kindest/node:[[v1.29]].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 | ||
+ | |||
+ | Thanks for using kind! 😊 | ||
+ | |||
+ | |||
+ | [[kind create]] cluster | ||
+ | Creating cluster "kind" ... | ||
+ | ✓ Ensuring node image (kindest/node:[[v1.20]].2) 🖼 | ||
✓ Preparing nodes 📦 | ✓ Preparing nodes 📦 | ||
✓ Writing configuration 📜 | ✓ Writing configuration 📜 |
Revision as of 11:12, 14 March 2024
kind create cluster Creating cluster "kind" ... ✓ Ensuring node image (kindest/node:v1.29.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 Thanks for using kind! 😊
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
- KinD (Kubernetes in Docker),
kind [ create | load ]
,kind --help
Advertising: