specify governance and maintainers, and update copyright notices (#92)
- update copyright notices to Linkerd-TCP authors
- add GOVERNANCE.md and MAINTAINERS.md
- update CODEOWNERS with supermaintainers
Signed-off-by: William Morgan william@buoyant.io
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
linkerd-tcp
A TCP load balancer for the linkerd service mesh.
Status: beta
Features
Quickstart
./namerd.shfetches, configures, and runs namerd using a local-fs-backed discovery (in ./tmp.discovery).cargo run -- example.ymlWe
pull requests! See CONTRIBUTING.md for info on
contributing changes.
Usage
Example configuration
Logging
Logging may be enabled by setting
RUST_LOG=linkerd_tcp=infoon the environment. When debugging, setRUST_LOG=trace.Docker
To build the linkerd/linkerd-tcp docker image, run:
Replace
latestwith the version that you want to build.Try running the image with:
Code of Conduct
This project is for everyone. We ask that our users and contributors take a few minutes to review our code of conduct.
License
Copyright 2017-2018 Linkerd-TCP authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.