Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #10 from TheNewNormal/v0.1.6
Browse files Browse the repository at this point in the history
v0.1.6
  • Loading branch information
rimusz committed Jan 26, 2016
2 parents 1c7a01a + be86b3d commit 272db43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Kube-Cluster/Kube-Cluster-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.5</string>
<string>0.1.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>31</string>
<string>33</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 3 additions & 1 deletion src/first-init.command
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ echo "Setting up Kubernetes Cluster for OS X"
sshkey

# add ssh key to Keychain
ssh-add -K ~/.ssh/id_rsa &>/dev/null
if ! ssh-add -l | grep -q ssh/id_rsa; then
ssh-add -K ~/.ssh/id_rsa &>/dev/null
fi

# save user's password to Keychain
save_password
Expand Down
4 changes: 3 additions & 1 deletion src/up.command
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ rm -f ~/kube-cluster/bin/gen_kubeconfig
chmod 755 ~/kube-cluster/bin/*

# add ssh key to Keychain
ssh-add -K ~/.ssh/id_rsa &>/dev/null
if ! ssh-add -l | grep -q ssh/id_rsa; then
ssh-add -K ~/.ssh/id_rsa &>/dev/null
fi
#

# check for password in Keychain
Expand Down

0 comments on commit 272db43

Please sign in to comment.