Commit Graph

1380 Commits

Author SHA1 Message Date
Lionel Villard 40adb9bf22
move flows under Flow section. Fix some typos (#2188)
* move flows under Flow section. Fix some typos

* fix link

* fix link

* add alias to old page
2020-02-14 13:43:41 -08:00
Ignacio (Nacho) Cano e80b27afdb
Adding PubSub Channel (#2214)
* pubsub channel

* update
2020-02-14 13:31:41 -08:00
Sam O'Dell 10c823ffd7
Add upgrading your install file (#2087)
* Add upgrading your install file

* Update Eventing link to point to Eventing page

* responding to feedback

* further updates based on feedback

* fix whitespace

* one more whitespace tweak
2020-02-14 11:49:41 -08:00
Sam O'Dell aeebd0ab1f
Update template to avoid branch confusion (#2217) 2020-02-14 11:46:41 -08:00
Mike Petersen a235f9a0da
Fixed webhook sample path (#2218) 2020-02-14 11:44:41 -08:00
Lionel Villard 7c7b06b504
improving eventing doc (?) (#2189)
* improving eventing doc (?)

* fix in-mem nesting
2020-02-14 11:42:41 -08:00
josiemundi f2a3126e6e
Update Knative Eventing sample link (#2207) 2020-02-13 09:42:36 -08:00
josiemundi 122b61f63a
Updated serving code examples link (#2206) 2020-02-13 09:36:36 -08:00
Scott Nichols 8dfb1f6883
Update docs to talk about CloudEvents Overrides (#2158) 2020-02-12 20:55:35 -08:00
Matthias Wessendorf a8c220b781
Updating to CloudEvent 1.0 compliant events (#2196)
* Updating to CloudEvent 1.0 compliant events

* implementing suggestions from Nacho

* implementing suggestions from Nacho
2020-02-12 20:47:36 -08:00
Matt Moore d3501745cc
Use the feature-state shortcode in install docs. (#2191)
Needs: https://github.com/knative/website/pull/136
2020-02-12 14:38:36 -08:00
Matt Moore 64718349d0
A couple little cleanups. (#2210)
I should have caught these in code review, but I'll blame github for showing such tight code blocks ;-)
1. Couple missed artifact shortcodes,
2. Alphabetize Channels,
3. Fix some wording around Broker installation that is inaccurate.
2020-02-12 13:24:18 -08:00
capri-xiyue ebc1833355
updated deadlinks of knative-gcp sources (#2118)
* updated deadlinks of knative-gcp sources

* updated sources.yaml and generated README.md
2020-02-12 12:55:18 -08:00
Doug Davis 4a6ba767bd
Add pointer to monitoring-core.yaml (#2197)
* Add pointer to monitoring-core.yaml

DO NOT merge this until https://github.com/knative/serving/pull/6663
is merged

Signed-off-by: Doug Davis <dug@us.ibm.com>

* use template

Signed-off-by: Doug Davis <dug@us.ibm.com>
2020-02-12 09:42:22 -08:00
Matt Moore 1f8922d7e0
Drop the custom install guide. (#2212)
With the addition of sources and channels to the "any" install guide, this should now be fully redundant.

The only places of which I'm aware that are NOT covered are being intentionally dropped due to missing samples (e.g. AWS SQS source), and have been handed off to their respective working group leads.
2020-02-12 08:19:22 -08:00
Matthias Wessendorf 7e4232a415
Adding NATSS channel (#2200) 2020-02-12 07:48:22 -08:00
Matthias Wessendorf ebcd041173
Apache Kafka channel install (#2194)
* Adding a section for the Apache Kafka Channel install

* Update docs/install/knative-with-any-k8s.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/install/knative-with-any-k8s.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

Co-authored-by: Sam O'Dell <31352624+samodell@users.noreply.github.com>
2020-02-11 14:18:22 -08:00
Matt Moore 5d2a9445eb
This adops the "artifact" shortcode. (#2183)
I'm introducing this here: knative/website#129 with the intention of enabling us to make the Pre-release pages show nightly builds, which are hosted completely differently.
2020-02-11 14:15:22 -08:00
Matt Moore 842a18d9bb
Revert "Revert "Reflect the separation of the Channel-based Broker. (#2182)" (#2184)" (#2205)
This reverts commit 649f472219.
2020-02-11 13:04:22 -08:00
Averi Kitsch 30280191ef
Update Java Spring boot sample to programmatically get PORT (#2173)
* Update Java Springboot sample to programmatically get PORT

* update readme

* Clean up
2020-02-11 12:10:22 -08:00
Roland Huß 7987f30e82
chore(resources): Remove link to knctl (#2203)
knctl doesn't seem to be developed anymore (latest serving dependency: 0.2.1, latest commit: May 2019).
I think its fair to remove it from this page to not mislead potential users
(or at least don't call it 'under active development')

In general I question the value of the overall page is can be removed completely IMO.
2020-02-11 08:52:21 -08:00
Matthias Wessendorf 3061eacada
Godoc seem dead 🙀 (#2201) 2020-02-11 07:22:09 -08:00
Sam O'Dell 3ca11a2e6f
Add tabs to smoketest page (#2151)
* Add tabs to smoketest page

* Add include example too

* indentation

* updating tabs

* updating tabs

* updating tabs using code block

* updating tabs using code block

* updating tabs

* updating tabs

* updating tabs

* updating tabs
2020-02-10 13:56:07 -08:00
Matthias Wessendorf 26c5d412f3
Apache Camel-K/Kafka usage, instead of just Camel/Kafka (#2193) 2020-02-10 09:09:07 -08:00
Matthias Wessendorf 51a2096a4b
The github source was moved to sources.knative.dev APIgroup (#2178) 2020-02-07 09:47:14 -08:00
Matt Moore 649f472219
Revert "Reflect the separation of the Channel-based Broker. (#2182)" (#2184)
This reverts commit b59a3d97f0.
2020-02-07 08:07:14 -08:00
Matt Moore b59a3d97f0
Reflect the separation of the Channel-based Broker. (#2182)
See also: https://github.com/knative/eventing/pull/2519
2020-02-06 17:56:32 -08:00
Matt Moore ce08557c84
Separate the Contour and KIngress installs. (#2181)
... now that we have nightly releases that do this!
2020-02-06 16:16:32 -08:00
Matt Moore dcaf0b801c
Consolidate the install guides. (#2170)
* Drop most other install guides, simplify the landing page.

Fixes: https://github.com/knative/docs/issues/2137

* Drop SQS, add GCP Pub/Sub Source

* Add back aliases, change weight
2020-02-06 09:32:32 -08:00
Matt Moore caa03317bb
Make the main docs page a bit more vendor / networking neutral (#2172) 2020-02-06 09:29:32 -08:00
Matthias Wessendorf d886333606
Adding better Kafka install doc (#2156)
* 💄 Adding better Kafka install hints, including a script, that installs _latest_ of Strimzi, as very small cluster

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Adding some steps for pure/plain yaml, but still giving folks the script, if they just one step, instead of some yaml steps ...

Co-Authored-By: Ali Ok <aliok@redhat.com>

* go with ephemeral instead of PVC

Co-authored-by: Ali Ok <aliok@redhat.com>
2020-02-06 08:02:31 -08:00
Matthias Wessendorf 048936968e
Using Destination API on source examples (#2176) 2020-02-05 12:54:31 -08:00
Matthias Wessendorf 9837cb0362
The yaml was not matching the text in the README (#2177) 2020-02-05 12:42:31 -08:00
Matt Moore 7a509d5a19
Fix the CLI installation headings (#2175)
* Fix the CLI installation headings

* Fix links, add bash to code block
2020-02-04 15:55:30 -08:00
Zhimin Xiang 4db92cd137
fix auto tls typo (#2174) 2020-02-04 15:35:30 -08:00
Matt Moore 70187a046c
An update to the install instructions that make use of tabbing. (#2155)
* An update to the install instructions that make use of tabbing.

This attempts to consolidate our install instructions into a single source of truth.

* Fix the eventing link

* Incorporate feedback from dangerd

* Link to the new knative offerings page.

* Incorporate various comments from Sam

* Add some tweaks from Scott

* Add spacing before stability indicators
2020-02-04 14:37:30 -08:00
Victor Agababov dda5f40953
Remove the reference to VPA (#2171)
* Remove the reference to VPA

We're not really using VPA, so fix the docs

* more settings
2020-02-04 14:34:31 -08:00
Matt Moore 19518d7978
Add a docs page that links to commercial offerings (#2150)
* Add a docs page that links to commercial offerings

* Add a PFS placeholder

* Add wording on PFS from Jurgen

* Fix bot comments, add link for Jurgen.

* Add Doug's IBM bit

* Add Google and Openshift

* Drop empty section

* Move the vendor options up a level

* Stick with knative offerings everywhere
2020-02-04 09:07:30 -08:00
Johan Brandhorst 822fadbc6e
Remove mention of Knative Build in Gloo docs (#2169)
This has been deprecated in favor of tekton pipelines, and is no longer installed with gloo.
2020-02-04 08:38:31 -08:00
Brenda Chan 2fabd95b21
Adds alias for 2019 link (#2164) 2020-02-03 14:52:30 -08:00
Brenda Chan 7f79ce1903
Fixes year for blog post date (#2163) 2020-02-03 14:35:35 -08:00
Brenda Chan 6c86da5456
Adds doc and blog post for 2019 report (#2162) 2020-02-03 14:01:30 -08:00
ellenevans 4ace487d9f
Create overview.md (#2160)
* Create overview.md

A document for the Concepts section that is purely a high level description of what the project is.  The main landing page for the site includes lots of market-y stuff and process stuff, and is likely to be confusing to someone who is really new to all this. Most of this is stolen, shamelessly, from knative.tips. It also points out that Build has been moved to its own project.  Since much of the documentation available on the wider web still indicates Build is part of Knative, it is valuable to explain where it went.

* Update docs/concepts/overview.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/concepts/overview.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/concepts/overview.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/concepts/overview.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/concepts/overview.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/concepts/overview.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

Co-authored-by: Sam O'Dell <31352624+samodell@users.noreply.github.com>
2020-01-31 14:22:28 -08:00
Adriano Cunha d55d6db9a9
Update OWNERS_ALIASES for Productivity WG (#2143) 2020-01-31 11:04:28 -08:00
Russ Ferriday 41e407989e
fix english (#2157) 2020-01-31 10:10:29 -08:00
RichieEscarez 7f3b455ae4
Move Contributing to sub-dir of knative.dev/community (#2086)
* move contrib to community

* use fully qualified knative/community repo urls
2020-01-30 10:36:28 -08:00
Sam O'Dell f2d7647311
Adding new reviewers (#2142)
* adding new reviewers

* trying to fix owners error

* moving ALIASES to top level

* removing alises pointing to aliases

* adding operator leads

* fix typo
2020-01-30 09:36:27 -08:00
Ville Aikas cf10c25e3b
fix the service yaml, update image (#2148) 2020-01-30 09:24:28 -08:00
Andrew Su 91202e7688
Fix missing type in edit command (#2146) 2020-01-30 08:26:27 -08:00
Eldon 5b6aadb4e3
Remove superfluous conjunction (#2130) 2020-01-29 08:44:27 -08:00