Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Kevin Leimkuhler f0bd82f831
Update protobuf files (#3241)
### Summary

Changes from `bin/protoc-go.sh`

An existing [draft PR](https://github.com/linkerd/linkerd2/pull/3240) has a majority of its changes related to protobuf file
updates. In order to separate these changes out into more related components,
this PR updates the generated protobuf files so that #3240 can be rebased off
this and have a more manageable diff.

Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
2019-08-13 16:58:49 -04:00
.github Pin the `area/test` label (#2050) 2019-01-08 13:05:10 -08:00
bin Add integration test for `helm install` (#3223) 2019-08-13 09:14:32 -05:00
chart Add container metrics and grafana dashboard (#3217) 2019-08-12 08:03:57 -07:00
charts Add container metrics and grafana dashboard (#3217) 2019-08-12 08:03:57 -07:00
cli Fix uninject (#3236) 2019-08-13 15:06:21 -05:00
cni-plugin Introduce `linkerd --as` flag for impersonation (#3173) 2019-07-31 16:05:33 -07:00
controller Update protobuf files (#3241) 2019-08-13 16:58:49 -04:00
grafana Add container metrics and grafana dashboard (#3217) 2019-08-12 08:03:57 -07:00
pkg Fix uninject (#3236) 2019-08-13 15:06:21 -05:00
proto Allow custom cluster domain in controller components (#2950) 2019-07-23 08:59:41 -07:00
proxy-identity proxy-identity: Set a CommonName on CSRs (#2626) 2019-04-03 13:54:50 -07:00
test Add integration test for `helm install` (#3223) 2019-08-13 09:14:32 -05:00
testutil Add integration test for `helm install` (#3223) 2019-08-13 09:14:32 -05:00
web Remove redundant `HTTPError` cast check in web server (#3222) 2019-08-09 11:06:50 -07:00
.dockerignore Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
.editorconfig Add protobuf files to .editorconfig (#1042) 2018-05-30 15:09:38 -07:00
.gcp.json.enc Add docker builds and integration tests to CI (#1303) 2018-07-11 14:01:42 -07:00
.gitattributes Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
.gitignore Add Control Plane Helm Templates And Proxy Partials (#3146) 2019-08-06 09:18:19 -07:00
.golangci.yml Bump golangci-lint to 1.17.1 (#3150) 2019-07-29 10:49:03 -07:00
.proxy-version proxy: Update proxy to c7c9dc1cccba86eb6e6dcdd9a32668ea2f479987 (#3235) 2019-08-12 15:18:55 -07:00
.travis.yml Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
ADOPTERS.md Update ADOPTERS.md (#3181) 2019-08-01 07:48:59 -07:00
BUILD.md Introduce tap APIService, update `linkerd tap` (#3167) 2019-08-01 14:02:45 -07:00
CHANGES.md Add changes for `edge-19.8.2` (#3216) 2019-08-08 15:47:20 -07:00
CONTRIBUTING.md clarify DCO in CONTRIBUTING.md (#3232) 2019-08-12 09:51:00 -07:00
DCO Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Dockerfile-base Bump base Docker images (#2241) 2019-02-22 15:59:18 -08:00
Dockerfile-debug Add the ability to inject a debug sidecar (#2726) 2019-04-22 16:53:12 -07:00
Dockerfile-go-deps Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
Dockerfile-proxy Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
GOVERNANCE.md Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
MAINTAINERS.md remove Brian from maintainers (#2244) 2019-02-13 11:48:26 -08:00
README.md Add security audit (#3008) 2019-06-28 16:04:41 -07:00
SECURITY_AUDIT.pdf Add security audit (#3008) 2019-06-28 16:04:41 -07:00
TEST.md Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
go.mod Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
go.sum Refactor proxy injection to use Helm charts (#3200) 2019-08-07 17:32:37 -05:00

README.md

Linkerd

Build Status GitHub license Go Report Card Slack Status

🎈 Welcome to Linkerd! 👋

Linkerd is a service mesh, designed to give platform-wide observability, reliability, and security without requiring configuration or code changes.

Linkerd is a Cloud Native Computing Foundation (CNCF) project.

Repo layout

This is the primary repo for the Linkerd 2.x line of development.

The complete list of Linkerd repos is:

Quickstart and documentation

You can run Linkerd on any Kubernetes 1.9+ cluster in a matter of seconds. See the Linkerd Getting Started Guide for how.

For more comprehensive documentation, start with the Linkerd docs. (The doc source code is available in the website repo.)

Working in this repo

BUILD.md includes general information on how to work in this repo.

We ❤️ pull requests! See CONTRIBUTING.md for info on contributing changes.

Get involved

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.

Security

Security Audit

A third party security audit was performed by Cure53. You can see the full report here.

License

Copyright 2019, Linkerd 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.