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 #94 from TheNewNormal/v0.4.8
Browse files Browse the repository at this point in the history
v0.4.8
  • Loading branch information
rimusz authored Aug 1, 2016
2 parents 741d3f4 + 210bb92 commit 12dab5e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ How to install Kube-Cluster

- App's files are installed to `~/kube-solo` folder
- App will bootstrap `master+worker` Kubernetes cluster on the single VM
- Mac user home folder can be enabled via `Setup\Enable shared NFS user home folder` to automaticly mounted to VM: `/Users/my_user`:`/Users/my_user` on each VM boot
- Mac user home folder is automaticly mounted to Node VMs: `/Users/my_user`:`/Users/my_user` on each VM boot, check the [PV example](https://github.com/TheNewNormal/kube-cluster-osx/blob/master/examples/pv/nfs-pv-mount-on-pod.md)
- macOS `docker` client is installed to `~/kube-solo/bin` and preset in `OS shell` to be used from there, so you can build `docker` images on the VM and use with Kubernetes


Expand Down
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.4.7</string>
<string>0.4.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>187</string>
<string>191</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file removed src/k8s/add-ons.tgz
Binary file not shown.
Binary file modified src/k8s/kube.tgz
Binary file not shown.
Binary file modified src/k8s/kubectl
Binary file not shown.
2 changes: 1 addition & 1 deletion src/settings/k8snode-01.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
memory = 2048
local = "true"
offline = "true"

shared-homedir = "true"
2 changes: 1 addition & 1 deletion src/settings/k8snode-02.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
memory = 2048
local = "true"
offline = "true"

shared-homedir = "true"

0 comments on commit 12dab5e

Please sign in to comment.