Commit Graph

22 Commits

Author SHA1 Message Date
William Morgan 10181cd690
update README.md (#1657)
* update README.md

New description, shorten, update some links.

* address kevin's review comments

Signed-off-by: William Morgan <william@buoyant.io>
2018-09-19 02:02:27 +08:00
Kevin Lingerfelt de71132c21
Remove doc dir in favor of linkerd/website repo (#1511)
* rm doc dir in favor of linkerd/website repo
* Add note about doc source code in README

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-08-23 21:53:09 -07:00
Kevin Lingerfelt 82940990e9
Rename mailing lists, remove all remaining conduit references (#1416)
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-08-07 17:00:55 -07:00
Kevin Lingerfelt 8fe9e53f67
Remove remaining conduit references in codebase (#1381)
* Remove remaining conduit references in codebase
* Shorten emojivoto config url

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-07-31 11:19:34 -07:00
Kevin Lingerfelt e196e1afc0
Update README for the v18.7.1 linkerd2 release (#1348)
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-07-23 11:19:05 -07:00
Thomas Rampelberg 74da62f8c0
Update docs to reference Linkerd (#1331)
* Update docs to reference Linkerd

* Review comments
2018-07-17 15:29:46 -07:00
Thomas Rampelberg 7e1b4e3de4
Update readme to reference linkerd2 (#1328)
* Update readme to reference linkerd2

* Review updates
2018-07-16 15:38:54 -07:00
Oliver Gould 941cad4a9c
Migrate build infrastructure to linkerd2 (#1298)
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.
2018-07-09 15:38:38 -07:00
Kevin Lingerfelt 9379bd548c
Additional doc updates regarding protocol support (#1279)
* Additional doc updates regarding protocol support
* Re-add information about server-speaks-first protocols

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-07-05 17:22:33 -07:00
Franziska von der Goltz 9bf549b5ff
doc update to remove extra configurations for websockets (#1180)
* doc update to remove extra configurations for websockets and HTTP tunneling:
- remove instructions from readme and docs to set extra configs for websockets and  HTTP tunneling, since proxy upgrades automatically

Signed-off-by: Franziska von der Goltz <franziska@vdgoltz.eu>
2018-07-05 10:20:35 -07:00
William Morgan 6807b491d3
update readme: experimental -> alpha, and minor tweaks (#391)
update README, add mailing list links, etc.
2018-02-19 15:41:04 -08:00
Oliver Gould 4154db2d4f
Improve wording around Getting Started (#288)
Some of the phrasing around the getting started section of the README
was awkward.
2018-02-13 13:38:37 -08:00
Andrew Seigner 3856b38550
README update to 2018 (#233)
Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-01-30 10:47:19 -08:00
Sean McArthur 5b53123ec2
readme: update to say TCP, HTTP/1, and HTTP/2 are supported (#203) 2018-01-26 13:54:01 -08:00
Andrew Seigner c6f06b767d
fix whitespace in README.md (#182) 2018-01-19 13:24:03 -08:00
Andrew Seigner ac242bd9b9
Introduce BUILD.md (#137)
Our build instructions were scattered across a few README's.

This consolidates all instructions relevant to Conduit development into
a single BUILD.md.

Fixes #134

Signed-off-by: Andrew Seigner <andrew@sig.gy>
2018-01-16 23:19:53 -08:00
Andrew Seigner 0ee38e46f8
Add note to run dep ensure prior to go build. (#124)
We have example commands for building our go components locally, but we
did not mention a prerequisite step of getting all dependencies.

Add note to run `dep ensure && dep prune`.

Signed-off-by: Andrew Seigner <andrew@sig.gy>
2018-01-09 11:04:39 -08:00
Andrew Seigner caeb83a526
Fix Go and Proxy dependency image SHAs (#117)
The image tags for gcr.io/runconduit/go-deps and
gcr.io/runconduit/proxy-deps were not updating to account for all
changes in those images.

Modify SHA generation to include all files that affect the base
dependency images. Also add instructions to README.md for updating
hard-coded SHAs in Dockerfile's.

Fixes #115

Signed-off-by: Andrew Seigner <andrew@sig.gy>
2018-01-08 11:19:49 -08:00
Andrew Seigner 9ce12ee15c
Add local development section to README.md (#93)
README.md currently documents how to get started with a released version
of Conduit, but not how to build and deploy from source.

This change adds a section to enable building and deploying from source,
it assumes working Go and Minikube environments.

Signed-off-by: Andrew Seigner <andrew@sig.gy>
2017-12-27 11:42:46 -08:00
Sterling White c26e7f39a6
updates to README linking to docs and getting started (#39)
* updates to README linking to docs and getting started

* minor line break revisions

* markdown revisions and simplification

* updating line breaks and errant spaces

* updates grammar and simplifies language
2017-12-13 16:39:49 -08:00
Oliver Gould f27d7b6545
Add the TravisCI badge to README.md (#22) 2017-12-11 16:00:56 -08:00
Oliver Gould 2ae7d48339
add readme (#3) 2017-12-04 21:05:32 -08:00