Commit Graph

13 Commits

Author SHA1 Message Date
Ryan Gregg 08ab237cb3 Revert ksvc changes (#442) 2018-10-05 14:30:24 -07:00
Tyler Auerbeck d630a8fa81 Remove &image yaml anchors (#399) 2018-09-17 11:47:18 -07:00
Tyler Auerbeck b2254cbb42 Update docs to use kubectl long flags (#372)
* Update docs to use kubectl long flags

* adding back in the --filename flag (lost when manually merged)

* notice a few missed

* notice a few missed '-f' flags

* change -o to --output
2018-09-12 09:46:03 -07:00
Ahmet Alp Balkan 648ac8a6a2 source-to-url-go: support multi-line base64 output (#389)
* source-to-url-go: support multi-line base64 output

if my password is long "echo password | base64" will yield in a multiline
string that can confuse users about how to put that thing in Kubernetes
Secret manifest.

Adding -w0 (and for macOS/BSD base64(1), -b0) solves that problem.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* slight revision of Note
2018-09-10 13:19:34 -07:00
Sam O'Dell 00d6cec8ca services.serving.knative.dev -> ksvc, adding check install guide (#360)
* services.serving.knative.dev -> ksvc, adding check install guide

* Updating image to add outline

* Making Richie's suggested edits
2018-08-31 09:58:12 -07:00
David Buckley 135aea43b0 remove redundant step in source-to-url deployment (#346) 2018-08-24 11:15:59 -07:00
Paul Czarkowski cc19f3970f fix source-to-url-go sample to use secret (#253)
* fix source-to-url-go sample to use secret

* fix pluralization for manifests
2018-07-30 13:39:36 -07:00
Ryan Gregg 2ed2a9cb38 Fix a domain typo (#258) 2018-07-24 15:21:34 -07:00
Ivan Nikittin 68502bb573 Fixing language in the source to url sample (#189)
* Fixing language in the source to url sample

* Update README.md

* Update README.md

* Update README.md
2018-07-22 16:21:34 -07:00
Kent Rancourt 63cf27ed31 fix dockerhub auth in source-to-url example (#209) 2018-07-19 15:44:32 -07:00
Matt Moore 9b4b73936c Fix all of the `knative/install` links to point to `knative/docs/install`. (#126) 2018-07-13 17:21:35 -07:00
Ryan Gregg 7265970e42
Fix env variable 2018-07-11 15:25:22 -07:00
Ryan Gregg 609df7a5fd
Add sample (#108) 2018-07-11 14:03:41 -07:00