Commit Graph

167 Commits

Author SHA1 Message Date
Andrew Chen 031f0947f1 send PR -> submit PR (#163) 2018-07-17 18:51:31 -07:00
Nghia Tran 829017db41 Update docs to require `kubectl` version later than v1.10. (#118)
* Update docs to require `kubectl` version later than v1.10.

See https://github.com/knative/serving/issues/1500 for cases where
older `kubectl` fails to install Knative.

* Update based on PR feedbacks.
2018-07-17 18:25:31 -07:00
Sam O'Dell 3b6b255e4d First pass of community guideline updates (#168)
* First pass of community guideline updates

* Update CONTRIBUTING.md
2018-07-17 18:01:47 -07:00
Peter Delaney 039a436722 Copy edits to serving/README (#165)
File contains a link to DNS.md, which currently doesn't exist.
2018-07-17 18:01:42 -07:00
Peter Delaney 96e24e3585 Update ROLES.md (#153)
Copy edits
2018-07-17 18:01:37 -07:00
Peter Delaney 3ce38ac578 Update REVIEWING.md (#152)
* Update REVIEWING.md

Tightened up wording

* Update REVIEWING.md

* Update REVIEWING.md
2018-07-17 18:01:31 -07:00
Peter Delaney 2c062ebd5d Change lc knative to uc Knative in headings (#151) 2018-07-17 17:38:52 -07:00
Peter Delaney bfcd73d0c3 Update personas.md (#150)
Edits for sense and grammar
2018-07-17 17:38:47 -07:00
Peter Delaney f774ffc61b Update builder-contract.md (#139)
Copy edits
2018-07-17 17:38:42 -07:00
Peter Delaney 1d9fb5e5bb Update build-templates.md (#138)
Copy edits
2018-07-17 17:38:37 -07:00
Peter Delaney 168b37d087 Update auth.md (#137)
Copy edits, and shift to procedural steps for setting up authentication.
2018-07-17 17:38:31 -07:00
Ivan Nikittin f68f841dcf
Edits for serving readme (#143) 2018-07-17 17:14:34 -07:00
Sam O'Dell 2c623deec2 Deleting updating-existing-app.md; merging with (#166)
* Deleting blue-green-deployment.md; moving content into Updating an Existing App

* Restoring blue-green-deployment.md

* Deleting updating-existing-app.md; merging with blue/green sample

* Updating link in README to new location
2018-07-17 16:25:31 -07:00
Sam O'Dell 3d4ac54a57 Updates to static IP guide; adds gcloud (#141) 2018-07-17 15:44:31 -07:00
Thomas Risberg 6dd232971d Update Minikube intructions (#161)
* Update Minikube intructions

- remove `DenyEscalatingExec`, it's not included in the Istio installation docs - https://istio.io/docs/setup/kubernetes/quick-start/#minikube and it prevents us from execing into running containers when sidecar injection is enabled

- add command for changing `LoadBalancer` to `NodePort` for the `knative-ingress` service

- update Kubernetes version to 1.10.5

- add note about looking up the IP address to use for accessing sample apps

* Update wording
2018-07-17 14:23:31 -07:00
Jeffrey Rennie 929a5b6e2c s/python/csharp/ (#158) 2018-07-17 14:20:31 -07:00
Andrew Chen d5533e91b8 add link to new knative/docs issue (#160)
Link `create a GitHub issue` to `https://github.com/knative/docs/issues/new`.
2018-07-17 14:15:31 -07:00
Peter Delaney 57d7449c5a Update Knative-with-IKS.md (#157) 2018-07-17 13:11:31 -07:00
Peter Delaney df18841da1 Update README.md (#156)
Copy edits
2018-07-17 13:04:31 -07:00
Ivan Nikittin 19340396d5
Fixing links 2018-07-17 11:53:28 -07:00
Ivan Nikittin 2566219491
Rename auto-scaling-with-knative to auto-scaling-with-knative.md 2018-07-17 11:52:35 -07:00
Ivan Nikittin 856b57034e
Rename auto-scaling-demo to auto-scaling-with-knative 2018-07-17 11:51:10 -07:00
Ivan Nikittin dc6a5929a2
Initial commit. WIP 2018-07-17 11:50:21 -07:00
Ivan Nikittin 9f8f110264
Style, grammar and minor edits 2018-07-17 11:39:53 -07:00
Ivan Nikittin 091d09092b
Update README.md 2018-07-17 11:34:44 -07:00
Ivan Nikittin 06da01efc6
Fixing links on the page 2018-07-17 11:34:24 -07:00
Markus Thömmes f48344eb90 Add instructions to install knative on IBM Cloud. (#145)
* Add instructions to install knative on IBM Cloud.

* Fix commands from bx to ibmcloud.

* Fix cluster-create zone variable.

* Fix CLUSTER_LOCATION reference.

* Make variable description a list.

* Fix CLUSTER_LOCATION reference.

* Prettify markdown.
2018-07-17 10:59:31 -07:00
Mark Chmarny 1acad478d0 Knative logs in CMYK and RGB, logo style guides 2018-07-16 16:02:48 -07:00
Peter Delaney c7781abe2c Update builds.md (#140)
* Update builds.md

Copy edits

* adding period
2018-07-16 15:50:31 -07:00
Peter Delaney f4f2c73ef7 Update README.md (#136)
Couple of minor copy edits
2018-07-16 15:17:34 -07:00
Zhimin Xiang b4be0e3f51 Fix incorrect link in the telemetry sample (#113)
* fix the incorrect link in telemetry sample

* fix wrong link

* use relative URL

* update relative URL

* update relative URL

* use absolute path
2018-07-16 11:52:36 -07:00
Sam O'Dell 8c852c9799
Removing period 2018-07-16 11:26:00 -07:00
Mark Chmarny 34ba7154db
Markdown for proper view 2018-07-16 09:15:00 -07:00
Mark Chmarny 73c32245cf
WIP: Draft version of the advanced routing demo
Just getting all the content in one place. Need some refactoring to a sample vs a demo script.
2018-07-16 09:14:03 -07:00
Matt Moore 9c53576183 Fix numerous sample READMEs (#127)
* Fix grpc-ping-go

Still doesn't work, but at least it builds again.

* Fix autoscale-go

* Fix buildpack-app-dotnet

* Fix buildpack-function-nodejs

* Fix rest-api-go

* Fix telemetry-go sample

* Fix gitwebhook-go

* Fix knative-routing-go

* Address feedback from Ville.

Prune boilerplate dep comment, fix cleanup command.
2018-07-14 11:01:35 -07:00
Dave Protasowski e5ad7c6cb8 Update Knative-with-Minikube.md (#112)
OS X doesn't include wget
2018-07-14 09:31:35 -07:00
sebgoa e6a9908976 Fix wrong link to build test directory (#128)
_test_ not _tests_
2018-07-14 09:09:35 -07:00
Matt Moore 9b4b73936c Fix all of the `knative/install` links to point to `knative/docs/install`. (#126) 2018-07-13 17:21:35 -07:00
Sam O'Dell 4500fb83f9
removing comma 2018-07-13 16:48:13 -07:00
Matt Moore 5ccacbf6d5 Fix the import paths for samples still ko-enabled. (#124) 2018-07-13 16:34:35 -07:00
Sam O'Dell 3c6b61e59e
"Easy" Install->"Knative" Install 2018-07-13 16:05:21 -07:00
Sam O'Dell 72fac77ac6
Making Minikube language parallel with GKE install 2018-07-13 16:01:20 -07:00
Sam O'Dell 88a8a19f47
Update updating-existing-app.md 2018-07-13 15:48:07 -07:00
Sam O'Dell 6ac7e16b38
Wording fix 2018-07-13 15:47:23 -07:00
Sam O'Dell 1bc392c8d9
Adding more detail for using cURL to interact with the app instead 2018-07-13 15:39:26 -07:00
Ivan Nikittin e441a75e29
Update outbound-network-access.md 2018-07-13 15:18:21 -07:00
Sam O'Dell eb81c59769
Moving links into one list
Updating # Configuring Knative Serving section to condense explanation and move all the links into one list based on Ivan's suggestion
2018-07-13 15:16:49 -07:00
Sam O'Dell 2f91c9ddf3 Updates based on feedback in Jeffrey's friction log (#123)
* Updates to install guide and docs README

* Changing order of sections
2018-07-13 15:13:35 -07:00
Ivan Nikittin f2fcf22c24
Update README.md 2018-07-13 14:58:04 -07:00
Ivan Nikittin ddb39caf31 Re-written the topic (#121) 2018-07-13 14:52:33 -07:00