Skip to content

Commit

Permalink
Merge branch 'awslabs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
pubudu-vungle authored Nov 29, 2021
2 parents 9bfb66a + 015e994 commit b2362da
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 413 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ T_YELLOW := \e[0;33m
T_RESET := \e[0m

.PHONY: all
all: 1.17 1.18 1.19 1.20 1.21
all: 1.18 1.19 1.20 1.21

.PHONY: validate
validate:
Expand All @@ -42,10 +42,6 @@ k8s: validate

# Build dates and versions taken from https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html

.PHONY: 1.17
1.17:
$(MAKE) k8s kubernetes_version=1.17.17 kubernetes_build_date=2021-09-02 pull_cni_from_github=true

.PHONY: 1.18
1.18:
$(MAKE) k8s kubernetes_version=1.18.20 kubernetes_build_date=2021-09-02 pull_cni_from_github=true
Expand Down
Loading

0 comments on commit b2362da

Please sign in to comment.