Commit Graph

856 Commits

Author SHA1 Message Date
Sam O'Dell b2f3d89bc3 Update issue templates () 2018-12-10 17:14:15 -08:00
mattmoor-sockpuppet 4f0ffb8d31 Format markdown ()
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-10 12:50:15 -08:00
mattmoor-sockpuppet 8184d7a72e golang format tools ()
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
2018-12-10 07:25:29 -08:00
Ram Gopinathan 3e7200b337 Fixed the path in example that shows how to copy private key from id_rsa file and base64 encode it () 2018-12-07 15:55:27 -08:00
George Harley fb93f7e89b Add PKS information to configuring outbound access setup ()
* This is connected to 
2018-12-07 14:49:27 -08:00
Ahmet Alp Balkan 1df8f9e434 samples/autoscale-go: simplify instructions ()
* samples/autoscale-go: simplify instructions

This patch simplifies the autoscaling tutorial by eliminating steps to:
- go-get the repo
- set a $REPO
- enable GCR API
- show how to authenticate to GCR via docker client
- push image
- update service.yaml

Instead we just do:
- deploy service.yaml that has a pre-built public image

I just published this image to `gcr.io/knative-samples/autoscale-go:0.1` and I
have eliminated excessive Dockerfile instructions that cause the entire docs/
repo to be sent to docker-engine as part of the "docker build".

Fixes .

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* fix: bundle load generator into img, update docs

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-12-07 13:35:27 -08:00
Zhimin Xiang b0e83685e9 Add more content about granting CloudDNS permission to GKE cluster ()
* update external dns doc

* rename file

* address comment

* fix typos

* address comment
2018-12-07 10:20:26 -08:00
Adriano Cunha 309cfedabc Fix my username :) () 2018-12-07 10:05:26 -08:00
mattmoor-sockpuppet 581bd2f539 Format markdown ()
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 ()
* 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
sebgoa 098b76e082 move eventing to 0.2.1 release ()
We need to keep the releases up to date in these docs
2018-12-05 12:40:26 -08:00
mattmoor-sockpuppet c64c63a160 Format markdown ()
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:34:25 -08:00
zxxa 1e779dca20 Fix spelling error () 2018-12-04 10:07:25 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown ()
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
Guang Ya Liu b83769e72d Use go build to build helloworld-go image. () 2018-12-03 12:26:25 -08:00
Victor Agababov bf36601dcc Update some docs for installation of knative on GKE ()
* 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
Ben Browning f92e52857c Fluentd DaemonSet needs a specific Label on Nodes ()
* Fluentd DaemonSet needs a specific Label on Nodes

The Fluentd DaemonSet will only run on nodes labeled with
`beta.kubernetes.io/fluentd-ds-ready="true"`. This label isn't set on
Nodes out of the box on some platforms, including minikube. It appears
to be set by default on GKE.

* Add steps to ensure the Fluentd DaemonSet is up

* Fix markdown after resolving merge conflict
2018-11-30 16:41:24 -08:00
RichieEscarez bd51ddee09 Adding Caroline to the repo owners file () 2018-11-29 15:36:23 -08:00
Matt Moore cadea5ebe1 Simplify the Github sample. ()
* Simplify the Github sample.

This simplifies the Github sample as outlined in  to drop the concepts that aren't needed for the sample to work end-to-end.

Fixes: https://github.com/knative/docs/issues/586
Fixes: https://github.com/knative/docs/issues/584
Fixes: https://github.com/knative/docs/issues/552
Fixes: https://github.com/knative/docs/issues/551

Progress on: https://github.com/knative/docs/issues/541

* Update eventing/samples/github-source/README.md

Co-Authored-By: mattmoor <mattmoor@google.com>
2018-11-29 14:14:23 -08:00
Jonas Finnemann Jensen b11a0d4de3 Fix example response ()
We specify `TARGET='Node.js Sample v1'` in `service.yaml`, so it would be surprising if this isn't printed in the response.
2018-11-29 13:48:23 -08:00
chaodaiG edfbdcbae5 Remove images deletion step from e2e test / Update test-infra ()
Old images cleanup is no longer part of e2e test, this functionality will be moved to a separate job runs periodically.

Proposed Changes
This part is done in knative/test-infra, updating dependencies in this repo to include this update.
Link to the issue in test-infra: 
2018-11-29 13:45:24 -08:00
mattmoor-sockpuppet df893ed169 Fix spelling errors ()
Produced via: `github.com/client9/misspell`
2018-11-28 10:40:23 -08:00
Belinda Vennam eab8e49a66 Updating misspelling of their ()
* updating thier to their

* new commit to force cla check to rerun

* undo new commit to force cla check to rerun

* new commit with updated email address

* new commit with updated email address
2018-11-27 15:18:24 -08:00
Ram Gopinathan 7a684a323d Removed command "kubectl create namespace knative-sources" as namespace is already created when core sources are installed () 2018-11-27 15:03:22 -08:00
RichieEscarez 5682c7ca9d Fix code indentation ()
* Fix code indentation

Fixes:  

/assign @averikitsch

* remove extra tabs

* try again
2018-11-27 14:25:22 -08:00
Ville Aikas c20a981a25 use public image instead of requiring ko () 2018-11-27 14:07:22 -08:00
Guang Ya Liu e57450a66b Use golang:alpine instead of golang for example Dockerfile. ()
* Use golang:alpine instead of golang for build-private-repo-go Dockerfile.

* wording tweaks
2018-11-27 13:38:22 -08:00
Ahmet Alp Balkan 33b7fbc9f7 use base64 -w0 instead of some random high number ()
This will yield the same result (single-line output as -w 0 disables line
breaks). However note that, -w flag doesn't exist in BSD base64, but this PR
is not about that.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-11-27 13:34:23 -08:00
Guang Ya Liu 47bef7c63f [sample/build-private-repo-go] Unify the format for build private repo. () 2018-11-27 13:14:22 -08:00
Guang Ya Liu 26fb00f42a Updated helloworld-go by clarifying the `IP_ADDRESS` address. ()
* Updated helloworld-go by clarifying the `IP_ADDRESS` address.

* Quick edit of the deploy steps
2018-11-27 11:55:22 -08:00
Averi Kitsch c41f9193e8 update Docker file to respect PORT () 2018-11-27 11:51:23 -08:00
Averi Kitsch 803a5e5a94 update dockerfile to be consistent () 2018-11-27 11:33:22 -08:00
Guang Ya Liu 871d3c007d [samples/knative-routing-go] Updated README for some keywords. () 2018-11-27 10:43:23 -08:00
Guang Ya Liu cae874e606 Fixed broken link for eventing. () 2018-11-27 10:36:23 -08:00
Victor Agababov 648cbb70db Fix the documentation for the knative go example, where the docs refer to the original golang docs. ()
The app name is different and it might be confusing (also incorrect).
2018-11-27 10:28:22 -08:00
Ahmet Alp Balkan cfb2e9dc58 serving/ssl: add 90d warning about letsencrypt ()
* serving/ssl: add 90d warning about letsencrypt

I don't think certbot method listed here is renewing LE certs. It's especially
important as LE certs expire every 90 days, so I'm adding a warning.

Also using the Let's Encrypt spelling.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* move warning up

* Update using-an-ssl-cert.md
2018-11-27 10:23:23 -08:00
Morgan Hallmon d0fcb6e2bc Update gke-assigning-static-ip-address.md ()
Removed console output from command
2018-11-27 10:12:23 -08:00
Guang Ya Liu 92a92ede21 [samples/grpc-ping-go] Minor typo fix for this example. () 2018-11-27 09:22:22 -08:00
Yanwei Guo 10e43caf81 Replace Bazel commands with ko ()
* replace bazel commands with ko

* remove ko commands

* add a command
2018-11-26 16:41:22 -08:00
Ahmet Alp Balkan fb91667928 source-to-url: remove unnecessary yaml indentation () 2018-11-26 14:59:24 -08:00
Andrea Frittoli d18ba92b4a Discover the K8S version for IKS deployment ()
* 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 16b73392db [samples/gitwebhook-go] Minor typo fix for gitwebhook-go. () 2018-11-26 11:14:22 -08:00
Justin Grayston 8a80f7b000 Correct Namespace in Kabana UI link ()
Change the namespace to knative-monitoring from
just monitoring

Resolves 
2018-11-26 10:03:22 -08:00
Guang Ya Liu e982df0b0e Add notes for how to debug `curl`. () 2018-11-26 08:48:23 -08:00
Guang Ya Liu da016b2818 Updated k8s doc use latest serving release. () 2018-11-26 08:43:23 -08:00
Adam Ross d77834db66 Docker hello ruby ()
* serving/samples/helloworld-rust: simplify and standardize Dockerfile

* serving/samples/helloworld-ruby: simplify and standardize Dockerfile
2018-11-26 02:14:22 -08:00
Adam Ross 5d419226ea serving/samples/helloworld-dart: simplify and standardize Dockerfile () 2018-11-26 01:57:22 -08:00
Adam Ross 04dc9976d9 serving/samples/helloworld-kotlin: simplify and standardize Dockerfile () 2018-11-26 01:39:38 -08:00
Adam Ross 7b76630c7d serving/samples/helloworld-java: simplify and standardize Dockerfile () 2018-11-26 01:39:33 -08:00
Adam Ross e3ec9fd985 serving/samples/helloworld-haskell: simplify and standardize Dockerfile () 2018-11-26 01:39:28 -08:00