Search code examples
amazon-eksworkspaceself-hostinggitpod

Gitpod cannot resolve workspace image: hostname required on workspace start


I've gitpod selfhosted in EKS. When I try to start a new workspace I have this error:

Request createWorkspace failed with message: 13 INTERNAL: cannot resolve workspace image: hostname required

Unknown Error: { "code": -32603 }

I haven't found any solution. Any idea? Thank you

Here my gitpod-config.yaml

apiVersion: v1
authProviders: []
blockNewUsers:
  enabled: false
  passlist: []
certificate:
  kind: secret
  name: https-certificates
containerRegistry:
  inCluster: true
  s3storage:
    bucket: custom-bucket
    certificate:
      kind: secret
      name: object-storage-gitpod-token
database:
  inCluster: false
  external:
    certificate:
      kind: secret
      name: mysql-gitpod-token
domain: my-domain.com
imagePullSecrets: null
jaegerOperator:
  inCluster: true
kind: Full
metadata:
  region: eu-west-1
objectStorage:
  inCluster: true
observability:
  logLevel: info
repository: eu.gcr.io/gitpod-core-dev/build
workspace:
  resources:
    requests:
      cpu: "1"
      memory: 2Gi
  runtime:
    containerdRuntimeDir: /var/lib/containerd/io.containerd.runtime.v2.task/k8s.io
    containerdSocket: /run/containerd/containerd.sock
    fsShiftMethod: shiftfs


Solution

  • I run v2022.03.1 and now I have all three DNS records configured. It works.

    Thanks everybody who response