From 9148a841b592cdab2c84075f858e77a501a3118d Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Thu, 13 Nov 2025 00:45:53 +0100 Subject: [PATCH] Add documentation for custom nodeattribs --- confluent_client/doc/man/nodeattrib.ronn.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/confluent_client/doc/man/nodeattrib.ronn.tmpl b/confluent_client/doc/man/nodeattrib.ronn.tmpl index c8127ad8..33c19675 100644 --- a/confluent_client/doc/man/nodeattrib.ronn.tmpl +++ b/confluent_client/doc/man/nodeattrib.ronn.tmpl @@ -24,6 +24,8 @@ For a full list of attributes, run `nodeattrib all` against a node. If `-c` is specified, this will set the nodeattribute to a null value. This is different from setting the value to an empty string. +Arbitrary custom attributes can also be created with the `custom.` prefix. + Attributes may be specified by wildcard, for example `net.*switch` will report all attributes that begin with `net.` and end with `switch`.