This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
Labels missing for some objects #1793
Comments
Actually |
rohanKanojia
added a commit
to rohanKanojia/fabric8-maven-plugin
that referenced
this issue
Mar 16, 2020
Reintroduce Enricher Task removed during enrichment process refactoring.
rohanKanojia
added a commit
to rohanKanojia/fabric8-maven-plugin
that referenced
this issue
Mar 17, 2020
Reintroduce Enricher Task removed during enrichment process refactoring.
manusa
pushed a commit
that referenced
this issue
Mar 17, 2020
Reintroduce Enricher Task removed during enrichment process refactoring.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
In looking at the documentation, you can add labels using maven configuration as outlined here. It looks like the labels in the "all" section should be applied to all objects, but the labels were not applied to the Build, BuildConfig, or ImageStream objects. There was a previous GitHub issue that seems to be related to this, #1425.
Info
mvn -v
) :mvn clean fabric8:deploy -Popenshift
with the repository below. Afterwards, runoc get all --show-labels
and you can see which objects do not have any app.kubernetes.io/* labelsThe text was updated successfully, but these errors were encountered: