File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
cluster/addons/addon-manager Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 9.1.1 (Wed May 19 2020 Antoni Zawodny < [email protected] > )
2
+ - Fix kube-addons.sh and kubectl permissions
3
+
1
4
## Version 9.1.0 (Wed May 13 2020 Antoni Zawodny < [email protected] > )
2
5
- Enable overriding the default list of whitelisted resources
3
6
Original file line number Diff line number Diff line change 15
15
IMAGE =staging-k8s.gcr.io/kube-addon-manager
16
16
ARCH? =amd64
17
17
TEMP_DIR: =$(shell mktemp -d)
18
- VERSION =v9.1.0
18
+ VERSION =v9.1.1
19
19
KUBECTL_VERSION? =v1.13.2
20
20
21
21
BASEIMAGE =k8s.gcr.io/debian-base-$(ARCH ) :v1.0.0
@@ -29,7 +29,7 @@ all: build
29
29
build :
30
30
cp ./* $(TEMP_DIR )
31
31
curl -sSL --retry 5 https://dl.k8s.io/release/$(KUBECTL_VERSION ) /bin/linux/$(ARCH ) /kubectl > $(TEMP_DIR ) /kubectl
32
- chmod +x $(TEMP_DIR ) /kubectl
32
+ chmod a+rx $( TEMP_DIR ) /kube-addons.sh $(TEMP_DIR ) /kubectl
33
33
cd $(TEMP_DIR ) && sed -i.back " s|BASEIMAGE|$( BASEIMAGE) |g" Dockerfile
34
34
35
35
ifneq ($(ARCH ) ,amd64)
You can’t perform that action at this time.
0 commit comments