Update kind to 1.21.1 k8s version

Change-Id: I4681b461cdf64d6be397a2e9de68096b5bf2f746
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
This commit is contained in:
Ruslan Aliev 2021-11-05 01:39:52 +00:00
parent e8992a6bed
commit 65dfa71b26

View File

@ -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
${KIND} version