summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2019-06-21 08:47:38 +0000
committerDouwe Maan <douwe@gitlab.com>2019-06-21 08:47:38 +0000
commit75b3f26a6c33a373942d14d715b4bdf70c7daad2 (patch)
treec5a032221952715da1800d188b2ca65949901a96 /changelogs
parent1f3086a99c5837d50da0e2a55fdbb194d6a699a3 (diff)
parent4855667dad5d1ff61725bebf0683f0491bffc87c (diff)
downloadgitlab-ce-75b3f26a6c33a373942d14d715b4bdf70c7daad2.tar.gz
Merge branch '63507-fix-race-condition-fetching-token' into 'master'
Resolve "Race condition in fetching Kubernetes token causes missing `$KUBECONFIG`" Closes #63507 See merge request gitlab-org/gitlab-ce!29922
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/63507-fix-race-condition-fetching-token.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/63507-fix-race-condition-fetching-token.yml b/changelogs/unreleased/63507-fix-race-condition-fetching-token.yml
new file mode 100644
index 00000000000..7f2b59fc9eb
--- /dev/null
+++ b/changelogs/unreleased/63507-fix-race-condition-fetching-token.yml
@@ -0,0 +1,5 @@
+---
+title: Retry fetching Kubernetes Secret#token (#63507)
+merge_request: 29922
+author:
+type: fixed