Commit Graph

1187 Commits

Author SHA1 Message Date
Jonas Finnemann Jensen b31a9bc6f5 Explain upstream ONBUILD instructions (#1410) 2019-06-03 16:35:34 -07:00
jonjohnsonjr e18e56b0ad Document serving tag resolution (#1260)
Our controller does resolution of tags to digests, which has been a
source of confusion. This documents the fact that we do it, why we do
it, and how to configure the controller to work around common issues.
2019-06-03 09:05:34 -07:00
mattmoor-sockpuppet ac25fe3a46 Format markdown (#1411)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-03 08:44:33 -07:00
Ashleigh Brennan 66a2e88c19 removed unnecessary H1 from autoscaling docs (#1408) 2019-05-31 17:44:32 -07:00
Vincent 3a62896605 Fix the wrong information in grpc example (#1380) 2019-05-31 17:41:33 -07:00
mattmoor-sockpuppet 2d654d1fd6 Format markdown (#1403)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-31 09:04:37 -07:00
Ashleigh Brennan b48f1828f0 Added autoscaling docs and scale-to-zero details (#1363)
* Added autoscaling and scale-to-zero docs

* Adding autoscaling and scale-to-zero docs

* Minor changes to address review comments

* updated link in README
2019-05-31 09:01:33 -07:00
RichieEscarez 987c98034c Fix typo in redirect (#1401) 2019-05-31 08:34:33 -07:00
Adam Ross 0d5b492392 service/samples: add .dockerignore to samples with local build disruption risk (#1392)
* service/samples: add .dockerignore to samples with risk of local build interference

* serving/samples: .dockerignore readme text update

* Update docs/serving/samples/hello-world/helloworld-csharp/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Update docs/serving/samples/hello-world/helloworld-nodejs/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Update docs/serving/samples/hello-world/helloworld-python/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Update docs/serving/samples/hello-world/helloworld-php/README.md

Co-Authored-By: Evan Anderson <evan.k.anderson@gmail.com>
2019-05-30 17:36:31 -07:00
Toshinori Sugita c0b134d423 remove an unnecessary comma (#1373)
* remove an unnecessary comma

* copy the serving link to open "good-first-issue"

left the [CONTRIBUTING.md](../contributing/CONTRIBUTING.md) link since it works on the site - need to add code to handle the long URL in GH so it converts to the relative URL for the site
2019-05-30 16:46:31 -07:00
sebgoa 1226369ae9 typo in build readme (#1370) 2019-05-30 11:59:32 -07:00
Adriano Cunha 65adb947ae Fix markdown (#1395)
* Fix markdown

* Fix all indentations in numbered lists

* add additional "space" indentation for #1202
2019-05-30 11:00:36 -07:00
sebgoa eaa9bbf59b Fix: Java samples gives 404 (#1396)
* Java samples gives 404

it should point to the `java-spring` sample

* fix missing spark and "all samples" links

* remove title (move to _index.md)

* add missing _index.md

* qualify Java sample
2019-05-30 10:49:33 -07:00
Doug Davis fdcea6afc8 Fix bad href (#1398)
Signed-off-by: Doug Davis <dug@us.ibm.com>
2019-05-30 09:39:32 -07:00
Derek Wang de7e38eedb Fix broker rolebinding (#1393) 2019-05-30 09:33:35 -07:00
Adriano Cunha 5dd03a1cb4 Use local sources for TestSampleApp/java-spring (#1390) 2019-05-30 07:21:36 -07:00
Joyce Liu bcc54bb383 update test-infra in vendor (#1386) 2019-05-29 17:32:31 -07:00
mattmoor-sockpuppet ff9cac1293 Format markdown (#1379)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-29 07:28:34 -07:00
Vincent dee2bd0751 Add some explanations on valid stock tickers (#1377)
* Add some explanations on valid stock tickers

Closes-Bug: #1369

* edit for active voice + PR1202
2019-05-28 14:18:30 -07:00
mattmoor-sockpuppet 76d70b4e3d Format markdown (#1368)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-28 07:11:29 -07:00
Adriano Cunha 55fdb5bd7f Use OWNERS_ALIASES for productivity approvers/reviewers (#1366) 2019-05-23 01:01:29 -07:00
Peng Li 95b3f48d7e Correct the path in the Dockerfile (#1315) 2019-05-22 07:40:29 -07:00
mattmoor-sockpuppet bedcd15489 Format markdown (#1364)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-22 07:23:30 -07:00
RichieEscarez ad876253b4 Fix community samples sub menu (#1358)
* missing _index.md + shorttitles

* typo
2019-05-21 11:20:27 -07:00
Adam Harwayne b2bbbb02a9 Copy the updates from knative/eventing#1241. (#1355) 2019-05-21 05:32:27 -07:00
Zida (Edward) 747364bdce Fix samples path (#1357) 2019-05-21 05:25:30 -07:00
Dan Peterson 064eada376 eventing/README: add new KafkaSource net.tls attributes (#1302)
* eventing/README: add new KafkaSource net.tls attributes

* add code tags to SecretKeySelector
2019-05-21 05:21:28 -07:00
sebgoa 68f3001903 add reference to custom DNS config (#1327)
* add reference to custom DNS config

* Update docs/install/getting-started-knative-app.md

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

* fix relative link

* Fix PR#1202
2019-05-21 05:14:28 -07:00
chaodaiG d9c5ac4305 Update test-infra: get rid of Unbound variable running update-deps warning (#1350) 2019-05-20 08:23:27 -07:00
Graeme Rocher 4d0a8573e3 Add Micronaut Sample (#1199)
* Add Micronaut Sample

* Updated Dockerfile to use AdoptOpenJDK.

* renamed directory

* removed .factorypath

* ignore .factorypath

* removed PORT from Dockerfile
updated `application.yml` to respect port env var, and using a reasonable default

* renamed helloworld-micronaut to helloworld-java-micronaut

* Added frontmatter _index.md, and added link in samples/README.md

* small typo and PR#1202
2019-05-20 06:04:29 -07:00
Zhimin Xiang 3ebf0a9b8f Fix the broken Istio installation command (#1348)
* first fix

* fix typo
2019-05-19 23:56:26 -07:00
RichieEscarez d5aa3b3bdc
api docs gen for v0.6.0 (#1349) 2019-05-17 16:07:50 -07:00
Ray Tsang 0c7def1bbe removed helloworld.zip (#1347) 2019-05-17 15:03:19 -07:00
Grant Rodgers 76382035b1 Update release versions from v0.5.x to v0.6.0 (#1334) 2019-05-17 13:54:16 -07:00
Grant Rodgers b1ed0ff6c2 Remove note about Gloo incompatibility with Eventing (#1345)
Eventing now uses standard Kubernetes Services, so it should be compatible
with Gloo and Istio.
2019-05-17 13:10:16 -07:00
Grant Rodgers ee4decae36 Update custom install docs for eventing (#1342)
* Eventing doesn't care about Gloo or Istio

* Update eventing and eventing-sources release artifacts

Eventing no longer requires Serving, and there are more channels and
sources now.
2019-05-17 13:07:16 -07:00
Grant Rodgers 750937f8fc Update check-install-version docs (#1343)
Add section about the new Knative Serving release version label, while
keeping the old way in a different section.

Also add an Eventing section. The Eventing components have the release
version label, but it's set to "devel" in 0.6.0.
2019-05-17 12:55:15 -07:00
Musa Hamwala II af34e66b15 Serving samples: add instructions to clone code (#1203)
* Serving Samples: add instructions to clone code

* added intro sentence, added space

* add specific branch for clone and fix codeblocks

* -b branchname and codeblocks

* point to branch + codeblocks

* -b branch + spacing

* branch and space

* branch and spaces

* forgot the -spring

* branch and spaces

* branch and spaces

* branch and spaces

* branch and spaces

* branch and spaces

* use a branch

* typo

* branch and space

* branch and spaces

* branch and spaces

* typo

* typo

* typo

* typo

* typo

* typo

* typo

* typo

* typo

* fix failing test

* try to fix error

* remove typo to fix build error
2019-05-17 11:15:18 -07:00
Grant Rodgers 1c0a2f2836 Add Broker/Trigger docs from eventing repo (#1279)
* Add Broker/Trigger docs from eventing repo

Mostly a copy of github.com/knative/eventing/docs/broker/README.md, but
with a new intro and without the Implementation section.

* Update wording based on feedback

* Add title yaml and remove errant apostrophe
2019-05-17 10:57:16 -07:00
RichieEscarez f1174b1b51 add -b branch and fix codeblocks (#1339) 2019-05-16 22:52:15 -07:00
Johannes Scheuermann 8586421657 Correct syntax of build example (#1289)
* Correct syntax of build example

* Correct build example
2019-05-16 21:20:15 -07:00
sebgoa a76ddcbfc5 redirect to docs instead of github (#1328) 2019-05-16 21:02:16 -07:00
Zhimin Xiang cbc6652735 Add the doc about installing Cert-Manager and enabling Auto TLS (#1281)
* initial version of installing cert-manager

* add the guide of using auto TLS

* fix typos

* address comments

* add details about configuring config-netwrok CM

* fix typos

* call out that Gloo currently does not support this feature yet

* address comments

* complete end-to-end edit for clarity and organization

* Edit and include "configure DNS provider" steps

Full edit + Move "configure DNS provider" steps here (from out of "using-an-ssl-sert.md")

* make this topic specific to only cert-manager install

topic is a general cert-manager install and user can choose from the last section for how to proceed

* Update Knative-custom-install.md

Add the command to delete Knative TLS related components.

* add using-cert-manager-on-gcp back

* rename using-an-ssl-cert to using-a-tls-cert

* edit "enabling auto TLS"

* Apply suggestions from code review

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Apply suggestions from code review

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Update Knative-with-AKS.md

* Apply suggestions from code review

Co-Authored-By: RichieEscarez <rescarez@google.com>

* add command to check networking-certmanager exists

* always remove cert manager controller

* remove typo (forgotten text)

* edit and fix (from writing a host specific version)

* make alphabetical and add no cert manager selector

* add missing !

* update each host for cert-manager

* Update Knative-custom-install.md

* edit and fix all the steps

* Update using-auto-tls.md

* Update installing-cert-manager.md

* Update installing-cert-manager.md

* Update installing-cert-manager.md

* Edit for clarity and link to auto TLS

* update link to example

* typo

* edit to say create clusterissuer

* add missing steps and more commands

* fix indentation

* add missing code tags
2019-05-16 13:03:16 -07:00
chaodaiG 5e5ed5aa77 Update test-infra to the latest version (#1335) 2019-05-16 07:17:17 -07:00
Vincent e2865cee40 Add the instruction on how to get IP_ADDRESS for autoscaling for other Kube environments (#1299)
* Add the instruction on how to get IP_ADDRESS for autoscaling for other Kube environments

* Edit
2019-05-15 23:39:15 -07:00
Ahmet Alp Balkan b974637f79 IKS: move addon enable -y flag to the end (#1333)
cluster-addon-enable knative -y $CLUSTER_NAME
or 
cluster-addon-enable knative $CLUSTER_NAME -y

works but the currently documented

cluster-addon-enable -y knative $CLUSTER_NAME

doesn't.
2019-05-15 14:09:32 -07:00
Sam O'Dell cca04befa3 Istio updates (#1314)
* Updating istio install guide

* Updating istio install guide

* Updating formatting, default install, and adds background info

* Updating SDS section

* Adding periods to lists

* Moving istio info from custom install to Istio page

* Makes automatic sidecar injection the default

* Adding pointer to new Istio guide from any-k8s install

* Adding pointer to new Istio guide to other installs

* Reverting minikube changes

* Makes automatic sidecar injection the default

* Reverting minishift changes too

* Changing default to without sidecar injection

* Changing default to without sidecar injection
2019-05-15 12:12:32 -07:00
Vincent 22c47a13fb Change the configuration for local Kube cluster in Minikube and Docker desktop (#1322)
Closes-Bug: #4057
2019-05-15 09:11:32 -07:00
sebgoa e28e68d6f8 Use proper revision names in blue green sample (#1326) 2019-05-15 09:03:34 -07:00
Ignacio Cano 2f7d2c232c eventing-sources API reference update (#1323)
* Adding bitbucket source documentation.

* Adding README example for bitbucket source.

* Updating example.

* Missed to generate the README

* removing stuff, and updating link to bitbucket source in sources.yaml

* autogenerating README

* removing bitbucket one here.

* update

* regenerating eventing

* regenerating and manually editing eventing-sources.md
2019-05-14 15:28:31 -07:00