Commit Graph

756 Commits

Author SHA1 Message Date
Sam O'Dell 2029c8bccb Remove README.md from all links (#855)
* Remove README.md from all links

* mend

* mend

* mend
2019-02-20 19:04:53 -08:00
Caroline Lee 15dfa0f63e Update README.md (#854) 2019-02-20 19:04:53 -08:00
RichieEscarez 1590b120cd add PR#851 - channels (#853) 2019-02-20 19:04:53 -08:00
Matthias Wessendorf d6218827de Channel docs (#851)
* Adding generated list of Channels, like Sources

* It is Apache Kafka, not Kafka

* relocating a file and adding '.'
2019-02-20 19:04:53 -08:00
Brian McClain 259c3f2c45 Clarify that a --sink flag will be generated only if one is not provided (#601) 2019-02-20 19:04:53 -08:00
Charlie Drage f4855c4183 Add monitoring link to knative with any k8s doc (#810)
Adds the missing monitoring link to the "knative with any k8s" document.

Closes https://github.com/knative/docs/issues/809
2019-02-20 19:04:53 -08:00
Steren 66c6a1c75c Node.js sample: Use index.js instead of app.js. (#849)
* Use index.js instead of app.js.

index.js is the more idiomatic for Node.js developers.
Indeed, it is the default value that npm start uses if no start script is provided.

* Update package.json

* Update README.md

* Update package.json
2019-02-20 19:04:53 -08:00
RichieEscarez 10c902052f site: add build files and front matter to serving samples (#850)
* new _index.md files and front matter

* serving samples + fix urls

* remove file
2019-02-20 19:04:53 -08:00
RichieEscarez b40056c89b site: restructure content into a "docs" directory (#842)
* move content into a 'docs' directory

* inject additional 'docs' directory
2019-02-20 19:04:53 -08:00
RichieEscarez a114bd663e site: add community and contributing (#836)
* add _index.md files and front matter

* switch to sentance case caps

* fix weights

* Update community/samples/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>
2019-02-20 19:04:52 -08:00
RichieEscarez 4fa93f5029 site: add blog (#837)
* add blog folder

* switch to sentence case
2019-02-20 19:04:52 -08:00
RichieEscarez 8a3b442f51 move resources and readme (#843) 2019-02-20 19:04:52 -08:00
RichieEscarez d512980174 hugo build files for autogen refdocs (#841) 2019-02-20 19:04:52 -08:00
RichieEscarez 70ccae45e0 add Hugo index files and frontmatter (#840) 2019-02-20 19:04:52 -08:00
RichieEscarez 35cff9b583 site index for fluentd folder (#839) 2019-02-20 19:04:51 -08:00
Caroline Lee a37511a87e Adds front matter to Serving (#838)
* Update accessing-logs.md

* Update accessing-metrics.md

* Update accessing-traces.md

* Update cluster-local-route.md

* Update debugging-application-issues.md

* Update debugging-performance-issues.md

* Update gke-assigning-static-ip-address.md

* Update installing-logging-metrics-traces.md

* Update outbound-network-access.md

* Update setting-up-a-logging-plugin.md

* Update using-a-custom-domain.md

* Update using-an-ssl-cert.md

* Update using-cert-manager-on-gcp.md

* Update using-external-dns-on-gcp.md
2019-02-20 19:04:51 -08:00
Sam O'Dell 7c3c578c19 Adding frontmatter to /install/ (#834) 2019-02-20 19:04:51 -08:00
Caroline Lee 6654ecd347 Add front matter to Build files (#833)
* Update README.md

* Adding front matter to builds.md

* Update installing-build-component.md

* Update README.md

Revert changes so Richie can handle this with the index file

* Update builder-contract.md

* Update personas.md

* Update auth.md

* Update creating-builds.md

* Update build-templates.md

* sentence case

* sentence case

* sentence case
2019-02-20 19:04:51 -08:00
moeyui1 f42ff34293 Correct Istio install steps for minikube (#882) (#917) 2019-02-20 18:57:46 -08:00
mattmoor-sockpuppet 1ed88cadd7 Format markdown (#914)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-02-20 09:43:46 -08:00
Scott Weiss 133f43ede9 Add gloo to docs (#886)
* create separate install doc for gloo, link from landing page

Signed-off-by: Scott Weiss <sdw35@cornell.edu>

* add note linking to gloo doc

Signed-off-by: Scott Weiss <sdw35@cornell.edu>

* remove solo line

Co-Authored-By: ilackarms <sdw35@cornell.edu>

* typo

Co-Authored-By: ilackarms <sdw35@cornell.edu>

* fix comments

Signed-off-by: Scott Weiss <sdw35@cornell.edu>

* another comment

Signed-off-by: Scott Weiss <sdw35@cornell.edu>

* landing page restructure

Signed-off-by: Scott Weiss <sdw35@cornell.edu>
2019-02-19 11:11:46 -08:00
Matt Moore 21f8ba899a Fix up the GRPC sample in preparation for 0.4 (#903) 2019-02-19 07:15:48 -08:00
Matt Moore eea4cea138 This adds a simple sample demonstrating Secret Volumes (#852)
This requires this new feature available in 0.4: https://github.com/knative/serving/pull/3061
2019-02-19 07:12:46 -08:00
mattmoor-sockpuppet 5cf66b78e7 Format markdown (#913)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-02-19 06:50:47 -08:00
Dan Gerdesmeier fc28f9071c Update Serving Rest API example (#881)
* Update Serving Rest API example

This change updates the sample to use a Knative Service instead of a
Route and Configuration directly.

It also updates the instructions to:
* Add links to relevant external documentation
* Clarify steps and actions occuring in each step
* Use label selectors for querying child resources
* Require Knative 0.3 to simplify instructions

* Add missing backticks

* Updating numbering to use 1.
2019-02-15 17:10:44 -08:00
Dan Gerdesmeier 8016ad1a48 Address comments from #802 (#901)
The previous PR has already been merged. This one addresses outstanding
comments on pull request #802.
2019-02-15 16:11:44 -08:00
Guang Ya Liu 6ad310055b Correct the file path for iot example. (#898) 2019-02-15 15:37:44 -08:00
Guang Ya Liu 18025f8109 Correct the file path of github source. (#897)
There is no need to use full path as the README and YAML files
are in the same directory.
2019-02-15 15:34:44 -08:00
Guang Ya Liu 9505e1a454 Updated document for gcp pubsub. (#895) 2019-02-15 15:31:44 -08:00
Guang Ya Liu 9b1b6e0c59 Clarify the file name that needs to be updated for k8s event source. (#896)
* Clarify the file name that needs to be updated for k8s event source.

* Updated file path for kubetcl.
2019-02-15 15:25:44 -08:00
Dan Gerdesmeier 53d7f688d4 Update metrics and ingress gateway documentation (#802)
* Update metrics and ingress gateway documentation

This change updates the metrics, logging, and ingress documentation with
information from documents in the Knative Serving repository. This is an
effort to centralize our user documentation in a single place.

This should allow us to remove the following files from Knative Serving
as they now contain either duplicative or out-dated information.

* https://github.com/knative/serving/blob/master/docs/telemetry.md
*
https://github.com/knative/serving/blob/master/docs/setting-up-custom-ingress-gateway.md
*
https://github.com/knative/serving/blob/master/docs/setting-up-ingress-static-ip.md

* Update serving/gke-assigning-static-ip-address.md

Co-Authored-By: dgerd <dangerd@google.com>

* Address comments

* Add TODO
2019-02-15 15:15:45 -08:00
Dougal Matthews 8ebd07438d Correct spelling of privileged (#893) 2019-02-14 09:21:44 -08:00
mattmoor-sockpuppet 0728c5230b Format markdown (#894)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-02-14 06:50:44 -08:00
sullis a71f1b9ab4 sbt 1.2.8 (#871) 2019-02-13 09:47:43 -08:00
zxxa 27b74f6a39 Use kubectl logs verify the message (#887) 2019-02-13 08:41:43 -08:00
Nghia Tran df7afb0856 Update cluster-local-route.md (#889) 2019-02-13 08:34:43 -08:00
mattmoor-sockpuppet a5d6ea8f7e Format markdown (#884)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-02-08 06:53:41 -08:00
Matt Moore 4037374784 Manually run prettier.io (#880)
* Manually run prettier.io

Trying to fix the stuff that hits prettier.io bugs.

* Fix prettier.io issues.
2019-02-07 16:04:41 -08:00
sebgoa 7dde4ff06b removing mention of gitlab source being python (#878)
because it was a temporary prototype and is now currently written in go with kubebuilder.
2019-02-06 10:27:40 -08:00
Himanshu Pandey 3526e296b9 FIxed the dead link (#877) 2019-02-06 09:31:43 -08:00
Matthias Wessendorf 70885e7f15 adding the '.' to the generated doc... (#869) 2019-02-04 09:23:39 -08:00
Viktor Klang (√) e36f0d806f Addressing a kubectl typo in helloworld-scala README (#870) 2019-02-04 08:44:39 -08:00
Viktor Klang (√) 0aba63a9e3 Adding a Serving sample for Scala which uses Akka HTTP (#848) 2019-02-01 20:52:38 -08:00
Matthias Wessendorf ed6b3bc7ab Channel docs (#851)
* Adding generated list of Channels, like Sources

* It is Apache Kafka, not Kafka

* relocating a file and adding '.'
2019-02-01 10:11:37 -08:00
Brian McClain 541dcdc694 Clarify that a --sink flag will be generated only if one is not provided (#601) 2019-01-31 17:36:37 -08:00
Charlie Drage f3a5c119da Add monitoring link to knative with any k8s doc (#810)
Adds the missing monitoring link to the "knative with any k8s" document.

Closes https://github.com/knative/docs/issues/809
2019-01-31 14:32:37 -08:00
Steren 0d0f53a0ab Node.js sample: Use index.js instead of app.js. (#849)
* Use index.js instead of app.js.

index.js is the more idiomatic for Node.js developers.
Indeed, it is the default value that npm start uses if no start script is provided.

* Update package.json

* Update README.md

* Update package.json
2019-01-31 10:35:37 -08:00
Adam Roberts 70ef4e642a Add additional image repositories for ICP install (#732)
* Add additional image repositories for ICP install

May be a couple more so please don't merge yet! Following the process now and noticed this when applying the release-lite yaml.

* Formatting for ICP image policy inclusions
2019-01-30 15:09:37 -08:00
Dan Gerdesmeier 579de42707 Collapse documents from Knative Serving to docs repo (#803)
This collapses changes from application-deubgging-guide and
performance-investigation-guide in the Knative serving repo into the
debugging-application-issuses and debugging-performance-issues documents
in the documents repo.
2019-01-30 10:31:38 -08:00
Ahmet Alp Balkan c7a30ed526 eventing/samples/gcp-pubsub: correct installation (#829)
* eventing/samples/gcp-pubsub: correct installation

My previous PR incorrectly stated users can install eventing sources with
"release-gcppubsub.yaml", but they still need to install "release.yaml" first,
so providing full command here.

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

* Update eventing/samples/gcp-pubsub-source/README.md

Co-Authored-By: ahmetb <ahmetalpbalkan@gmail.com>
2019-01-30 10:28:38 -08:00