What's on this page

ICP Advice

ICP Pre-Install Considerations

This section details topics that should be considered when installing the CI/CD Hub and/or Telco Network Cloud Orchestration (TNC-O) to ICP.

Helm

Install the Helm client using the ICP instructions.

Pod Security Policy

If you are installing CI/CD Hub or Telco Network Cloud Orchestration (TNC-O) on ICP, you should do so in a namespace that is bound to a less restrictive Pod Security Policy. We recommend creating a new namespace and binding it to an existing policy called ibm-anyuid-psp. This can be done through the ICP dashboard, see ICP - Create a namespace with pod security policy binding for more details.

Docker Images

To pull docker images from Docker Hub and/or docker registries you may need to add an ImagePolicyto the namespace you plan to install in (or a ClusterImagePolicy to apply the rules across the cluster).

The policies can be added through the ICP dashboard, see ICP - Image Security for more details.