mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
bump kind to 0.10.0, k8s 1.20.2
Signed-off-by: Shuting Zhao <shutting06@gmail.com>
This commit is contained in:
parent
4b8b8cbfa6
commit
8affebb680
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pwd=$(pwd)
|
|||
hash=$(git describe --always --tags)
|
||||
#
|
||||
## Install Kind
|
||||
curl -Lo $pwd/kind https://kind.sigs.k8s.io/dl/v0.8.1/kind-linux-amd64
|
||||
curl -Lo $pwd/kind https://kind.sigs.k8s.io/dl/v0.10.0/kind-linux-amd64
|
||||
chmod a+x $pwd/kind
|
||||
|
||||
## Create Kind Cluster
|
||||
|
|
Loading…
Add table
Reference in a new issue