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

Commit

Permalink
v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Nov 1, 2015
1 parent 9213a72 commit 92e13af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/CoreOS k8s Cluster/CoreOS k8s 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.5.5</string>
<string>0.5.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>165</string>
<string>167</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion src/kubectl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

cmd=($HOME/coreos-k8s-cluster/control/kubectl --kubeconfig="$HOME/kube-solo/kube/kubeconfig" "${@+$@}")
cmd=($HOME/coreos-k8s-cluster/control/kubectl --kubeconfig="$HOME/coreos-k8s-cluster/control/kubeconfig" "${@+$@}")

"${cmd[@]}"
2 changes: 1 addition & 1 deletion src/os_shell.command
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fleetctl list-units
echo " "

# set kubernetes master
export KUBERNETES_MASTER=http://172.17.15.101:8080
sexport KUBERNETES_MASTER=http://172.17.15.101:8080
echo "kubectl get nodes:"
kubectl get nodes
echo " "
Expand Down

0 comments on commit 92e13af

Please sign in to comment.