Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flux namespace is missing labels #12

Open
sympatheticmoose opened this issue Jun 30, 2022 · 0 comments
Open

Flux namespace is missing labels #12

sympatheticmoose opened this issue Jun 30, 2022 · 0 comments

Comments

@sympatheticmoose
Copy link

Comparing the result of kubectl describe ns flux-system after flux bootstrap on a Kind cluster:

app.kubernetes.io/instance=flux-system
app.kubernetes.io/part-of=flux
app.kubernetes.io/version=v0.31.2
kubernetes.io/metadata.name=flux-system
kustomize.toolkit.fluxcd.io/name=flux-system
kustomize.toolkit.fluxcd.io/namespace=flux-system
pod-security.kubernetes.io/warn=restricted
pod-security.kubernetes.io/warn-version=latest

and install via the operator:

kubernetes.io/metadata.name=flux-system

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant