Merge "Update kind to 1.21.1 k8s version"
This commit is contained in:
commit
6eea629b78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user