Eric Allred
652c3d546c
Fixing links ( #1936 )
...
* test commit
* Fixed two broken links in install area
2019-10-28 10:34:42 -07:00
Ahmet Alp Balkan
3f485a0a15
Use cpu metric for CPU-based autoscaling sample ( #1918 )
...
Using `autoscaling.knative.dev/metric: concurrency`
made no sense to me so I'm doing a quick PR.
An example of this can be found at https://medium.com/@mchmarny_google/https-medium-com-p-knative-autoscaling-love-story-e32a27b7855
but let's not try to send people to external links to
find how to do this.
2019-10-24 06:44:42 -07:00
Akash Verenkar
7ed19736c2
Hello world - Go for Knative Eventing. ( #1862 )
...
* App + readme
* vendored packages - cloudevents/sdk-go and its dependencies
* Mark-ups updated. Final testing on a new cluster pending.
* final changes
2019-10-23 11:01:28 -07:00
Adam Ross
81bc837df5
helloworld: go clarity tweaks and go modules for shell ( #1908 )
...
* helloworld: go clarity tweaks and go modules for shell
* helloworld: go and shell README and comment alignment
2019-10-21 15:15:25 -07:00
Qiu Jian
e2ee73d197
Add annotatios in autoscale example ( #1901 )
...
The original autoscale example misses annotations
2019-10-21 15:02:25 -07:00
Matthias Wessendorf
dbae4d819c
Version updates and CE update ( #1915 )
2019-10-21 14:56:25 -07:00
Eric Allred
093675762a
Eallred google patch 1 ( #1909 )
...
* Update README.md
fixed broken link to K8 / Knative installation instructions
* Update README.md
Arun Gupta blog is not responding with content - added Arun Gupta github link for this instead.
2019-10-16 12:35:16 -07:00
R4hul
a181c0d358
Update README.md ( #1899 )
2019-10-14 12:19:32 -07:00
Mete Atamel
187ed5ae23
Changed C# sample to use .NET Core 3.0 and more lean and secure alpine as base image ( #1816 )
...
* Changed C# sample to use more lean and secure alpine as base image
* Updated sample to use .NET Core 3.0
* Fixed typos in README.md
* Fixed indentation
2019-10-11 13:38:31 -07:00
Ville Aikas
1acf133068
remove references to in-memory-channel-* ( #1888 )
...
* remove references to in-memory-channel-*
* missed one provisioner reference
2019-10-11 12:17:31 -07:00
Quinn Slack
44bb37f109
fix typo (offical -> official) ( #1836 )
...
* fix typo (offical -> official)
* fix typo
2019-10-11 11:50:30 -07:00
Ignacio (Nacho) Cano
11e51f0771
Fixing specversions, using url ( #1890 )
...
* Adding bitbucket source documentation.
* Adding README example for bitbucket source.
* Updating example.
* Missed to generate the README
* removing stuff, and updating link to bitbucket source in sources.yaml
* autogenerating README
* removing bitbucket one here.
* update
* updates
2019-10-11 10:01:31 -07:00
Ville Aikas
e9cc9c52aa
fix incorrect link ( #1889 )
2019-10-10 13:22:06 -07:00
Aleksander Slominski
b65ef09cdd
Capitalize Channel for consistency ( #1879 )
...
* Capitalize Channel for consistency
* consistent capitalizing
2019-10-09 16:57:04 -07:00
Aleksander Slominski
a03d889c60
Add docs title for Kafka subsections ( #1878 )
2019-10-09 16:43:05 -07:00
cshou
375c10308c
Update a few invalid links and a couple tips for prerequisite ( #1873 )
...
* Update a few invalid links and a couple tips for prerequisite
* add more context for installing Istio knative extra
2019-10-08 14:37:37 -07:00
Kenjiro Nakayama
a0db71db20
Fix format ( #1863 )
...
This patch fixes the format of code block.
2019-10-08 10:42:37 -07:00
Jean-Rémy Bancel
d4504f1e3e
Remove comment about limitation that doesn't exist anymore ( #1871 )
...
We used to recommend deploying only a single instance of Envoy per ingress Gateway because we had no visibility on when they would be ready. This is not true anymore since we probe them now.
2019-10-08 10:37:38 -07:00
Aleksander Slominski
b401213e83
Correct indent formatting and use demo correct strimzi topic to send test event ( #1869 )
2019-10-08 09:17:39 -07:00
Aleksander Slominski
8cb957eada
Fix KafkaSource URL ( #1868 )
2019-10-07 14:44:10 -07:00
Matthias Wessendorf
69b071c47d
Apache kafka ( #1712 )
...
* Adding Kafka samples for channel and source
Co-Authored-By: RichieEscarez <rescarez@google.com>
* fixing selector bug ... 🔥
2019-10-04 13:17:07 -07:00
Matt Moore
1359104439
Drop the manual gateway resolution from samples. ( #1846 )
...
This builds on these changes to allow us to drop the manual gateway resolution from our samples:
https://github.com/knative/docs/pull/1839
https://github.com/knative/docs/pull/1840
https://github.com/knative/docs/pull/1841
The expectation is that samples are run in an environment with DNS suitably configured, even if
that is simply `xip.io` for development.
2019-10-02 11:44:07 -07:00
Matt Moore
026acebf9f
Document xip.io with ambassador. ( #1839 )
...
Note that I haven't been able to verify this due to: https://github.com/datawire/ambassador/issues/1871
2019-10-02 09:19:05 -07:00
Matt Moore
aad87199b3
Document xip.io with Gloo. ( #1840 )
2019-10-01 16:09:05 -07:00
Walter Poupore
ec69cedbe1
Fixed minor typos. ( #1849 )
...
Removed extraneous period and double quotes.
2019-10-01 09:33:12 -07:00
Matt Moore
504f4a8737
Drop the vestigial knative.dev/type annotations ( #1848 )
2019-10-01 09:33:04 -07:00
Matt Moore
e614801341
Document xip.io with Istio. ( #1841 )
2019-10-01 09:21:05 -07:00
Matt Moore
bf0eefc64d
Fix a minor typo ( #1847 )
2019-10-01 09:18:04 -07:00
Kenjiro Nakayama
4eca0eba7d
Fix invalid format in Getting Started with App Deployment ( #1837 )
2019-09-30 13:18:45 -07:00
Matt Moore
01cdc708a1
Update the Kubernetes version requirements. ( #1832 )
...
* Update the Kubernetes version requirements.
* Change kubectl version requirements wording, other review feedback.
2019-09-30 10:02:45 -07:00
Kenjiro Nakayama
55070f3d7b
Move scale bounds settings to annotation field ( #1813 )
2019-09-29 08:57:44 -07:00
Adriano Cunha
2ae04764eb
Update OWNERS_ALIASES for Productivity WG ( #1831 )
2019-09-27 15:05:42 -07:00
Peng Li
0752307878
Correct path and attributes ( #1819 )
...
* Correct path and attributes
* typo
2019-09-26 14:56:42 -07:00
Dan Gerdesmeier
4a3e811d15
Update install link ( #1825 )
2019-09-26 14:49:41 -07:00
Ramon Pires da Silva
27f40573ad
fix wrong identation ( #1820 )
2019-09-25 11:26:40 -07:00
chaodaiG
497c78d760
Update Helloworld unit test error message to make it actionable ( #1812 )
...
* Update Helloworld unit test error message to make it actionable
Update error message with detailed explanation so that developers know how to debug if unit test ever failed.
Fix a bug in unit test.
Update all READMEs so that they are valid
* Feedback updates
2019-09-24 14:28:42 -07:00
Nils Schmidt
49ebc27142
Improve gke static ip assign doc ( #1821 )
...
* Remove error-prone if branch for ingress gateway name detection<
* Add gke example image of desired external IP address state
* Remove knative-ingressgateway due to versioned docs
* Remove knative-ingressgateway due to versioned docs in whole repo
* Fix indention
2019-09-24 09:57:44 -07:00
Matt Moore
8adb5cbe47
Use v1 everywhere for 0.10 ( #1802 )
...
/hold
Need to wait for the docs 0.9 release cut.
2019-09-23 16:02:16 -07:00
Ashleigh Brennan
04e934a841
Removed outdated OpenShift installation docs, new link added for actual product docs ( #1815 )
2019-09-23 15:44:24 -07:00
RichieEscarez
db58bb086e
no markdown in the HTML ( #1808 )
2019-09-23 15:44:17 -07:00
Adriano Cunha
20fddfeaa2
Update OWNERS_ALIASES for Productivity WG ( #1818 )
2019-09-23 11:34:15 -07:00
Nils Schmidt
6df49ad80c
Make updating custom-domain configmap clearer ( #1811 )
...
The current documentation is confusing because it does not show the contents of the default configmap : https://github.com/knative/serving/blob/master/config/config-domain.yaml
The default configmap has an additional `_example` key in front of the domain.
2019-09-23 08:24:14 -07:00
Dan Gerdesmeier
65f7b402fe
Fix broken links in API Spec ( #1800 )
...
RevisionSpec and RevisionMetadata links were broken.
2019-09-19 13:08:00 -07:00
RichieEscarez
1397e226d3
eventing-contrib API and consistent file names ( #1805 )
2019-09-19 13:05:01 -07:00
Matt Moore
ecade3b21e
Use the new Serving API shape in eventing samples ( #1801 )
2019-09-18 21:06:58 -07:00
ammarn911
4270b1766f
Create Knative-with-MicroK8s.md ( #1747 )
...
* Create Knative-with-MicroK8s.md
* Knative-with-MicroK8s.md Doc edits
Addressing suggestions.
* Updating Knative-with-MicroK8s.md
Addressing suggestions.
* Updating Knative-with-MicroK8s.md
Better version info and delete command
* Updating Knative-with-MicroK8s.md
Adding lines of communication for support/contributing.
* Update Knative-with-MicroK8s.md
Addressing suggestions.
2019-09-17 14:46:58 -07:00
Adam Ross
61d24a1196
serving/samples: update helloworld-go to go:1.13 and go modules ( #1774 )
...
* serving/samples: update helloworld-go to go:1.13 and go modules
* seving/samples: sync helloworld-go Dockerfile to README
* alpine:3.10 => alpine:3
* serving/samples: helloworld-go name binary helloworld-server
* serving/samples: simpler comment for go build in helloworld-go
* serving/samples: helloworld-go README sync
* serving/samples: fix up README
* serving/samples: add go.mod to test config
* serving/samples: Add instruction to create a go.mod
2019-09-17 11:32:46 -07:00
Scott Nichols
3a2dde05fc
use the new kafka file. ( #1790 )
2019-09-17 11:02:59 -07:00
Belinda Vennam
6ee794cfba
update with config instructions ( #1768 )
...
* update with config instructions
* update with url
* update with url
2019-09-17 11:02:53 -07:00
Ashleigh Brennan
54fc95d129
Added new section for custom-metrics API details ( #1566 )
...
* Added new section for custom-metrics API details
* Minor update
* Updated based on Sam's comments
2019-09-17 11:02:45 -07:00