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
This results in the Flux Runtime view in Weave GitOps failing to display any controllers. Which can be resolved by manually adding the part-of label i.e. kubectl label ns flux-system app.kubernetes.io/part-of='flux'
Comparing the result of
kubectl describe ns flux-system
afterflux bootstrap
on a Kind cluster:and install via the operator:
This results in the Flux Runtime view in Weave GitOps failing to display any controllers. Which can be resolved by manually adding the
part-of
label i.e.kubectl label ns flux-system app.kubernetes.io/part-of='flux'
weaveworks/weave-gitops#2382
The text was updated successfully, but these errors were encountered: