Commit Graph

3540 Commits

Author SHA1 Message Date
RichieEscarez 004da8feba site: insert 'docs' container folder at root (for knative.dev) (#1007)
* insert 'docs' container folder for website

* resolve presubmit test issues
2019-03-15 17:04:45 -07:00
Ahmet Alp Balkan 0b7f8ff519 hack: update ref docs gen script to cleanup tmp dirs (#1001)
Adding an EXIT trap to cleanup the /tmp directories containing

1. cloned knative repos (can be huge, especially going forward)
2. `gen-crd-api-reference-docs` tool's repo + built binary

Fixes #1000.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-03-15 14:03:44 -07:00
Ahmet Alp Balkan 3a0241929d hack: configurable repo refs for api docs gen (#998)
The API docs generation script can now be called with non-hardcoded commit/tag
refs.

	KNATIVE_SERVING_COMMIT=v0.4.0 \
	  KNATIVE_BUILD_COMMIT=v0.4.0 \
	  KNATIVE_EVENTING_COMMIT=v0.2.1 \
	  KNATIVE_EVENTING_SOURCES_COMMIT=v0.2.1 ./gen-api-reference-docs.sh

This should ease docs releases a tiny bit.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-03-15 13:51:44 -07:00
Dan Gerdesmeier 1a8a63dbff Update traffic splitting example to use Release mode (#964)
* Update traffic splitting example to use Release mode

This change updates the traffic splitting example to use release mode
introducing the concepts of the mode in three steps. This change also
simplifies running the commands and removes the need to mutate files on
disk to run through the example.

* Use envsubst instead of perl. Simplify image path

* Use long names for arguments

* Update diff statement

* Add envsubst install instructions
2019-03-15 13:06:46 -07:00
Khurram Baig 5c55756268 Update Eventing cronjob-source for Cloudevents (#1006)
Updates the documentation for cronjob-source sample to latest output.
Output has changed due to the adoption of  cloudevents.io by eventing.
2019-03-15 09:35:44 -07:00
Sam O'Dell 441dd410b4 Update issue templates -- delete extra template, add security note (#1003) 2019-03-14 18:16:43 -07:00
Sam O'Dell 95abab7a8f Update issue templates -- separate feature request from new/changing functionality (#1002)
* Update issue templates -- separate feature request from new/changing functionality

- We needed a template specifically for user's feature requests; we only had one for bugs and one for upcoming changes to Knative

* Update docs-feature-request.md
2019-03-14 14:29:44 -07:00
Sam O'Dell 3f7a02ec80 Clarifying Docs contributor roles (#958)
* Clarifying Docs contributing roles

* Clarifying how contributors become members/approvers

* Add docs-reviewers alias

* Add gyliu513 as docs reviewer

* Update DOCS-CONTRIBUTING.md

* Update DOCS-CONTRIBUTING.md

* Apply suggestions from code review

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

* Applying comments from DOCS-CONTRIBUTING.md

The text in DOCS-CONTRIBUTING was pulled from ROLES, so I'm making the same changes here as I did there.

* Update DOCS-CONTRIBUTING.md

* Update DOCS-CONTRIBUTING.md
2019-03-13 19:12:45 -07:00
Michael Vorburger ⛑️ e095752269 update OpenShift on install (#975)
* update OpenShift on install

* update the title for Knative-with-Minishift.md and Knative-with-OpenShift.md as well
2019-03-13 16:28:43 -07:00
Justin Brûlotte 2c738a0466 Update the monitoring file version (#996)
To reflect version v0.4.0 we need to update file version on this file
2019-03-13 13:14:43 -07:00
michaelabdelmalek d9b0adca12 Update Dockerfile (#991)
The instructions use the binary name "outyet" which doesn't reflect the helloworld binary actually used. I believe this is a copy-paste from:
https://blog.golang.org/docker
2019-03-13 12:24:43 -07:00
Michael Vorburger ⛑️ 0b602f9435 update Knative-with-OpenShift from 3.10 to 3.11 (and minor clean up) (#974)
curl doesn't seem to work on github release pages anymore?
2019-03-12 16:27:43 -07:00
Michael Vorburger ⛑️ 1648dd435d make install/scripts/knative-with-openshift.sh +x and -e (#973) 2019-03-12 16:24:43 -07:00
Yanwei Guo 1c4479d69e fix wrong path (#989) 2019-03-12 16:21:43 -07:00
Xavier Coulon 3f5b673b33 Update README.md (#987)
Fixed a minor typo
2019-03-12 09:07:43 -07:00
Ahmed Abdalla 5f6fc3fca5 Change MiniKube installation to require 1.12 cluster. (#873)
Due to a bug in CoreDNS that is fixed only in a version that ships
on MiniKube when installing Kubernetes v1.12 or newer. See
https://github.com/coredns/coredns/issues/2038

Fixes: knative/serving#3067
2019-03-12 09:02:48 -07:00
Dave Slinn 93b6640599 fix typo (#963) 2019-03-11 09:40:42 -07:00
Ahmet Alp Balkan 9f04556a89 samples/grpc-ping-go: don't provide default (#959)
I was trying to connect to my grpc service at a custom domain like
`grpc-ping.default.IP.IP.IP.IP.xip.io` while omitting -server_host_override
and it resulted in bug https://github.com/knative/serving/issues/3307 which
took several days to figure out there was a default value for this flag.

Removing the default value as nobody's really owning grpc.knative.dev or
setting it as the custom domain in this sample.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-03-07 14:35:41 -08:00
D Appleby 74fa88ef49 Doc changes to githubsource for specifying API URL (#949)
* Doc changes to githubsource for specifying API URL

This commit introduces extra documentation to support the new
functionality on githubsource where you can optionally specify
the baseURL of the github api server - thus enabling the existing
githubsource to be used against both public github and github
enterprise.  See https://github.com/knative/eventing-sources/pull/219

* Relative URL and quotes
2019-03-07 09:05:41 -08:00
Mete Atamel b88dddbd89 Updated instructions to use latest SDK, cleaned up unnecessary import… (#883)
* Updated instructions to use latest SDK, cleaned up unnecessary imports and added a verification step

* Further simplified the sample

* Revert "Further simplified the sample"

This reverts commit 647bd917d2.
2019-03-07 08:56:41 -08:00
Guang Ya Liu 2a8b7e6b3b Use long option for some commands. (#946)
-f -> --filename
-n  -> --namespace
-o -> --output
2019-03-07 08:52:41 -08:00
Zohaib Khan dc1715d2df Fix syntax error in yaml (#967)
Lined up `timeout` key correctly
2019-03-07 08:43:41 -08:00
Michael Vorburger ⛑️ da53c3c772 add missing '.' in eventing sample README (#966) 2019-03-06 19:22:40 -08:00
styblope faa9ef57a1 Add note on build pod timeout (#953) 2019-03-06 13:42:40 -08:00
Adam Ross f36f33e317 serving/samples/helloworld-nodejs: specifically require package.json (#956) 2019-03-06 11:28:41 -08:00
Ahmet Alp Balkan 1d00eb5ce0 helloworld-go: add go image tag (#961)
Better to put ptag so we're not flying in the air.
2019-03-06 10:33:41 -08:00
Ville Aikas 4015b93789 Add a note about using reviewers section to get PRs assigned to you (#962)
* Add a clarification about reviewers section in the OWNERS file

* add blurp about approver discretion
2019-03-06 09:46:40 -08:00
pugang1985 6796b8af8e Fixed typo (#937) 2019-03-04 16:18:39 -08:00
Xia Zhenhua e94ef4a699 fix doc (#952) 2019-03-04 10:33:39 -08:00
Guang Ya Liu 6aecb065c1 Added debug info for kubernetes deployment. (#908) 2019-02-27 23:02:49 -08:00
Guang Ya Liu 3027545348 Added sample link for each event sample. (#909) 2019-02-27 22:59:49 -08:00
Guang Ya Liu f6dbdb53a7 Correct the command for build auth. (#907)
If there are multiple YAML files for kubectl, all files should be
specified by -f option.
2019-02-27 22:56:49 -08:00
moeyui1 025a5fb602 Add Build and Eventing to "How can I help" (#193) (#936) 2019-02-27 15:16:49 -08:00
Mark Chmarny 52ac2f6ff2 Add in-memory-channel to enable eventing release (#944)
Eventing release was failing for me due to missing `ClusterChannelProvisioner`
```
unable to recognize "https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml": no matches for kind "ClusterChannelProvisioner" in version "eventing.knative.dev/v1alpha1"
```
Adding `https://github.com/knative/eventing/releases/download/v0.4.0/in-memory-channel.yaml` fixes this
2019-02-27 12:11:49 -08:00
Rick Slot 053fd68bd8 Missing NodePort replace to run on localhost (#899) 2019-02-27 10:47:48 -08:00
sullis 774bc03c5a sbt-native-packager 1.3.17 (#872) 2019-02-27 10:39:49 -08:00
moeyui1 87731ebb01 fix the alignment problem (#940) 2019-02-27 10:06:49 -08:00
Victor Agababov e349cae069 Fix docs (#935)
* Update the example to automate IP extraction and use it as a env var.

* {} the variables for better shell

* kotlin example; numbering, same changes

* add env var for domain
2019-02-27 10:03:49 -08:00
Serguei Bezverkhi 2a2abbf0f2 Switching to rbac v1 (#663)
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2019-02-26 14:37:48 -08:00
Andrew Gorcester 290ca7dd59 Update Dockerfile to use gunicorn w/ multithread (#807)
* Update Dockerfile to use gunicorn w/ multithread

* Update Dockerfile

* Update Dockerfile
2019-02-25 16:04:48 -08:00
Jan f1279aabf7 knative with gardener: fix markdown syntax (#931) 2019-02-25 12:36:50 -08:00
Kenjiro Nakayama 86d2864e7f Update eventing install for v0.4.0 (#929)
installation guide in eventing docs is still `v0.3.0`. This patch
changes release URL from v0.3.0 to v0.4.0.
2019-02-25 09:38:48 -08:00
Kenjiro Nakayama ade2ffdc5e Fix invalid manifest URL to insatll build (#930)
This patch replaces invalid manifest URL with the latest manifest URL.
2019-02-25 09:34:48 -08:00
Andrew Poydence 010249a509 Fix gcp-pubsub-source README typo (#910) 2019-02-22 16:28:47 -08:00
Matt Moore 6ed2a4796f Update the docker push reference (#928) 2019-02-22 15:02:47 -08:00
Leonardo Rossetti e3a141ff6f using correct link in openshift install docs (#924) 2019-02-22 11:18:47 -08:00
Michael Friis e825d14485 Tweak grammar in Custom Ingress Gateway guide (#919)
* grammar tweaks

* lower case
2019-02-21 13:22:47 -08:00
Guang Ya Liu f47f247e82 Updated autoscale go README. (#912) 2019-02-21 11:37:47 -08:00
Sam O'Dell 87a9af8b76 Updating install docs to v0.4 (#915) 2019-02-21 11:26:47 -08:00
sebgoa 75592026c3 Add knative lambda sources from triggermesh (#918) 2019-02-21 09:53:47 -08:00