0

我在 EKS 中自托管了 gitpod。当我尝试启动新工作区时,出现此错误:

请求 createWorkspace 失败并显示消息:13 内部:无法解析工作区图像:需要主机名

未知错误:{“代码”:-32603 }

我还没有找到任何解决方案。任何想法?谢谢

这是我的 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

4

1 回答 1

0

我是一名 Gitpodder,编写了大部分安装程序。这通常归结为配置错误。

您能否发布您的config.yaml(编辑domain)并希望我能看到这个问题?

于 2022-02-15T15:07:05.527 回答