Skip to content

Commit

Permalink
Merge pull request #26 from Xtigyro/feature/upgrade-to-kind-v0.9.0
Browse files Browse the repository at this point in the history
Upgrade to KinD v0.9.0
  • Loading branch information
Xtigyro authored Sep 15, 2020
2 parents a73aac7 + 7057bb6 commit d314ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions local-cluster/kind-cfg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this config file contains all config fields with comments
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
apiVersion: kind.x-k8s.io/v1alpha4
# patch the generated kubeadm config with some extra settings
kubeadmConfigPatches:
- |
Expand All @@ -11,7 +11,7 @@ kubeadmConfigPatches:
networking:
serviceSubnet: 10.0.0.0/16
# patch it further using a JSON 6902 patch
kubeadmConfigPatchesJson6902:
kubeadmConfigPatchesJSON6902:
- group: kubeadm.k8s.io
version: v1
kind: ClusterConfiguration
Expand Down
2 changes: 1 addition & 1 deletion local-cluster/prerequisites-cmds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ echo -e "\n" && \
helmfile -v

# Install kINd
KIND_VERSION=v0.8.1 && \
KIND_VERSION=v0.9.0 && \
echo -e "\nDownloading kINd binary..." && \
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/"$KIND_VERSION"/kind-$(uname)-amd64 && \
chmod +x ./kind && \
Expand Down

0 comments on commit d314ef0

Please sign in to comment.