GithubHelp home page GithubHelp logo

jonahjon / charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ibm/charts

0.0 1.0 0.0 59.72 MB

The IBM/charts repository provides helm charts for IBM and Third Party middleware.

License: Other

Smarty 70.79% Shell 29.19% JavaScript 0.02%

charts's Introduction

IBM Cloud Charts Helm Repository

Overview

The IBM/charts repository provides Helm charts for use with IBM Cloud Private.

This repository is organized as follows:

The stable directory contains Helm chart source provided by IBM, while the repo/stable directory contains the packaged Helm chart binaries. To add the stable repo to local repository list run the following command :

helm repo add stable https://raw.githubusercontent.com/IBM/charts/master/repo/stable

The community directory contains Helm chart source provided by the wider community, while the repo/community directory contains the packaged Helm chart binaries. To add the community repo to local repository list run the following command :

helm repo add community https://raw.githubusercontent.com/IBM/charts/master/repo/community

Both the repo/stable and repo/community directories are Helm repositories, and their index.yaml file is built automatically based on the MASTER branch. As of IBM Cloud Private version 3.1.1, both the repo/stable and repo/community repositories are part of the default configuration of IBM Cloud Private, and as such, all charts in those repository will be displayed by default in the IBM Cloud Private catalog.

Getting Started

IBM Cloud Kubernetes Service

If you are new to the IBM Cloud Kubernetes Service platform, information on how to deploy can be found in this tutorial.

IBM Cloud Private

There are a number of ways to start using IBM Cloud Private today, including these offerings:

Configure the kubernetes command line interface for IBM Cloud Private

To access the kubernetes apiserver, you will need an authorization token and the kubectl as the access client. In IBM Cloud Private, authorization tokens can be requested via the dashboard or the REST API.

Once you have an authorization token, you can configure kubectl:

export MASTER_IP=10.x.x.x
export CLUSTER_NAME=cloud-private
export AUTH_TOKEN=$(curl -k -u admin:admin https://$MASTER_IP:8443/acs/api/v1/auth/token)

kubectl config set-cluster $CLUSTER_NAME --server=https://$MASTER_IP:8001 --insecure-skip-tls-verify=true
kubectl config set-context $CLUSTER_NAME --cluster=$CLUSTER_NAME
kubectl config set-credentials user --token=$AUTH_TOKEN
kubectl config set-context $CLUSTER_NAME --user=user --namespace=default
kubectl config use-context $CLUSTER_NAME

Then configure your helm command line interface to work with helm.

Copyright IBM Corporation 2019. All Rights Reserved.

charts's People

Contributors

morstad avatar octravis avatar neeraj-laad avatar bgower-ibm avatar tomleah avatar dgrewe-ibm avatar rwhundley avatar frankmalin avatar millerkc avatar mhamwala avatar jantes avatar disrani-px avatar snehlatamohite avatar lysannef avatar mrgadgil avatar mdelder avatar sharma-tapas avatar jeyaramashok avatar huizengajoe avatar muratkars avatar alweiner avatar sdand avatar adityadani avatar ksoskey avatar dgrove-oss avatar shihabmehboob avatar jainishshah17 avatar gyliu513 avatar aaroncollins avatar niso120b avatar

Watchers

James Cloos avatar

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.