Commit Graph

81 Commits

Author SHA1 Message Date
Sam O'Dell fb82eebfb4 Sync install instructions with GKE version (#326) 2018-08-10 15:53:25 -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
Paul Morie 9f25f31759 Add instructions for OpenShift (#310) 2018-08-03 22:55:10 -07:00
Brendan Nolan 9a2769acd5 Add PKS to choosing a cluster paragraph (#266) 2018-07-31 18:07:37 -07:00
Daz Wilkin 1053918b34 Correct Markdown link error (#289) 2018-07-30 16:04:37 -07:00
Thomas Risberg bf0b1725e9 Update install instructions to use release 0.1.0 files (#287) 2018-07-27 15:08: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
RichieEscarez 2a8989f979 Add build component instructions throughout (#265)
* Adding build component options

* Adding build component option and link to build GS

* edit

* Standalone build component install instructions

* typo

* add more clarity

* add kubectl links

* Rewording build install section

* Replace Knative build with capital B: Knative Build

* 80 char lines
2018-07-25 12:54:35 -07:00
Jason Hall 4f8dee17bb Fix formatting for kubectl commands (#255) 2018-07-24 12:32:35 -07:00
Sam O'Dell 2f108ce9cd k8s -> Kubernetes in title (#254) 2018-07-24 12:28:35 -07:00
Evan Anderson cd52ec69ff Add any-k8s instructions, thanks to jbeda for the suggestion. (#251)
* Add any-k8s instructions, thanks to jbeda for the suggestion.

* Link in generic instructions
2018-07-24 10:32:34 -07:00
Adriano Cunha fed93e3048 Update Knative Serving GCS bucket (#234)
* Update Knative Serving GCS bucket

Knative Serving release was moved to its own directory in knative/serving#1654.

* Address feedback

* Remove spurious `

* Remove extra line
2018-07-23 17:35:34 -07:00
Doug Davis 4e9fb40c9d minor fixes for console stuff (#235)
Signed-off-by: Doug Davis <dug@us.ibm.com>
2018-07-23 11:36:35 -07:00
Ivan Nikittin 6ea6b9a72a
Reorder links 2018-07-20 15:55:37 -07:00
Mark Chmarny 5f6ba9a796
Add SSL 2018-07-20 11:27:37 -07:00
Sam O'Dell d38be9d4de
Removing $PROJECT_ID variable entirely 2018-07-20 11:20:42 -07:00
Ryan Gregg 2c12b88124
Fix circular dependency 2018-07-20 10:50:28 -07:00
Brendan Nolan b8ae42da24 Document Knative installation instructions for PKS (#216)
* Reference existing documentation for PKS installation

[#159168349]
2018-07-20 10:44:38 -07:00
Jeremy Rickard bfc05e671f Add AKS installation walkthrough (#210)
* Add install on AKS doc

This PR adds a walkthrough providing instructions on how to install knative
on Azure Kubernetes Service. It also adds a little more wording to the opening
of README.md.

Closes: #208

* Formatting cleanup

* Small cleanup

* Added missed CLI docs

* Cleanup aks get credentials text

* Wrap az aks line
2018-07-20 09:12:33 -07:00
Ryan Gregg c81e11176e Add license footer and text (#204) 2018-07-19 12:05:32 -07:00
vasu1124 d1a8f2937c Add instructions to install Knative with Gardener (#179)
* Install Knative on Gardener

* Formatted with Prettier & proseWrapalways
2018-07-19 11:11:33 -07:00
Brendan Nolan a04f988846 Fix reference to environment variable IP_ADDRESS (#200) 2018-07-19 10:23:33 -07:00
Peter Delaney b0740b2922 Update Knative-with-Minikube.md (#159)
Copy edits
2018-07-18 09:45: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
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
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 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
Sam O'Dell 8c852c9799
Removing period 2018-07-16 11:26:00 -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
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 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 8429e15b15
Configuring section sync 2018-07-13 12:43:08 -07:00
Ivan Nikittin d50930211c
Wording edits to new config section 2018-07-13 11:49:09 -07:00
Steren 6eb2e194eb Clarify that guide will help create a cluster (#117)
* Clarify that guide will help create a cluster

Fixes #116

* Update Knative-with-GKE.md
2018-07-13 09:09:35 -07:00
Sam O'Dell a061333ba1
Wording fix 2018-07-12 14:00:30 -07:00
Sam O'Dell 136c9c39e6
Moving minikube instructions up
Re-organizing the minikube instructions and improving flow
2018-07-12 13:52:00 -07:00
Mark Chmarny 0b589208b6
Datastore and outbound proxy change 2018-07-12 11:24:42 -07:00
Mark Chmarny dc74cc0cd4
Added Configure outbound network access 2018-07-12 11:16:12 -07:00
Sam O'Dell 24030e797e
Changing .yaml to `.yaml` 2018-07-12 10:41:11 -07:00
Mustafa Demirhan 41de065e32 Update monitoring installation instructions to take easy install steps in mind (#109)
* Update monitoring installation instructions to take easy install steps in mind.

* Documentation fixes.
2018-07-11 15:11:34 -07:00
Ivan Nikittin 302d008208
Update getting-started-knative-app.md 2018-07-11 15:06:05 -07:00