Install the toolkit on an existing cluster
Steps to prepare an environment using the Cloud-Native Toolkit in an existing cluster.
Cloud-Native Toolkit: Quick Installation
Walkthrough of the Cloud Native Toolkit installation on RedHat OpenShift.
Run the installation using the OpenShift CLI
- curl -sfL get.cloudnativetoolkit.dev | sh -
- oc create -f https://raw.githubusercontent.com/cloud-native-toolkit/ibm-garage-iteration-zero/master/install/install-ibm-toolkit.yamlsleep 5oc wait pod -l job-name=ibm-toolkit --for=condition=Ready -n defaultoc logs job/ibm-toolkit -f -n default
A. Download the manifest install-toolkit-yaml
- Download the latest Toolkit installation manifest yaml filecurl -LO https://raw.githubusercontent.com/cloud-native-toolkit/ibm-garage-iteration-zero/master/install/install-ibm-toolkit.yaml
- If you want a specific version of the manifest yaml file visit the release page and download the corresponding manifest file
install-ibm-toolkit.yaml
B. Customize Installation
- Edit the file
install-ibm-toolkit.yaml
if you want to change any of the defaults, such as changing the tools namespace, adding a components from the catalog directory or removing a default component.
C. Run the installation using the OpenShift CLI
Run the installation job after customizing the installation script
oc create -f install-ibm-toolkit.yamlsleep 5oc wait pod -l job-name=ibm-toolkit --for=condition=Ready -n defaultoc logs job/ibm-toolkit -f -n default