Commit Graph

110 Commits

Author SHA1 Message Date
mattmoor-sockpuppet 581bd2f539 Format markdown (#638)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-07 09:59:26 -08:00
Grant Rodgers 13fb429f2f Update kubectl apply URLs to use release artifacts (#637)
* Use Istio release artifact URL to install

This is more likely to be authoritative than the checked-in version.

* Correct shell block

* Install serving v0.2.2

* Use Build release artifact URL to install

This is more likely to be authoritative than the checked-in version.

* Point to the top-level install docs from eventing
2018-12-06 15:50:26 -08:00
mattmoor-sockpuppet c64c63a160 Format markdown (#626)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:34:25 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown (#620)
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
Victor Agababov bf36601dcc Update some docs for installation of knative on GKE (#608)
* Update some docs for installation of knative on GKE

- more bash annotations
- make project also a variable
- rearrange and re-word some docs about cluster name and zone

* Some re-arranging of actions about the GCP project in the docs.

* Minor text updates in the GCP project section.

* Add some GCP -> Google Cloud Platform abbreviation pieces.
2018-12-03 12:10:26 -08:00
Andrea Frittoli d18ba92b4a Discover the K8S version for IKS deployment (#563)
* Discover the K8S version for IKS deployment

Version 1.10.3 is not available anymore in IKS. Having a fixed
version will become stale eventually. The default version is
now >1.10 but that may change, so ask installers to select an
appropriate version based on the minimum requirement.

* Update Knative-with-IKS.md

* Update Knative-with-IKS.md
2018-11-26 13:12:22 -08:00
Guang Ya Liu e982df0b0e Add notes for how to debug `curl`. (#576) 2018-11-26 08:48:23 -08:00
Guang Ya Liu da016b2818 Updated k8s doc use latest serving release. (#564) 2018-11-26 08:43:23 -08:00
guyos b153d7e0d9 Deploy button for automated installation on IKS (#525) 2018-11-21 11:13:21 -08:00
Natale Vinto 3124a84390 Update OpenShift instructions to set Istio sidecar injector priviledged to true (#454)
* Update OpenShift instructions to fix #417

Update istio-sidecar-injector configmap after Istio is ready in order to let knative activator and autoscaler pods running properly

* Edit steps
2018-11-21 09:58:20 -08:00
Steren a25fc162cb Fix getting started (#561) 2018-11-19 20:36:19 -08:00
Ville Aikas 1ca885c75c Change install instructions to use v0.2.1 instead of v0.2.0 (#535)
* Change install instructions to use v0.2.1 instead of v0.2.0

* Missed the logging / metrics readme
2018-11-12 14:56:45 -08:00
RichieEscarez 74ed0fd04a Use the ksvc shortname for services (#492)
* Replace services.serving.knative.dev with ksvc

* Replace -f with long flag --filename
2018-11-02 15:59:34 -07:00
0xmohit 3d81d01c54 Update docs to refer to Istio 1.0.2 (#487)
* Update docs to refer to Istio 1.0.2

Updates #479

* fix typo istio-1.0.8 -> istio-1.0.2
2018-11-02 11:33:34 -07:00
Tanzeeb Khalili c8c3340ae8 Update references to monitoring namespace (#407) (#416) 2018-10-30 17:30:34 -07:00
RichieEscarez ddbe40efcc
Reverting the namespace rename knative-monitoring (#486) 2018-10-30 16:54:33 -07:00
Matt Anderson b096963e77 Clean up formatting on with-any-k8s steps (#475)
* Clean up formatting on with-any-k8s steps

* add missing line break
2018-10-24 14:21:31 -07:00
Thomas Risberg fdab393caf Update PKS docs clarifying the need to enable privileged containers (#459)
* Update PKS docs clarifying the need to enable privileged containers

- add note clarifying the need to check "Enable Privileged Containers" and "Disable DenyEscalatingExec" in Ops Manager before creating cluster

* Edit steps for privileged mode
2018-10-18 10:44:28 -07:00
Kamesh Sampath 9dfa9e3402 Improvements to OpenShift installation (#414)
* Improvements to OpenShift installation

Fixes #409

* Updates to minishift based installation instead of oc cluster up
* Added scripts to setup the policies for Istio and Knative
* Removed scripted install script

Signed-off-by: Kamesh Sampath <ksampath@redhat.com>

* Minishift document and polices updated for OpenShift 3.11

* Review comment fixes
2018-10-17 01:34:28 -07:00
Vincent Demeester af3d2d83eb Fix accessing-logs URL (#437)
The namespace is `knative-monitoring` instead of `monitoring`

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2018-10-09 07:12:25 -07:00
Ryan Gregg 08ab237cb3 Revert ksvc changes (#442) 2018-10-05 14:30:24 -07:00
Thomas Risberg 7dbd4125db Update Minikube arguments (#278)
* Update Minikube arguments

- the admission-control flag is now enable-admission-plugins

- seems the new name is required when using kubernetes-version v1.11.0 or later

* Upgrade to Kubernetes v1.11.1

- this goes along with the change to use `apiserver.enable-admission-plugins`

- Minikube version should be v0.28.1 or later to support k8s v1.11.x

* Updated to work for latest Minikube v0.29.0

- removed the `controller-manager.cluster-signing-cert-file` and `controller-manager.cluster-signing-key-file` arguments

- updated to use Kubernetes version 1.11.3
2018-10-04 14:26:24 -07:00
Sam O'Dell 497dc50cd9 Update README.md (#395) 2018-09-12 12:38:17 -07:00
Tyler Auerbeck b2254cbb42 Update docs to use kubectl long flags (#372)
* Update docs to use kubectl long flags

* adding back in the --filename flag (lost when manually merged)

* notice a few missed

* notice a few missed '-f' flags

* change -o to --output
2018-09-12 09:46:03 -07:00
Aurélien Pupier 01f02a9ca6 Fix typos (#274)
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2018-09-07 09:09:32 -07:00
uckey eab66f7c86 Mention MutatingAdmissionWebhook is required for serving (#370)
* Mention MutatingAdmissionWebhook is required for serving

This will close #369 issue ticket

* Wording tweaks, add link to k8s docs, line spacing
2018-09-04 14:43:13 -07:00
Peter Evans a5b9afbe14 fix typos in getting-started-knative-app.md (#368) 2018-09-04 10:10:08 -07:00
Sam O'Dell 00d6cec8ca services.serving.knative.dev -> ksvc, adding check install guide (#360)
* services.serving.knative.dev -> ksvc, adding check install guide

* Updating image to add outline

* Making Richie's suggested edits
2018-08-31 09:58:12 -07:00
Matt Moore f0f7988041 Update our docs to document the 0.1.1 release. (#331) 2018-08-14 10:42:56 -07:00
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