Hello,
I have installed Kasten v6.0.7 with Helm Chart.
I use the air gap installation for pull images in local repository with this config :
global:
image:
registry: <private_repository>:<port>
repository: kasten-images
pullPolicy: IfNotPresent
airgapped:
repository: <private_repository>:<port>/kasten-images
pullPolicy: IfNotPresent
and
kanisterToolsImage:
registry: <private_repository>:<port>
repository: kanisterio
image: kanister-tools
pullPolicy: IfNotPresent
It works for all images exept one : ghcr.io/kanisterio/kanister-kubectl-1.18
I have this error events :
55s (x4 over 2m23s) Normal Pulling Pod/kanister-job-bzts6 Pulling image "ghcr.io/kanisterio/kanister-kubectl-1.18:0.96.0"
46s (x4 over 2m15s) Normal Pulling Pod/kanister-job-fwwp7 Pulling image "ghcr.io/kanisterio/kanister-kubectl-1.18:0.96.0"
46s (x6 over 2m27s) Warning Failed Pod/kanister-job-mg8c4 Error: ImagePullBackOff
46s Warning Failed Pod/kanister-job-fwwp7 Failed to pull image "ghcr.io/kanisterio/kanister-kubectl-1.18:0.96.0": rpc error: code = Unknown desc = failed to pull and unpack image "ghcr.io/kanisterio/kanister-kubectl-1.18:0.96.0": failed to resolve reference "ghcr.io/kanisterio/kanister-kubectl-1.18:0.96.0": failed to do request: Head "https://ghcr.io/v2/kanisterio/kanister-kubectl-1.18/manifests/0.96.0": dial tcp 140.82.121.34:443: connect: connection refused
...
3m26s Warning ActionSetFailed Action: backup Blueprint/k10-pgo-bp-0.0.3 Failed to execute phase: v1alpha1.Phase{Name:"pgoBackup", State:"pending", Output:mappstring]interface {}(nil)}: Failed while waiting for Pod kanister-job-wb8vq to be ready: Pod failed to become ready in time: Failed to fetch logs from the pod: container "container" in pod "kanister-job-wb8vq" is waiting to start: trying and failing to pull image
3m26s Warning ActionSetFailed Action: backup ActionSet/k10-backup-k10-pgo-bp-0.0.3-postgres-storage5gh5 Failed to execute phase: v1alpha1.Phase{Name:"pgoBackup", State:"pending", Output:mappstring]interface {}(nil)}: Failed while waiting for Pod kanister-job-wb8vq to be ready: Pod failed to become ready in time: Failed to fetch logs from the pod: container "container" in pod "kanister-job-wb8vq" is waiting to start: trying and failing to pull image
3m24s Warning ActionSetFailed Action: backup Blueprint/k10-pgo-bp-0.0.3 Failed to execute phase: v1alpha1.Phase{Name:"pgoBackup", State:"pending", Output:mappstring]interface {}(nil)}: Failed while waiting for Pod kanister-job-6qkb9 to be ready: Pod failed to become ready in time: Pod did not transition into running state. Timeout:15m0s Namespace:kasten-io, Name:kanister-job-6qkb9: client rate limiter Wait returned an error: context deadline exceeded
Is there another place to change the ghcr.io repo to my local repo ?
Thanks
Regards