kube-solo-osx icon indicating copy to clipboard operation
kube-solo-osx copied to clipboard

Local development Kubernetes Solo Cluster for macOS made very simple

Results 21 kube-solo-osx issues
Sort by recently updated
recently updated
newest added

I am running Mac OS Sierra 10.12.6. When I bring up the vm it errors on creation reating 40GB sparse disk (QCow2)... dyld: Library not loaded: /usr/local/opt/libev/lib/libev.4.dylib Referenced from: /Users/rodneybizzell/bin/qcow-tool...

I've defined a readiness probe that's supposed to run a shell script as documented in https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes#define-readiness-probes It works when deployed to GKE, but on kube-solo the pod never transitions to...

``` Please type VM's RAM size in GBs followed by [ENTER]: [default is 3]: 1.5 Changing VM's RAM to 1.5GB... /Applications/Kube-Solo.app/Contents/Resources/functions.sh: line 179: ((: new_ram_size=1.5*1024: syntax error: invalid arithmetic operator...

I'm trying to deploy the cockpit container (https://github.com/cockpit-project/cockpit) to a kube-solo cluster, but can't figure out how to use cockpit's authentication mechanism with kube-solo. When I deploy to google container...

Hi all, I heard a lot about kubernetes and I wanted to try it. Hence I discovered kube-solo and wanted to use it to learn kubernetes. However, my laptop is...

Something quite peculiar is happening with dashboard / heapster. The graphs stop being rendered after roughly 24h. I have checked the logs of individual pods and I can't see anything...

Checking internet availablity on VM... Yes, internet is available ... Installing Kubernetes files on to VM... 2017-03-28 12:48:57.366650 I | uploading 'kube.tgz' to 'k8solo-01:/home/core/kube.tgz' 82.97 MB / 82.97 MB [============================================================================================================================================================================]...

Hi devs! I'm trying to figure out why kube-solo is not working and I've found that after trying it seems that the HD was not created. I've tried to created...

I was trying to change Docker storage drivers and see if it fixed an issue I had with my application, but when I tried to stop the service with `sudo...