IBM/charts

Name: charts

Owner: International Business Machines

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

Created: 2017-06-13 08:16:04.0

Updated: 2018-05-24 13:54:13.0

Pushed: 2018-05-23 21:55:34.0

Homepage:

Size: 17736

Language: Smarty

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

IBM Cloud Charts Helm Repository

Overview

The IBM/charts repository provides helm charts provided by IBM.

The repository is organized as follows:

Development
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:

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

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

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

Copyright IBM Corporation 2017. All Rights Reserved.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.