This commit updates the helloworld-go README.md, step 4
("Recreating the sample code" section), and adds {username}
to the example yaml which is mentioned in the description.
This patch adds note for 0% of traffic for old revision.
Current non-routeable makes a few confusion like:
* Until when users should keep setting 0% traffic.
* With 0% traffic setting, the revision is not garbage collected.
Hence, this patch adds the note.
* 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
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.
* 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>
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.
* 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>
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.
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.
* 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
* 💄 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>