Commit Graph

971 Commits

Author SHA1 Message Date
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
Ignacio Cano 2148288a1d Updating eventing API references (#1318)
* 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
2019-05-14 11:43:31 -07:00
Gary Brown 9ef1de0ec5 Update docs to define jaeger-operator as a dependency (#1249)
* Update docs to define jaeger-operator as a dependency

* Add reference to 'installing the operator' instructions

* edit to clarify multiple steps
2019-05-14 06:18:40 -07:00
Ying Chun Guo 30cf3267bd add sample of event source ContainerSource (#1105) 2019-05-14 06:03:39 -07:00
Ahmet Alp Balkan 61932e2b04 blog: add kubecon-eu-2019 post (#1313)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-05-13 16:29:39 -07:00
Zhimin Xiang 07dab8ac4e Doc about installing Istio from official source (#1272)
* Doc about installing custom Istio

* Update installing-istio.md

* address comments
2019-05-13 15:45:39 -07:00
Ignacio Cano 4effeeada9 Registry doc: updating Kafka output and few other cosmetics (#1311)
* 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

* moving design from eventing

* update

* some updates to Registry

* cosmetic

* next steps and updates

* updated next steps

* event registry

* updates after review

* events

* back to types

* apostrophe

* changing kafka example

* updating kafka example and cosmetic changes to text

* fixed comments
2019-05-13 13:49:40 -07:00
Aisuko 0f85b74543 Remove repeat content (#1309) 2019-05-13 08:58:40 -07:00
mattmoor-sockpuppet e8e630afbb Format markdown (#1310)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-13 08:55:41 -07:00
Himanshu Pandey 793f2f3e12 Removed ENV PORT from all Docker files (#1290)
* Removed ENV PORT from Docker files

* Added back the ENV key
2019-05-13 08:49:40 -07:00
Scott Nichols 40f3fd5725 Update KubernetesEventSource to use ApiServerSource (#1307) 2019-05-10 17:09:38 -07:00
Ignacio Cano 9f86f17c43 Registry documentation (#1292)
* 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

* moving design from eventing

* update

* some updates to Registry

* cosmetic

* next steps and updates

* updated next steps

* event registry

* updates after review

* events

* back to types

* apostrophe
2019-05-10 13:45:38 -07:00
Scott Nichols ae0ad0d486 Update docs after moving ContainerSource, CronJobSource. (#1254)
* First pass at updating docs for container source.

* ran lint.

* CronJobSource updated.
2019-05-09 10:27:38 -07:00
mattmoor-sockpuppet 65115d7105 Format markdown (#1295)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-09 10:12:39 -07:00
Dan Peterson 5d4de70b3c eventing/README: add KafkaSource net attribute (#1296) 2019-05-09 10:08:38 -07:00
sebgoa 1f3d6991e5 improve readme to be a bit more friendly (#1287)
* improve readme to be a bit more friendly

* edited

reduced duplicate/or similar linking and/or content
also added in mention of in website related options (ie edit and issues buttons)
2019-05-08 16:36:37 -07:00
RichieEscarez 06f51184f7 remove duplicate files -> all moved to knative/community (#1291) 2019-05-08 16:04:38 -07:00