elixir-cloud-aai / tesk-api

GA4GH TES API Service that translates tasks into Kubernetes Batch API calls
Apache License 2.0
7 stars 18 forks source link

TESK_API_TASKMASTER_FILER_IMAGE_NAME Configuration does not take effect #16

Open pengchunhua opened 3 years ago

pengchunhua commented 3 years ago

I set the filer image to my own path, but the configuration does not take effect, can you help me ? the error: Normal Pulling 19s kubelet Pulling image "eu.gcr.io/tes-wes/filer:latest" Warning Failed 4s kubelet Failed to pull image "eu.gcr.io/tes-wes/filer:latest": rpc error: code = Unknown desc = Error response from daemon: Get https://eu.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) my own configuration:

aniewielska commented 3 years ago

Hi. Provided, that you work with a fairly new (ideally latest) TESK API version, this environment variable - TESK_API_TASKMASTER_FILER_IMAGE_NAME - set for TESK API should take effect. It will work only for tasks created after you set the variable (will not change the existing tasks).