-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Labels
Description
Describe the bug
Trying to deploy Trident 25.10.0 on nighty build of OCP 4.21, will fail with
spec.containers{trident-main}: Failed to inspect image "": rpc error: code = Unknown desc = short name mode is enforcing, but image name netapp/trident:25.10.0 returns ambiguous list
Environment
Provide accurate information about the environment to help us reproduce the issue.
- Trident version: 25.10.0
- Trident installation flags used: tridentctl install
- Container runtime: [e.g. Docker 19.03.1-CE]
- Kubernetes version: v1.34.2
- Kubernetes orchestrator: OpenShift 4.21.0-rc.1
- Kubernetes enabled feature gates:
- OS:
- NetApp backend types:
- Other:
To Reproduce
OCP 4.21 with short name mode enforcing
Expected behavior
Use the full image path to allow the deployment to work.
Additional context