You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
- name: TESK_API_TASKMASTER_FILER_IMAGE_NAME
value: IP:Port/lvarin/filer
The text was updated successfully, but these errors were encountered:
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).
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:
- name: TESK_API_TASKMASTER_FILER_IMAGE_NAME
value: IP:Port/lvarin/filer
The text was updated successfully, but these errors were encountered: