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
Mike Helmick
8c2b7f60d8
Add an elixir language sample using the phoenix framework to the knat… ( #298 )
...
* Add an elixir language sample using the phoenix framework to the knative serving samples.
* Add links to Elixir and Phoenix Web sites.
* remove giant package-lock.json
* change -go to -elixir in readme.
2018-08-08 09:53:12 -07:00
Adriano Cunha
cdd8e1a3c1
Remove instructions for checking Prow logs from Google Cloud Console ( #314 )
...
Now that our Prow instance is public, links to test results work out-of-the-box.
2018-08-07 14:33:12 -07:00
jonjohnsonjr
7a6b5aa2e7
Fix broken link ( #317 )
2018-08-06 15:36:11 -07:00
Paul Morie
9f25f31759
Add instructions for OpenShift ( #310 )
2018-08-03 22:55:10 -07:00
Evan Anderson
90b273c7e4
Add knative-users as as access option for Team Drive ( #313 )
...
* Add knative-users as as access option for Team Drive
* Un-prettify to make diff reading easier.
* Even less pretty.
2018-08-03 11:23:31 -07:00
Evan Anderson
5de0c6ad9c
Even less pretty.
2018-08-03 11:17:01 -07:00
Evan Anderson
164942f2b3
Un-prettify to make diff reading easier.
2018-08-03 11:13:42 -07:00
Evan Anderson
264f9b3f47
Add knative-users as as access option for Team Drive
2018-08-03 10:57:27 -07:00
Ryan Gregg
765589015c
Remove space ( #305 )
2018-08-01 16:45:37 -07:00
Brendan Nolan
9a2769acd5
Add PKS to choosing a cluster paragraph ( #266 )
2018-07-31 18:07:37 -07:00
Joseph Burnett
11da02c747
Update Scaling working group Hangout link ( #262 )
2018-07-31 17:51:37 -07:00
Daz Wilkin
1053918b34
Correct Markdown link error ( #289 )
2018-07-30 16:04:37 -07:00
James Bowes
3cc16b0373
Fix broken links in blue/green sample ( #296 )
2018-07-30 15:47:37 -07:00
Eric Bottard
146b7e203b
Update role reference in sample ( #276 )
...
This may require double check / confirmation, but My cluster did not have a `viewer` role. It did have a `view` role though.
2018-07-30 15:30:37 -07:00
Paul Czarkowski
cc19f3970f
fix source-to-url-go sample to use secret ( #253 )
...
* fix source-to-url-go sample to use secret
* fix pluralization for manifests
2018-07-30 13:39:36 -07:00
Chih-Chieh
c43067e9c6
fixed typo in Hello World Spring Boot sample ( #294 )
2018-07-30 11:16:37 -07:00
RichieEscarez
8b86132c85
New task in docs/build based on content moved from knative/build ( #261 )
...
* New task in docs from moved content (knative/build)
* Consistency fix: Use capital B for Knative Build
2018-07-30 10:42:36 -07:00
Thomas Risberg
bf0b1725e9
Update install instructions to use release 0.1.0 files ( #287 )
2018-07-27 15:08:35 -07:00
Tyler Britten
cac78d0494
Fix Typo in link ( #284 )
...
Link 404ed, fixed the typo
2018-07-27 14:12:35 -07:00
Paul Czarkowski
633e68912e
Update getting started doc to use env vars ( #247 )
...
Simplify the getting started example by setting environment
variables rather than asking the user to remember IP addresses
and host urls.
2018-07-27 07:19:35 -07:00
Khotyn Huang
09dfac7cd5
Fix syntax error in builds.md ( #282 )
...
There are two "of the" in the sentence, should be only one.
2018-07-26 20:49:35 -07:00
Jason Hall
f4642e3147
Use stringData for build secrets ( #280 )
2018-07-26 13:59:35 -07:00
Marek Bartík
a8a3ac176e
fix typo in filename ( #277 )
...
sample.yaml -> service.yaml
2018-07-26 10:49:35 -07:00
Jonas Fonseca
d1599ef57a
Fix 'using gcs' title ( #260 )
2018-07-26 10:27:35 -07:00