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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Describe the bug
When pointing flux on non-existing (yet) branch in git, it will say branch "does not exist", even if branch is created after that. Have to manually kill flux pod.
To Reproduce
Steps to reproduce the behaviour:
GKE cluster + flux + github
Launch flux
point it to repo A branch A
it will say "does not exist"
create that branch
still get error until delete flux pod to restart.
Expected behavior
Flux should just work with created branch
Logs
2019-08-16 14:53:24.025 MSK
ts=2019-08-16T11:53:24.024322937Z caller=loop.go:85 component=sync-loop err="git repo not ready: configured branch 'killpinbug' does not exist"
2019-08-16 14:56:24.025 MSK
ts=2019-08-16T11:56:24.025343062Z caller=loop.go:85 component=sync-loop err="git repo not ready: configured branch 'killpinbug' does not exist"
Additional context
Add any other context about the problem here, e.g
Flux version: 1.13.1
Kubernetes version: 1.13.7-gke.8
Git provider: github
Container registry provider: gcr.io
The text was updated successfully, but these errors were encountered:
As Flux will retry until it succeeds, the initial overview of the
repository it fetched during the first step may be outdated later
on (as reported in #2370). To overcome this issue: fetch from
remote before we perform the branch check.
Describe the bug
When pointing flux on non-existing (yet) branch in git, it will say branch "does not exist", even if branch is created after that. Have to manually kill flux pod.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
Flux should just work with created branch
Logs
Additional context
Add any other context about the problem here, e.g
The text was updated successfully, but these errors were encountered: