update create cluster demo

This commit is contained in:
Benjamin Elder
2019-12-13 15:37:38 -08:00
parent 72cdf85b85
commit 2d79e53331
3 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ kind is primarily designed for testing Kubernetes 1.11+, initially targeting the
If you have [go] ([1.11+][go-supported]) and [docker] installed `GO111MODULE="on" go get sigs.k8s.io/kind@v0.6.1 && kind create cluster` is all you need!
<img src="https://gist.githubusercontent.com/BenTheElder/621bc321fc6d9506fd936feb36d32dd0/raw/13fe81c219e64b4917575c8988e06719c072c7f1/kind-demo.gif" alt="2x speed `kind create cluster` demo" />
![](site/static/images/kind-create-cluster.png)
kind consists of:
- Go [packages][packages] implementing [cluster creation][cluster package], [image build][build package], etc.

View File

@@ -8,7 +8,7 @@ kind is primarily designed for testing Kubernetes 1.11+, initially targeting the
If you have [go] \([1.11+][go-supported]) and [docker] installed `GO111MODULE="on" go get sigs.k8s.io/kind@v0.6.1 && kind create cluster` is all you need!
<img src="https://gist.githubusercontent.com/BenTheElder/621bc321fc6d9506fd936feb36d32dd0/raw/13fe81c219e64b4917575c8988e06719c072c7f1/kind-demo.gif" alt="2x speed `kind create cluster` demo" />
<img src="images/kind-create-cluster.png" />
kind consists of:

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB