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 #132 from TheNewNormal/v0.9.5
Browse files Browse the repository at this point in the history
v0.9.5
  • Loading branch information
rimusz authored Sep 16, 2016
2 parents 10bbf5b + 0f78fa7 commit 78d930a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Kube-Solo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 47;
objectVersion = 48;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -263,7 +263,7 @@
};
};
buildConfigurationList = 01E2853518A6C4E300BC630D /* Build configuration list for PBXProject "Kube-Solo" */;
compatibilityVersion = "Xcode 6.3";
compatibilityVersion = "Xcode 8.0";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Kube-Solo/Kube-Solo-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.9.4</string>
<string>0.9.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>297</string>
<string>299</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
9 changes: 7 additions & 2 deletions src/os_shell.command
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@ export PATH=${HOME}/kube-solo/bin:$PATH
# set etcd endpoint
export ETCDCTL_PEERS=http://$vm_ip:2379

# set kubernetes master endpoint
export KUBERNETES_MASTER=http://$vm_ip:8080

# set kubernetes cluster config file path for k8s API and Helm
export KUBECONFIG=~/kube-solo/kube/kubeconfig
export HELM_HOST=$vm_ip:32767

# docker daemon
export DOCKER_HOST=tcp://$vm_ip:2375
export DOCKER_TLS_VERIFY=
export DOCKER_CERT_PATH=

# set kubernetes master endpoint
export KUBERNETES_MASTER=http://$vm_ip:8080
echo " "
echo "kubectl get nodes:"
kubectl get nodes
Expand Down

0 comments on commit 78d930a

Please sign in to comment.