* add doccument
* add reasons for plugins
* Formatted file
* add more details
* fix links
* Remove typo and duplicate steps +
+ made a few edits for clarity and consistency
By reading the docs, I can't tell where are these config/monitoring stuff.
So I'm adding sub-steps to (a) clone repo + cd + checkout to the release tag,
then (b) apply them.
Please /cc someone who knows about this stuff to verify.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
Looks like anchors are case-sensitive. GitHub Markdown rendering creates
lower-case-section-anchors.
How many more of these there are, I'm not sure. But when I searched like
ag --md '#[A-Z]'
This is the only such markdown page with such uppercase anchor references,
so I'm just fixing this page. Sorry for long commit message.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* Update docs to use kubectl long flags
* adding back in the --filename flag (lost when manually merged)
* notice a few missed
* notice a few missed '-f' flags
* change -o to --output
* source-to-url-go: support multi-line base64 output
if my password is long "echo password | base64" will yield in a multiline
string that can confuse users about how to put that thing in Kubernetes
Secret manifest.
Adding -w0 (and for macOS/BSD base64(1), -b0) solves that problem.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* slight revision of Note
Includes:
* fixes to `library.sh` in order to have some `hack` scripts working again;
* better checking of PRs where presubmit tests are unnecessary;
Bonus: adds the missing eXecution bit to `update-deps.sh`.
* Fix ordering in github-events function deploy
In this sample app we ask the user to deploy the application
(function.yaml) before creating the githubsecret. This causes the deploy
to fail with a configerror because it references a secret which doesnt
exist.
* remove typo
* Staging for move from eventing.
* the event name needed to be updated.
* Dockerfile worked just fine.
* Updated based on feedback.
* core core core.
* Updated based on feedback.
* Add todo to add to Understanding what happened.
* shared scripts from test-infra live in //vendor/github.com/knative/test-infra/scripts;
* created `//hack/update-deps.sh` to properly update deps, including test-infra;
* all bash scripts were updated to use the vendored scripts;
Part of knative/test-infra#30.
* Add a helloworld sample for haskell
* Use stack as the build tool
* Use scotty as a web framework
* Use docker multi-stage build to create a smaller runtime image
* Apply review comments on the README.md
* Apply language review comments
- Fix `service.yaml` indentation
- Change heading for sample code recreation