Skip to content

DevWorkspace fails to backup image if internal OpenShift registry is used #1553

@tolusha

Description

@tolusha

Description

DevWorkspace fails to backup image if internal OpenShift registry is used

How To Reproduce

Test backup following #1530

config:
  routing:
    defaultRoutingClass: basic
  workspace:
    backupCronJob:
      enable: true
      registry:
        path: image-registry.openshift-image-registry.svc.cluster.local
      schedule: '* * * * *'
    imagePullPolicy: Always

Expected behavior

Successful backup

Additional context

Using mounted service account token for registry authentication
Error: failed to validate the credentials for image-registry.openshift-image-registry.svc.cluster.local: Get "https://image-registry.openshift-image-registry.svc.cluster.local/v2/": dial tcp 172.30.17.225:443: i/o timeou

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions