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
WARN [kuma_client::util] Error while parsing example: data did not match any variant of untagged enum EntityWrapper!
WARN [autokuma::sources::kubernetes_source] reconcile failed: K8S(FinalizerError(ApplyFailed(LabelParseError("data did not match any variant of untagged enum EntityWrapper"))))
I've also tried to create tag object:
apiVersion: "autokuma.bigboot.dev/v1"kind: KumaEntitymetadata:
name: tagsspec:
config:
name: example_tagcolor: "#bf0a0a"type: tag
which I can see created as it is available in monitor add tag dropbox in kuma UI, but it does not resolve the problem above.
The text was updated successfully, but these errors were encountered:
AurimasNav
changed the title
Can't tag monitors - data did not match any variant of untagged enum EntityWrapper
Can't tag monitors in kubernetes via tag_names - data did not match any variant of untagged enum EntityWrapper
Jan 8, 2025
image: ghcr.io/bigboot/autokuma:sha-23287bc
trying to create example monitor:
the actual created resource in kubernetes does not have tag_names properties, it just creates it with empty object:
results in error:
I've also tried to create tag object:
which I can see created as it is available in monitor add tag dropbox in kuma UI, but it does not resolve the problem above.
The text was updated successfully, but these errors were encountered: