Commit Graph

144 Commits

Author SHA1 Message Date
Scott Weiss 133f43ede9 Add gloo to docs (#886)
* create separate install doc for gloo, link from landing page

Signed-off-by: Scott Weiss <sdw35@cornell.edu>

* add note linking to gloo doc

Signed-off-by: Scott Weiss <sdw35@cornell.edu>

* remove solo line

Co-Authored-By: ilackarms <sdw35@cornell.edu>

* typo

Co-Authored-By: ilackarms <sdw35@cornell.edu>

* fix comments

Signed-off-by: Scott Weiss <sdw35@cornell.edu>

* another comment

Signed-off-by: Scott Weiss <sdw35@cornell.edu>

* landing page restructure

Signed-off-by: Scott Weiss <sdw35@cornell.edu>
2019-02-19 11:11:46 -08:00
Dougal Matthews 8ebd07438d Correct spelling of privileged (#893) 2019-02-14 09:21:44 -08:00
Matt Moore 4037374784 Manually run prettier.io (#880)
* Manually run prettier.io

Trying to fix the stuff that hits prettier.io bugs.

* Fix prettier.io issues.
2019-02-07 16:04:41 -08:00
Himanshu Pandey 3526e296b9 FIxed the dead link (#877) 2019-02-06 09:31:43 -08:00
Charlie Drage f3a5c119da Add monitoring link to knative with any k8s doc (#810)
Adds the missing monitoring link to the "knative with any k8s" document.

Closes https://github.com/knative/docs/issues/809
2019-01-31 14:32:37 -08:00
Adam Roberts 70ef4e642a Add additional image repositories for ICP install (#732)
* Add additional image repositories for ICP install

May be a couple more so please don't merge yet! Following the process now and noticed this when applying the release-lite yaml.

* Formatting for ICP image policy inclusions
2019-01-30 15:09:37 -08:00
Sam O'Dell 8b2eba433d v0.3 updates for Gardener, ICP, Minikube, Minishift installs (#775)
* v0.3 updates for Gardener, ICP, Minikube, Minishift installs

* Update Knative-with-Gardener.md
2019-01-23 16:41:33 -08:00
Sam O'Dell 1a99a80a3f Tweaks to custom install for v0.3 (#779)
* Tweaks to custom install for v0.3

* More tweaks from comments
2019-01-18 17:30:32 -08:00
Sam O'Dell 75195f43cb Updates monitoring in installs; rewrite of ICP install (#786)
* Updates monitoring; rewrite of ICP install

* Update install/Knative-with-ICP.md

Co-Authored-By: samodell <31352624+samodell@users.noreply.github.com>

* Update install/Knative-with-ICP.md

Co-Authored-By: samodell <31352624+samodell@users.noreply.github.com>

* Update install/Knative-with-ICP.md

Co-Authored-By: samodell <31352624+samodell@users.noreply.github.com>
2019-01-17 15:53:31 -08:00
Sam O'Dell 560d2e778a Typo fix (#787) 2019-01-17 15:45:31 -08:00
Sam O'Dell 1c15c8e5f4 Improvements to spacing and install wording (#784)
* Improvements to spacing

* Updates wording for what's included in the installs
2019-01-17 10:45:31 -08:00
Matthias Wessendorf 461ea79462 Using latest minishift, which does default to OKD 3.11.0 (#485) 2019-01-16 15:25:31 -08:00
aslom a9838d68c6 Update kube-version to 1.10.7 (#397)
* Update kube-version to 1.10.7


```
knative1 $ ibmcloud cs cluster-create --name=$CLUSTER_NAME \
>   --zone=$CLUSTER_ZONE \
>   --kube-version=1.10.3 \
>   --machine-type=b2c.4x16 \
>   --workers=3
Creating cluster...
FAILED

A previous patch was specified. Only the most recent patch for a particular minor version can be specified during cluster-create.  To list supported Kubernetes versions, run 'ibmcloud ks kube-versions'. (E0156)
Incident ID: 5533234a-df08-478b-b298-ab0ddbe67dfe
knative1 $ ibmcloud ks kube-versions
OK
Version
1.8.15 (deprecated, unsupported in 9 days)
1.9.10
1.10.7 (default)
1.11.2
To assess the differences across versions, see https://console.bluemix.net/docs/containers/cs_versions.html#cs_versions.
```

After change:

```
knative1 $  ibmcloud cs cluster-create --name=$CLUSTER_NAME \
>       --zone=$CLUSTER_ZONE \
>       --kube-version=1.10.7 \
>       --machine-type=b2c.4x16 \
>       --workers=3
Creating cluster...
OK
```

* No longer use --kube-version to avoid need to change instructions

* Update Knative-with-IKS.md
2019-01-16 15:22:31 -08:00
Guang Ya Liu 5adffc4a8e Adding IBM Cloud Private install to index. (#774) 2019-01-16 14:07:31 -08:00
Sam O'Dell 6710dfa703 Update custom install for v.0.3 (#771) 2019-01-16 09:03:31 -08:00
Vadim Raskin 7ff023dc3a Bump required kube version to 1.11 to align with v0.3.0 release (#767)
* Bump required version of kube to align with v0.3.0 release

* Leave kubectl version on 1.10
2019-01-16 08:47:31 -08:00
Nghia Tran 01b818c33f Update docs to use correct ingress gateway service. (#700)
* Update docs to use correct ingress gateway service.

* Update wording of knative-ingressgateway deprecation.

* Update wording of knative-ingressgateway deprecation per feeeback.
2019-01-16 08:42:31 -08:00
Grant Rodgers fb4bb9254e Use release.yaml instead of eventing.yaml (#762)
eventing.yaml doesn't install the in-memory provisioner, release.yaml
does. Since the provisioner is required to run the samples, we should be
telling users to install release.yaml.
2019-01-15 10:21:31 -08:00
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