Skip to content

Commit

Permalink
Merge pull request kubernetes#19 from ibuildthecloud/unzip-override
Browse files Browse the repository at this point in the history
Override files on unzip
  • Loading branch information
ibuildthecloud authored Jun 16, 2016
2 parents 7a5db28 + f080307 commit b75606c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rancher-k8s-images/k8s/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ -n "$ACTION" ]; then
mkdir -p /etc/kubernetes/ssl
cd /etc/kubernetes/ssl
curl -s -u $CATTLE_ACCESS_KEY:$CATTLE_SECRET_KEY -X POST $ACTION > certs.zip
unzip certs.zip
unzip -o certs.zip
cd $OLDPWD

cat > /etc/kubernetes/ssl/kubeconfig << EOF
Expand Down

0 comments on commit b75606c

Please sign in to comment.