diff --git a/tools/deployment/provider_common/01_install_kind.sh b/tools/deployment/provider_common/01_install_kind.sh index 0d9532220..436b5173a 100755 --- a/tools/deployment/provider_common/01_install_kind.sh +++ b/tools/deployment/provider_common/01_install_kind.sh @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -: ${KIND_VERSION:="v0.9.0"} +: ${KIND_VERSION:="v0.11.1"} export KIND_URL="https://kind.sigs.k8s.io/dl/${KIND_VERSION}/kind-$(uname)-amd64" TMP=$(KIND_URL=${KIND_URL} tools/deployment/kind/get_kind.sh) export KIND=${TMP}/kind sudo cp ${KIND} /usr/local/bin/ -${KIND} version \ No newline at end of file +${KIND} version