Container Registry ResetβοΈ
ProblemβοΈ
Reset container registry is not feasible due to the RESET REGISTRY
button not accessible.
CauseβοΈ
The KubeRocketCI Portal does not allow to reconfigure the registry because the registry secrets have external owners.
SolutionβοΈ
Remove the kaniko-docker-config
and regcred
resources from both the ExternalSecret custom resources and the Kubernetes secrets.
-
Check the kaniko-docker-config and regcred ExternalSecret custom resources (CRs) in the namespace:
-
Delete the
kaniko-docker-config
andregcred
ExternalSecret CRs using the commands provided below: -
Delete the
kaniko-docker-config
andregcred
Kubernetes secrets if they have not been automatically deleted by the External Secrets Operator: -
Disable the creation of the kaniko-docker-config and regcred ExternalSecret CRs in the values file of the edp-install Helm chart.
Note
By default, it takes 5-10 minutes to take affect but it may vary depending on your personal platform configuration.
-
Refresh the KubeRocketCI portal page and set your container registry again.