Code Monkey home page Code Monkey logo

Comments (2)

qrtt1 avatar qrtt1 commented on June 13, 2024
$ curl -s https://infuseai.github.io/helm-chart/index.yaml
apiVersion: v1
entries:
  primehub:
  - apiVersion: v1
    created: 2019-04-23T05:45:45.386317352Z
    description: PrimeHub Community Edition
    digest: b1ed33fa6c47f81534602bd4f3390f1b444500ca837de2e40056fc90da6bd41f
    home: https://infuseai.io/primehub
    keywords:
    - jupyter
    maintainers:
    - email: [email protected]
      name: InfuseAI Inc.
    name: primehub
    sources:
    - https://gitlab.com/infuseai/charts/primehub
    tillerVersion: '>=2.11.0'
    urls:
    - https://InfuseAI.github.io/helm-chart/primehub-0.0.1-2214b31.tgz
    version: 0.0.1-2214b31
generated: 2019-04-23T05:45:45.382931782Z

usage

prerequisite

  1. a cluster
  2. helm and tiller installed
  3. set a IP alias see our settings guide and ingress

primehub

install a development pagkage with --devel flag

helm repo add primehub https://infuseai.github.io/helm-chart
helm upgrade --install --namespace primehub primehub primehub/primehub --devel \
  --values https://raw.githubusercontent.com/InfuseAI/primehub/master/config-kind.yaml \
  --set-file jupyterhub.hub.extraConfig.primehub=https://raw.githubusercontent.com/InfuseAI/primehub/master/helm/primehub/jupyterhub_primehub.py
Release "primehub" does not exist. Installing it now.
2019/04/23 22:54:27 warning: cannot overwrite table with non table for extraEnv (map[])
2019/04/23 22:54:27 warning: cannot overwrite table with non table for extraEnv (map[])
2019/04/23 22:54:27 warning: cannot overwrite table with non table for extraEnv (map[])
2019/04/23 22:54:27 warning: cannot overwrite table with non table for extraEnv (map[])
NAME:   primehub
LAST DEPLOYED: Tue Apr 23 22:54:27 2019
NAMESPACE: primehub
STATUS: DEPLOYED

RESOURCES:
==> v1/ConfigMap
NAME                        AGE
hub-config                  1m
primehub-keycloak           1m
primehub-keycloak-test      1m
primehub-bootstrap-scripts  1m

==> v1/RoleBinding
hub  1m

==> v1/Service
hub                         1m
proxy-api                   1m
proxy-public                1m
primehub-keycloak-headless  1m
primehub-keycloak-http      1m

==> v1/StatefulSet
user-placeholder   1m
primehub-keycloak  1m

==> v1beta1/Ingress
jupyterhub         1m
primehub-keycloak  1m

==> v1beta1/PodDisruptionBudget
hub               1m
proxy             1m
user-placeholder  1m
user-scheduler    1m

==> v1/Pod(related)

NAME                   READY  STATUS                      RESTARTS  AGE
hub-86dcc4899b-2t75v   1/2    CreateContainerConfigError  0         1m
proxy-7f6cf7bfc-h8w2v  1/1    Running                     0         1m
primehub-keycloak-0    1/1    Running                     0         1m

==> v1/Secret

NAME                    AGE
hub-secret              1m
primehub-keycloak-db    1m
primehub-keycloak-http  1m

==> v1/ServiceAccount
hub                    1m
primehub-bootstrap-sa  1m

==> v1/ClusterRole
primehub-bootstrap-secret-patch-role  1m
primehub-bootstrap-role               1m

==> v1/ClusterRoleBinding
primehub-bootstrap-rolebinding               1m
primehub-bootstrap-secret-patch-rolebinding  1m

==> v1/Role
hub  1m

==> v1/Deployment
hub    1m
proxy  1m


NOTES:
===========
PrimeHub CE
===========

You may now access:

  http://hub.10.88.88.88.xip.io:8080/

and login with the default user phuser and password randstring

uninstall

helm delete primehub --purge

# remove a unmanaged secret
kubectl -n primehub delete secret primehub-secret

tips

If users encountered the insufficient memory issue, it would be better to set resources:

kubectl -n primehub set resources deployment hub \
  --limits=cpu=200m,memory=512Mi --requests=cpu=0,memory=0

from primehub.

popcornylu avatar popcornylu commented on June 13, 2024

Idempotent is implemented in #19

from primehub.

Related Issues (20)

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.