On this page
download
Installation
Installation guide for the IBM Operator Collection SDK.
Requirements
Ansible® CLI Tools (version 2.9.10 or later)
Ensure you’ve installed Ansible correctly by restarting your terminal and running:
ansible --version
z/OS Cloud Broker Encryption CLI (optional)
Installation
The IBM Operator Collection SDK can be installed from Ansible® Galaxy, directly from GitHub, or via a docker image stored in the IBM Cloud Container Registry
Upgrading
Supply the --upgrade
flag to upgrade the collection, e.g.
ansible-galaxy collection install ibm.operator_collection_sdk --upgrade
Setup
The following steps are required prior to deploying your Operator in OpenShift® using the IBM Operator Collection SDK playbooks:
- Install the z/OS Cloud Broker Operator in your namespace and create an instance of
ZosCloudBroker
. - Log into the OpenShift cluster from the command line and run the
oc project
command to navigate to the project where the z/OS Cloud Broker Operator is installed.