You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During initial build of a cluster where the helmchart docker-registry-secrets is used, we encountered this error :
Error: release docker-registry-secrets failed, and has been uninstalled due to atomic being set: namespaces "jenkins-agents" not found
as the namespace was not created before hands.
we need to ensure that the namespace is created before the call to docker-registry-secrets or during it.
During initial build of a cluster where the helmchart docker-registry-secrets is used, we encountered this error :
Error: release docker-registry-secrets failed, and has been uninstalled due to atomic being set: namespaces "jenkins-agents" not found
as the namespace was not created before hands.
we need to ensure that the namespace is created before the call to docker-registry-secrets or during it.
kubernetes-management/clusters/doks.yaml
Lines 12 to 21 in e5967a6
The text was updated successfully, but these errors were encountered: