Currently the configmap is not being deployed alongside instascale for local development, which is needed.
The permissions for the ocm-secret is added to the kustomize manifests however, this will be regenerated and removed when running make deploy. So this also needs to be added.
Codeflare Stack Component Versions
Instascale
Steps to Reproduce the Bug
Run make deploy to deploy Instascale.
Add your instascale-ocm-secret
Check the pod logs, and there will be a message stating the configmap has not been deployed.
Deploy the Instascale configmap independently.
Instascale will be unable to find the OCM secret and will automatically switch to machinesets. Even if an ocm secret is added.
Describe the Bug
Currently the configmap is not being deployed alongside instascale for local development, which is needed.
The permissions for the ocm-secret is added to the kustomize manifests however, this will be regenerated and removed when running
make deploy
. So this also needs to be added.Codeflare Stack Component Versions
Instascale
Steps to Reproduce the Bug
make deploy
to deploy Instascale.Expected Behavior
These should be deployed and found without issue.