GithubHelp home page GithubHelp logo

minishift-addons-personal's Introduction

FOR THE SUPPORTED ADDONS, GO TO: https://github.com/minishift/minishift-addons

minishift-addons

Incubator for addons to minishift

Install

You need to clone this repository and locate yourself on the root directory of your clone

git clone https://github.com/jorgemoralespou/minishift-addons.git
cd minishift-addons

## helm Installs helm tiller into minishift

To access it:

To use helm, provide the minishift host to your helm config

e.g.
   helm init --host #{ip}:8443 -c

And remember to have repositories configured, else add them:

e.g.
   helm repo add stable https://kubernetes-charts.storage.googleapis.com
   helm search

NOTE: You might need to have minishift admin context selected

minishift-addons-personal's People

Contributors

jorgemoralespou avatar

Stargazers

 avatar Gerard Braad avatar Budh Ram Gurung (BRG) avatar R. Mathieu Landvreugd avatar

Watchers

James Cloos avatar  avatar

minishift-addons-personal's Issues

Cannot install helm addon

I tried to install helm charts on MiniShift as described on https://www.openshift.com/blog/deploy-helm-charts-minishifts-openshift-local-development and got this error:

c:\minishift\minishift-addons>minishift addons apply helm
-- Applying addon 'helm':..Error applying the add-on: Error executing command 'ssh command error:
command : docker run --rm -v /home/docker:/root:z -v /var/lib/minishift/openshift.local.config:/var/lib/minishift/openshift.local.config:z --net=host --env KUBECONFIG=/var/lib/minishift/openshift.local.config/master/admin.kubeconfig --env HELM_HOST=localhost:8443 lachlanevenson/k8s-helm:v2.5.0 init
err : Process exited with status 1
output : Creating /root/.helm
Creating /root/.helm/repository
Creating /root/.helm/repository/cache
Creating /root/.helm/repository/local
Creating /root/.helm/plugins
Creating /root/.helm/starters
Creating /root/.helm/cache/archive
Creating /root/.helm/repository/repositories.yaml
Error: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
':

Kube Dashboard addon fails to activate

Tried the following commands but ended up with undefined error

minishift addons install kube-dashboard
minishift addons enable kube-dashboard
# Add-on 'kube-dashboard' enabled
minishift addons apply kube-dashboard
# -- Applying addon 'kube-dashboard':.........Error applying the add-on: Error executing command oc rollout status dc/dashboard -n kube-dashboard.

Following the prompt I get this:

oc rollout status dc/dashboard -n kube-dashboard
# error: Deployment config "dashboard" waiting on manual update (use 'oc rollout latest dashboard')
oc rollout latest dashboard
# Error from server (NotFound): deploymentconfigs.apps.openshift.io "dashboard" not found

Any hints on why this does not work as expected?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.