Commit Graph

126 Commits

Author SHA1 Message Date
Eric Sauer 4bdb19e384 Adding missing scc binding for istio on openshift (#743) 2019-01-10 12:46:43 -08:00
Sam O'Dell f97bb690fc Update installs to 3.0 releases; fixing error in some install commands (#741) 2019-01-10 11:35:42 -08:00
Brendan 8d25caa761 Fix syntax of Knative install command (#736) 2019-01-10 08:53:42 -08:00
Sam O'Dell 88bd58a7c5 Organizing install guides; adding link to Custom Install guide. (#565)
* Organizing install guides; adding link to Custom Install guide.

* Adding links to samples for all components.

* Updating install versions

* Resolving conflicts, updating README

* update to Serving 0.2.3

* update to Serving 0.2.3

* update to Serving 0.2.3

* update to Serving 0.2.3

* update to Serving 0.2.3

* update to Serving 0.2.3
2019-01-09 20:16:42 -08:00
mattmoor-sockpuppet a6e62ae1ad Format markdown (#721)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-01-09 09:51:42 -08:00
RichieEscarez d7eae8b3fb Add custom install and Knative codelab links (#720)
* Add custom install and Knative codelab links

* remove custom install 

forgot that https://github.com/knative/docs/pull/565/files exists

* remove colon
2019-01-09 09:48:42 -08:00
Doug Davis 7ee2d22014 Tweaks docs to create Istio CRDs first - part 2 (#731)
Continuation of #717 - get the rest of the install docs

Signed-off-by: Doug Davis <dug@us.ibm.com>
2019-01-08 17:34:42 -08:00
Doug Davis 5560ccbb98 Tweaks docs to create Istio CRDs first (#717)
* Tweaks docs to create Istio CRDs first

Closes #540

If people are ok with this change I'll make similar modifications to the other
instruction files too.

Signed-off-by: Doug Davis <dug@us.ibm.com>

* Update Knative-with-IKS.md
2019-01-08 17:06:42 -08:00
zxxa f31d7106a1 Update doc for knative deploy on IBMCloudPrivate (#660)
* Update doc for knative deploy on IBMCloudPrivate

* Simplify IBMCloudPrivate Installation Steps

* Change configuration order

* Re-add lost edits + improvements and fixes

Redo the overwritten commit, clarify security policy steps, fix indentation errors
2019-01-07 15:16:41 -08:00
David Gageot e801cd1a18 Improve Docker for Mac installation guide (#697)
+ Use knative v0.2.2 like on minikube
 + Fix the instructions to install knative serving

Signed-off-by: David Gageot <david@gageot.net>
2019-01-03 09:56:40 -08:00
Trenton Broughton a3ae5eab70 Fixed typo (#691) 2019-01-02 09:18:39 -08:00
RichieEscarez cd9953e3e3 Fixing odd sentence (#684) 2018-12-27 10:03:37 -08:00
mattmoor-sockpuppet a6c4de82fe Format markdown (#683)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-27 07:36:37 -08:00
RichieEscarez d04370f023 Adv. install topic - pluggable components (#542)
* move all install comps to adv file

* recovering review comments

* filename change

* title update

* There can be multiple components in a knative package

* fix links

* new serving version

* Update install/Knative-custom-install.md

in testing I found that this is not a real namespace so removing

* Update packages in table

* review feedback, 0.2.1 eventing, eventsource lists

* edit Istio steps around admission controller

* fix indentation

* Recover networking related comments
2018-12-26 11:40:36 -08:00
Suraj Narwade c5fefdb08d Fix knative minikube installation doc (#635)
* Added `--disk-size=30g` since it was breaking
* Removed `--bootstrapper=kubeadm` because it is default
2018-12-26 08:52:36 -08:00
Markus Thömmes 9530cae547 Add Docker for Mac setup instructions. (#627)
* Add Docker for Mac setup instructions.

* Fix prose and typos.

* Add Docker for Mac link to global README.
2018-12-12 08:50:16 -08:00
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