Skip to content

Commit

Permalink
Explicitly call out ownership of vendor controllers. (#546)
Browse files Browse the repository at this point in the history
* Explicitly call out ownership of vendor controllers.

* Explicitly call out ownership of vendor controllers.

* Remove extra space

* Remove trailing blank line
  • Loading branch information
bormanp authored Jul 8, 2024
1 parent c4870fe commit a333a10
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/vendor.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ non-deterministic errors.
Vendors are responsible for support of their images. The maintainer (typically
the person or organization that provides the associated container images) is
responsible for the support of the vendor image specific node implementation in
[kne/topo/node](https://github.com/openconfig/kne/tree/main/topo/node)
as well as the vendor specific examples in
[kne/examples](https://github.com/openconfig/kne/tree/main/examples). The
maintainer should be responsive to community contributions. In the event the
maintainer of a particular node implementation is unresponsive a new maintainer
may take over that implementation.
[kne/topo/node](https://github.com/openconfig/kne/tree/main/topo/node), the
vendor specific examples in
[kne/examples](https://github.com/openconfig/kne/tree/main/examples), as well as
other vendor software reqiured by the node implementation (e.g., controller or
operator). The maintainer should be responsive to community contributions. In
the event the maintainer of a particular node implementation is unresponsive a
new maintainer may take over that implementation.

0 comments on commit a333a10

Please sign in to comment.