Skip to content

Commit a333a10

Browse files
authored
Explicitly call out ownership of vendor controllers. (#546)
* Explicitly call out ownership of vendor controllers. * Explicitly call out ownership of vendor controllers. * Remove extra space * Remove trailing blank line
1 parent c4870fe commit a333a10

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/vendor.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ non-deterministic errors.
9292
Vendors are responsible for support of their images. The maintainer (typically
9393
the person or organization that provides the associated container images) is
9494
responsible for the support of the vendor image specific node implementation in
95-
[kne/topo/node](https://github.com/openconfig/kne/tree/main/topo/node)
96-
as well as the vendor specific examples in
97-
[kne/examples](https://github.com/openconfig/kne/tree/main/examples). The
98-
maintainer should be responsive to community contributions. In the event the
99-
maintainer of a particular node implementation is unresponsive a new maintainer
100-
may take over that implementation.
95+
[kne/topo/node](https://github.com/openconfig/kne/tree/main/topo/node), the
96+
vendor specific examples in
97+
[kne/examples](https://github.com/openconfig/kne/tree/main/examples), as well as
98+
other vendor software reqiured by the node implementation (e.g., controller or
99+
operator). The maintainer should be responsive to community contributions. In
100+
the event the maintainer of a particular node implementation is unresponsive a
101+
new maintainer may take over that implementation.

0 commit comments

Comments
 (0)