This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# IBM Cloud Kubernetes Service cluster config dir | |
clustersdir=~/.bluemix/plugins/container-service/clusters | |
#Produce a Kubernetes merged config string to be used with the KUBECONF environment variable. | |
# CHANGE VALUE | |
# Note the value is the IBM ID used to log into ibmcloud. This is the same | |
# value that appears in the downloaded IKS cluster config files for the |