Edvin Erikson
af74d6c18b
Add port number to route example ( #1671 )
...
* Add port number to route example
When having TLS termination in a Gateway, this example stops working because the gateway doesn't know what to do with HTTP traffic on port 443. Fixing the port to 80 solved this for me.
* Add port to search service dest
2019-08-14 09:06:07 -07:00
RichieEscarez
70dbb222ee
remove broken links ( #1693 )
2019-08-13 16:40:06 -07:00
RichieEscarez
ed32ec2f43
remove broken links ( #1694 )
2019-08-13 16:33:06 -07:00
RichieEscarez
11be86a9ed
remove cert-manager from serving install ( #1692 )
...
* remove cert-manager from serving install
* add dynamic version
* remove mention of auto tls
2019-08-13 15:38:08 -07:00
Henry Bell
f5f599918b
Fix escaped line continuation ( #1683 )
2019-08-12 11:55:30 -07:00
Jose Manuel Ferrer Mosteiro
f57d8df3cd
Change initail to initial. ( #1668 )
2019-08-12 09:10:28 -07:00
RichieEscarez
101f0a115d
add whitespace (to prevent odd rendering with Hugo shortcode) ( #1681 )
2019-08-09 14:53:05 -07:00
RichieEscarez
d0ea00b56b
remove code sample that used deprecated build ( #1680 )
2019-08-09 14:24:04 -07:00
RichieEscarez
e83847f8be
temp workaround to unblock API ref docs ( #1679 )
2019-08-09 14:09:04 -07:00
RichieEscarez
feca4bd5eb
remove mention of Knative Build as an option ( #1677 )
2019-08-09 12:33:05 -07:00
RichieEscarez
4f76b5e60c
partial build and updated api scripts for v0.8 ( #1662 )
2019-08-08 16:13:59 -07:00
RichieEscarez
22f717fd63
make branchnames dynamic ( #1667 )
2019-08-08 14:32:58 -07:00
jonjohnsonjr
b00db81c06
Fix typo: uou -> you ( #1673 )
2019-08-08 13:31:58 -07:00
RichieEscarez
62ed33d290
v0.8 - Convert all install cmds to dynamically use version (at site build time) ( #1665 )
...
* convert install cmds to dynamic version var
* fix broken links
2019-08-08 13:22:58 -07:00
RichieEscarez
0551f81dae
fix broken links ( #1666 )
...
* fix broken links
* set to branch release
* fix image URLs too
2019-08-08 13:10:58 -07:00
Averi Kitsch
1be53a692f
Hello World Sample for R ( #1664 )
...
* Helloworld R sample
* readme
* actually save the readme
* Update Docker and app
* Update readme release
* Update readme to match code
2019-08-08 12:01:57 -07:00
RichieEscarez
e1a90c498b
remove knative build from everywhere ( #1656 )
2019-08-08 08:42:56 -07:00
mattmoor-sockpuppet
bb824f1f97
Format markdown ( #1670 )
...
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-08-08 07:20:57 -07:00
zxxa
62cef00906
delete knative build in the doc for 0.8 version ( #1657 )
2019-08-07 18:42:56 -07:00
Jamie Allen
9187ee8932
Fixed cd statement to add docs folder ( #1517 )
2019-08-07 15:23:56 -07:00
Lionel Villard
346471ec3a
Choice: minor clarification and fix some typos ( #1650 )
...
* minor clarification and fix some typos
* Cloud Event to CloudEvent
2019-08-07 15:04:56 -07:00
Noah Krause
70e6da3162
Fix the order that Knative is installed in. ( #1660 )
...
Ambassador requires Knative be installed in the cluster before it can run. The current ordering causes Ambassador to fail to start
Signed-off-by: nbkrause <krausenoah@gmail.com>
2019-08-07 14:31:56 -07:00
RichieEscarez
88f1e71138
hidden site element testing pages ( #1659 )
2019-08-07 14:28:56 -07:00
Ignacio Cano
852e0fcbc9
Attributes Filter documentation in Trigger ( #1653 )
...
* 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
* updating broker/trigger based on filtering and new channel CRDs
* changes after code review
2019-08-07 12:02:56 -07:00
mattmoor-sockpuppet
69c77714fb
Format markdown ( #1658 )
...
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-08-07 07:05:56 -07:00
RichieEscarez
5e8dcdcf84
fix default-channels rendering and prevent nested shortcodes ( #1652 )
...
* fix default-channels rendering and prevent nested shortcodes
* generalize Channels
2019-08-07 06:23:56 -07:00
mattmoor-sockpuppet
772552dbb7
Format markdown ( #1647 )
...
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-08-05 07:15:55 -07:00
Dan Gerdesmeier
f8670df188
Add Knative API Specification ( #1642 )
...
* Add Knative API Specification
Adding a Markdown formatted version of the approved Knative API
Specification to the repository. Once this is checked in it will replace
the Google Doc found here:
https://docs.google.com/document/d/1UHT3W61tbX1qnEPA0qtoNUACki0d8FkXJ10JHOQu9uU/edit#
* Fix code reivew comments
* missed two
2019-08-02 16:10:47 -07:00
Sam O'Dell
14bfd75491
Sam fixes some links ( #1641 )
...
* Link fixes
* mend
2019-08-02 13:48:44 -07:00
Lionel Villard
781a554626
choice documentation and samples ( #1631 )
...
* choice documentation and samples
* Update docs/eventing/samples/choice/_index.md
Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>
* Update docs/eventing/choice.md
Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>
* fix typo
2019-08-02 11:34:44 -07:00
Grant Timmerman
2e839ace71
feat: Use latest Node LTS for samples ( #1640 )
2019-08-02 11:13:44 -07:00
Peng Li
e98e034bbd
correct error in README.md ( #1628 )
2019-08-02 08:56:44 -07:00
mattmoor-sockpuppet
50ca555d49
Format markdown ( #1638 )
...
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-08-02 07:05:46 -07:00
RichieEscarez
02056e77d3
revert to README.md to prevent index/_index conflict ( #1637 )
2019-08-01 18:54:45 -07:00
RichieEscarez
9a92f43ca2
Fix rendering issues due to nested shortcodes ( #1596 )
...
* Community - move frontmatter into README
* Serving - move frontmatter into README
* swap readfile calls from README.md to index.md
* Eventing - move frontmatter into README
2019-08-01 09:38:43 -07:00
mattmoor-sockpuppet
353f6fe300
Format markdown ( #1634 )
...
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-07-31 20:02:44 -07:00
Ignacio Cano
31b5c780c1
Default channel for CRDs documentation ( #1619 )
...
* 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
* default channels
* updates after ville's comments
* addressing sam's comments
* replacing documents for provisioner-based default channel
2019-07-31 14:16:43 -07:00
Adam Ross
beec8a7eeb
serving/samples: update helloworld-php to php 7.3 ( #1625 )
2019-07-31 11:19:43 -07:00
chaodaiG
003aca0f76
Use knative.dev/test-infra ( #1627 )
2019-07-31 09:59:44 -07:00
mattmoor-sockpuppet
0ef8366c97
Format markdown ( #1621 )
...
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-07-28 11:00:04 -07:00
Ville Aikas
496e96400b
removing annotation does not remove broker ( #1620 )
...
* removing annotation does not remove broker
* address feedback
2019-07-26 15:30:49 -07:00
Lionel Villard
774ba8109a
fix broken links. ( #1612 )
2019-07-26 10:38:47 -07:00
Ryan Gregg
2e9f051c77
Rewrite topic ( #1617 )
2019-07-25 09:40:36 -07:00
janitha09
f6f38836df
Building and deploying the sample ( #911 )
...
* Building and deploying the sample
replace this: To find the IP address for your service, use. If your cluster is new, it may take sometime for the service to get assigned an external IP address.
with this:
To find the IP address for your service, use.
Note If your cluster is new, it may take sometime for the service to get assigned an external IP address. Instead of rerunning the command, you can add --watch to the command below to view the component's status updates in real time. Use CTRL+C to exit watch mode.
* Building and deploying the sample
Incorporating suggested changes. Moved Note below the command to find the IP address. Changed sentences to take the form of To do/make etc.
Created a Removing the sample section
* undo the added title: Removing the sample
Accidental additional section for ## Removing the sample app deployment
Add reference to External-IP in To make a request to your app
* Update serving/samples/helloworld-java/README.md
change sometime to some time
Co-Authored-By: janitha09 <janitha_j@hotmail.com>
* Remove $ prefix on commands
The knative style guide prefers this formatting.
* Clean up whitespace
* Revert line continuation, which is unnecessary
2019-07-24 16:24:36 -07:00
Joan Edwards
aa9a00e420
Create source_camel_k.yaml in samples directory ( #1608 )
...
corrects broken link
2019-07-24 11:57:38 -07:00
Katherine Jackson
765451d484
Some formatting changes to address #1484 . ( #1585 )
...
* Some formatting changes toaddress #1484 .
* Add whitespace for formatting
2019-07-24 11:34:35 -07:00
Joan Edwards
92d47aacfb
Correct minor grammatical error ( #1580 )
...
* Correct minor grammatical error
* Update README.md
2019-07-24 11:27:35 -07:00
Joan Edwards
d102eaaa8d
Document usage of Camel K in sources ( #1569 )
...
* Document usage of Camel K in sources
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2019-07-24 11:18:36 -07:00
Alex Alvarez
9315461ea6
Update Broken Kafka Sample Link ( #1615 )
2019-07-24 11:08:36 -07:00
Lionel Villard
482f684699
fix typo ( #1613 )
2019-07-23 16:46:35 -07:00