gitlab-org--gitlab-foss/changelogs/unreleased/63507-fix-race-condition-fetching-token.yml
Dylan Griffith 4855667dad Retry fetching Kubernetes Secret token
Since Kubernetes is creating the Secret and token asynchronously it is
necessary that we implement some delay or retrying logic to avoid a race
condition where we fetch a Secret before the token is even set. There
does not appear to be any way for us to force it to be set with any
synchronous API call so retrying seems to be the only option.
2019-06-21 16:36:34 +10:00

5 lines
100 B
YAML

---
title: Retry fetching Kubernetes Secret#token (#63507)
merge_request: 29922
author:
type: fixed