Commit Graph

570 Commits

Author SHA1 Message Date
Tyler Auerbeck d630a8fa81 Remove &image yaml anchors (#399) 2018-09-17 11:47:18 -07:00
Jason Hall 5ecebd81cf Update build WG calendar link (#398)
/assign mattmoor
2018-09-13 17:17:16 -07:00
Ahmet Alp Balkan a50281602f telemetry: document sd/prom manifest locations (#392)
By reading the docs, I can't tell where are these config/monitoring stuff.

So I'm adding sub-steps to (a) clone repo + cd + checkout to the release tag,
then (b) apply them.

Please /cc someone who knows about this stuff to verify.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-09-12 13:36:17 -07:00
Sam O'Dell 497dc50cd9 Update README.md (#395) 2018-09-12 12:38:17 -07:00
Ahmet Alp Balkan f3c3580410 fix case sensitive #section anchors (#391)
Looks like anchors are case-sensitive. GitHub Markdown rendering creates
lower-case-section-anchors.

How many more of these there are, I'm not sure. But when I searched like

    ag --md '#[A-Z]'

This is the only such markdown page with such uppercase anchor references,
so I'm just fixing this page. Sorry for long commit message.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-09-12 12:21:16 -07:00
RichieEscarez 0304e7a85c cleanup remaining kubectl shorthand -o flags (#394)
* Cleanup remaining kubectl shorthand -o flags

* cleanup remaining kubectl shorthand -o flags

* cleanup remaining kubectl shorthand -o flags

* cleanup remaining kubectl shorthand -o flags
2018-09-12 10:46:16 -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 dfc53c67c8 fix typo in workingDir field name (#388)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-09-11 06:34:15 -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
Tyler Auerbeck 35c991aa95 Remove flag package import (#373) 2018-09-10 12:42:15 -07:00
Adriano Cunha 0310b0c07b Update test-infra dependency (#371)
Includes:
* fixes to `library.sh` in order to have some `hack` scripts working again;
* better checking of PRs where presubmit tests are unnecessary;

Bonus: adds the missing eXecution bit to `update-deps.sh`.
2018-09-07 19:07:14 -07:00
Aurélien Pupier 01f02a9ca6 Fix typos (#274)
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2018-09-07 09:09:32 -07:00
Bernardo Vale 38573e8284 Missing comma (#376) 2018-09-06 16:34:14 -07:00
Gregory Haynes 0a3db66e16 Fix ordering in github-events function deploy (#361)
* Fix ordering in github-events function deploy

In this sample app we ask the user to deploy the application
(function.yaml) before creating the githubsecret. This causes the deploy
to fail with a configerror because it references a secret which doesnt
exist.

* remove typo
2018-09-06 16:24:35 -07:00
Ahmet Alp Balkan 7fd1c98a74 README: fix link to "good first issue" label (#378) 2018-09-06 16:17:22 -07:00
uckey eab66f7c86 Mention MutatingAdmissionWebhook is required for serving (#370)
* Mention MutatingAdmissionWebhook is required for serving

This will close #369 issue ticket

* Wording tweaks, add link to k8s docs, line spacing
2018-09-04 14:43:13 -07:00
Peter Evans a5b9afbe14 fix typos in getting-started-knative-app.md (#368) 2018-09-04 10:10:08 -07:00
Evan Anderson c2306430a0 Really fix URL to the WG meeting (#367)
* Fix WG calendar link after original meeting was deleted.

* Actually fix WG event URL I hope.
2018-08-31 15:26:12 -07:00
Evan Anderson 8a59f23486 Fix WG calendar link after original meeting was deleted. (#366) 2018-08-31 11:29:12 -07:00
Evan Anderson a1434f7560 Merge branch 'master' of https://github.com/knative/docs into message-in-a-bottle 2018-08-31 11:03:18 -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
Shashwathi aea6aced77 Add documentation for build timeout (#362)
* Add documentation for build timeout

* Formatting, wording tweaks
2018-08-30 14:44:12 -07:00
Philipp Thun 37cbf823e8 Fix link to Error Conditions and Reporting page... (#364)
... that resides in the knative/serving repository.
2018-08-29 14:11:11 -07:00
Sabari Kumar Murugesan 557cacbf27 Run eventing samples from the samples home directory (#363) 2018-08-29 11:03:11 -07:00
Scott Nichols b37d9ab15f Adding GitHub Sample for move from eventing. (#339)
* Staging for move from eventing.

* the event name needed to be updated.

* Dockerfile worked just fine.

* Updated based on feedback.

* core core core.

* Updated based on feedback.

* Add todo to add to Understanding what happened.
2018-08-27 16:34:11 -07:00
Zhimin Xiang 6d564f81b2 Update ExternalDNS setup doc to require Cloud DNS scope when creating a cluster (#356)
* Require Cloud DNS scope when setting up external DNS

* fix typos

* Updates to markdown formatting; wording tweaks
2018-08-27 16:07:11 -07:00
jessiezcc 1fec344bcc add productivity wg (#354) 2018-08-27 09:15:11 -07:00
Adriano Cunha b53ba6de29 Fail fast in update-deps.sh when sourcing library.sh (#357) 2018-08-26 08:42:03 -07:00
David Buckley 135aea43b0 remove redundant step in source-to-url deployment (#346) 2018-08-24 11:15:59 -07:00
Dave Protasowski 85cb853b9b Update ROLES.md (#347)
* Update ROLES.md

* Update ROLES.md
2018-08-24 07:12:59 -07:00
Adriano Cunha 9f5fed536d Vendor the test-infra scripts (#353)
* shared scripts from test-infra live in //vendor/github.com/knative/test-infra/scripts;
* created `//hack/update-deps.sh` to properly update deps, including test-infra;
* all bash scripts were updated to use the vendored scripts;

Part of knative/test-infra#30.
2018-08-23 21:27:59 -07:00
Zhimin Xiang 26a432a20f Doc to introduce how to install ExternalDNS within Knative (#325)
* doc to introduce how to install ExternalDNS

* address comments

* Wording edits

* address comments

* Wording update

* adding Google Cloud DNS link
2018-08-21 13:42:58 -07:00
Gaurav Abbi 1b52510c44 Add a helloworld sample for haskell (#316)
* Add a helloworld sample for haskell

* Use stack as the build tool
* Use scotty as a web framework
* Use docker multi-stage build to create a smaller runtime image

* Apply review comments on the README.md

* Apply language review comments

- Fix `service.yaml` indentation
- Change heading for sample code recreation
2018-08-21 09:07:58 -07:00
Jason Hall 1a48e0bbe8 Update WORKING-GROUPS.md (#336) 2018-08-16 07:27:56 -07:00
Adam Harwayne 90095973d8 Fix a typo in the path so that ko can be used to deploy the sample. (#334) 2018-08-15 09:40:56 -07:00
Matt Moore f0f7988041 Update our docs to document the 0.1.1 release. (#331) 2018-08-14 10:42:56 -07:00
Mark Chmarny b14552673a Added Slack URL #257 (#333)
* Added Slack URL #257

Added URL to enrol and access Knative Slack instance

* Moving link up to top
2018-08-14 09:20:56 -07:00
Sam O'Dell b45eee13da Correct name of .yaml file (#330) 2018-08-13 11:28:56 -07:00
doddatpivotal 258d5c040c Clarifies working directory to run command (#329)
* Clarifies working directory to run command

* Add link to Serving
2018-08-13 11:25:55 -07:00
Babatunde Olu-Isa c69898d06a Update accessing-logs.md (#327)
removed typo from document.
2018-08-13 08:40:55 -07:00
Averi Kitsch 8a96ccc39f Update Telemetry readmes (#248)
* telemetry draft

* style updates to logging pages

* moved elasticsearch instructions

* telemetry draft

* style updates to logging pages

* moved elasticsearch instructions

* move elastic search instructions back to installation page

* Add more details to specific steps

* fix markdown
2018-08-13 03:34:55 -07:00
Sam O'Dell fb82eebfb4 Sync install instructions with GKE version (#326) 2018-08-10 15:53:25 -07:00
Justin Grayston b8ceb24758 Add applying the knative route and config (#307)
Closes #306
2018-08-10 11:37:56 -07:00
Eli Aleyner 581f9062df Making a change to default azure location to reflect the correct Azure (#301)
naming convention.
2018-08-10 09:33:55 -07:00
Paul Morie 42afa05d24 Correct typos in OpenShift instructions (#315) 2018-08-08 17:12:23 -07:00
Sam O'Dell f912a204d6 Updating app deployment guide (#320)
* Updating app deployment guide

Adds back manual options for figuring out the host URL and IP address, since all users should know how to see that information without having to export it into a variable.

* Update getting-started-knative-app.md

* Moving up note of delay of IP address assignment
2018-08-08 16:50:02 -07:00
Sam O'Dell 1a6bffa742 Updates to clarify install instructions (#318) 2018-08-08 16:41:05 -07:00
Sam O'Dell 435dfd7c87 typo fix (#323) 2018-08-08 12:24:13 -07:00
Jason Hall 1f07a3da22 Add glossary.md (#285)
* Add glossary.md

* Change to resouces.md, adding knctl, alphabetized
2018-08-08 12:15:12 -07:00
Matt Moore f606154d8a Split serving into two separate work groups: observability and networking. (#322)
This is a continuation of https://github.com/knative/docs/pull/220 with merge conflicts fixed while Mustafa is out.
2018-08-08 11:28:12 -07:00