Hi,
I'm trying to deploy landscaper based on https://github.com/openmcp-project/landscaper/blob/main/docs/installation/install-landscaper-controller.md#option-2-installation-via-helm
I have noticed that the migration from Gardener to openmcp-project seems to be incomplete. The documentation and the helm charts are still referring in parts to the old registry (europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/images).
E.g. when installing
helm install -n ls-system landscaper ./charts/landscaper
it still uses the old registry here. On the filp side, it uses the new version scheme adapted after the gardener->openmcp-project versioning scheme (here).
This results in trying to find the new image (v.1.0.6) in the old registry, where images were labeled v.0.xxx.0.
Name: landscaper-6b799969d7-4xr9r
Namespace: ls-system
...
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 18m default-scheduler Successfully assigned ls-system/landscaper-6b799969d7-4xr9r to gke-test-landscaper-default-pool-9d5854d9-5svj
Normal Pulling 15m (x5 over 18m) kubelet spec.containers{landscaper-controller}: Pulling image "europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/images/landscaper-controller:v1.0.6"
Warning Failed 15m (x5 over 18m) kubelet spec.containers{landscaper-controller}: Failed to pull image "europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/images/landscaper-controller:v1.0.6": rpc error: code = NotFound desc = failed to pull and unpack image "europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/images/landscaper-controller:v1.0.6": failed to resolve reference "europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/images/landscaper-controller:v1.0.6": europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/images/landscaper-controller:v1.0.6: not found
Warning Failed 15m (x5 over 18m) kubelet spec.containers{landscaper-controller}: Error: ErrImagePull
Normal BackOff 3m16s (x65 over 18m) kubelet spec.containers{landscaper-controller}: Back-off pulling image "europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/images/landscaper-controller:v1.0.6"
Warning Failed 3m16s (x65 over 18m) kubelet spec.containers{landscaper-controller}: Error: ImagePullBackOff
Hi,
I'm trying to deploy landscaper based on https://github.com/openmcp-project/landscaper/blob/main/docs/installation/install-landscaper-controller.md#option-2-installation-via-helm
I have noticed that the migration from Gardener to openmcp-project seems to be incomplete. The documentation and the helm charts are still referring in parts to the old registry (europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/images).
E.g. when installing
helm install -n ls-system landscaper ./charts/landscaperit still uses the old registry here. On the filp side, it uses the new version scheme adapted after the gardener->openmcp-project versioning scheme (here).
This results in trying to find the new image (v.1.0.6) in the old registry, where images were labeled v.0.xxx.0.