Commit Graph

1415 Commits

Author SHA1 Message Date
Peter Delaney 41e2222b63 Update VALUES.md (#155)
Copy edits
2018-07-18 09:42:31 -07:00
Peter Delaney b3fa6eb474 Copy edits to accessing-metrics.md (#173)
* Copy edits to accessing-metrics.md

* Wording tweak
2018-07-18 09:39:47 -07:00
Peter Delaney ce03940f2b Copy edits (#172)
If I have time, I might consider a separate pass to make more of these instructions into procedures. Having the steps in narrative text makes them feel optional or just mildly disjoint. Let's be more imperative, as in "Do this, and this, and then this, in this order."
2018-07-18 09:28:31 -07:00
DeWitt Clinton 3efee58711 Updated the recommended pronouciation (#154) 2018-07-17 22:34:31 -07:00
Ivan Nikittin 9bfa58a9d3
Copied contents from the eventing repo 2018-07-17 20:18:02 -07:00
Adriano Cunha ce88b28a12 Fix bucket name (#162) 2018-07-17 19:50:31 -07:00
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
Scott Andrews 7c9b9aca5c Add DomainInternal to status for Route and Service (#1586)
* Add ServiceName to status for resources that create services

For resoruces that own a core Kubernetes Services, the name of the
service should be exposed on the resoruce's status. The Revision
resources already exposes `.status.serviceName`, this PR adds the same
property for the Route and Knative Service resources.

Yes, it's a bit strange to have a Serivce include the Service name in
it's status, ¯\_(ツ)_/¯

Fixes: #1584

* Review feedback

- typos
- added status property to spec.md

* Add conformance tests

* Add DomainInternal to status for Service, Route and Revision

* Drop ServiceName from Service and Route

* Update resource spec

* Remove DomainInternal from Revision

* dead code

* Update conformance test with TODOs
2018-07-16 18:14:30 -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