Commit Graph

20 Commits

Author SHA1 Message Date
mattmoor-sockpuppet c64c63a160 Format markdown (#626)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:34:25 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown (#620)
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
Ahmet Alp Balkan fb91667928 source-to-url: remove unnecessary yaml indentation (#583) 2018-11-26 14:59:24 -08:00
RichieEscarez 8591af1de8 Sync README.md and service.yaml (#510)
* add missing serviceAccountName

* sync snippets w/ service.yaml
2018-11-16 16:46:18 -08:00
Matt Moore 28588f96b6 Update the serving + build sample to use the new style. (#524)
Add TypeMeta and wrap the existing field in `spec:` so that Build is used through the new dynamically linked style.
2018-11-09 13:07:44 -08:00
RichieEscarez 74ed0fd04a Use the ksvc shortname for services (#492)
* Replace services.serving.knative.dev with ksvc

* Replace -f with long flag --filename
2018-11-02 15:59:34 -07:00
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 7486c23c62
Fix typos 2018-07-11 15:26:17 -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