-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
π Summary
Deploying a Thorium cluster without the registry_auth config option results in a partial deployment state.
To reproduce
Steps to reproduce the behavior:
- Deploy all of the prerequisite infrastructure (steps 5.2.1-5.2.7)
- Apply a minimal
ThoriumClusterspec using the public ghcr.io images without aregistry_authsection - Observe that the scaler pod fails to create due to docker-skopeo secret not existing
Adding a valid registry_auth entry like the following resolves the issue:
...
spec:
registry_auth:
ghcr.io: <secret>
...Expected behavior
All images pull successfully without providing a registry_auth due to using public images provided by Thorium Github.
All pods start without requiring the optional registry_auth section.
Metadata
Metadata
Assignees
Labels
No labels