mirror of https://github.com/linkerd/linkerd2.git
This PR begins to migrate Conduit to Linkerd2: * The proxy has been completely removed from this repo, and is now located at github.com/linkerd/linkerd2-proxy. * A `Dockerfile-proxy` has been added to fetch the most-recently published proxy binary from build.l5d.io. * Proxy-specific protobuf bindings have been moved to github.com/linkerd/linkerd2-proxy-api. * All docker images now use the gcr.io/linkerd-io registry. * `inject` now uses `LINKERD2_PROXY_` environment variables * Go paths have been updated to reflect the new (future) repo location. |
||
---|---|---|
.. | ||
images | ||
README.md | ||
adding-your-service.md | ||
automatic-tls.md | ||
debugging-an-app.md | ||
get-involved.md | ||
getting-started.md | ||
overview.md | ||
prometheus.md | ||
proxy-metrics.md | ||
roadmap.md |
README.md
The documentation here is published at https://conduit.io/docs/ when each version is released. The version of the documentation in GitHub should always match the code in the same branch. For example, when a pull request changes the behavior of a documented feature, the pull request should change the documentation here to match the new behavior.