...
oc
command line utility, instead of kubectl.“Projects” are what could be considered Namespaces, though ensuring that you are using the proper project while making
oc
command line calls is essential.Some pods/containers might not work as intended depending on security precautions that were put in place in OpenShift, or if the correct containers could not be fetched from open sources.
Resource requests might be enforced by OpenShift requiring strict declarations for service templates such as this in the model-manager.yaml in the templates of the Helm Charts:
An egress may be required to whitelist ModelOp Center with external services like ServiceNow, Jira, or Jenkins, this can be defined in OpenShift with the help of this guide:
You may need to declare PVCs via the OpenShift UI manually, as opposed through the values.yaml or overrides yaml file you have defined..
...