* Add machine learning serving example using python
* Update readme
* update base on comments
* add python bentoml to the sample's list
* Add trailing newline
* Secrets use GOOGLE_APPLICATION_CREDENTIALS as key (#1769)
* [DOC] Add alternative shell command to delete knative service (#1727)
* Update getting-started-knative-app.md
It is very useful when `kservice` are created via API and not with files.
* Delete the word "record" per review.
* Fix typo in microk8s doc (#1912)
* Fix the Subscription's apiVersion in debugging. (#1914)
Fix the Subscription's apiVersion in eventing debugging example.yaml file.
According to the api register in `https://github.com/knative/eventing/tree/master/pkg/apis/messaging`.
The Subscription Kind should be in messaging.knative.dev/v1alpha1, while the original file is "eventing.knative.dev/v1alpha1".
If apply the original file, the error happened "error: unable to recognize "example.yaml": no matches for kind "Subscription" in version "eventing.knative.dev/v1alpha1""
This update fix this bug.
* minor typo fix (#1932)
* fix small typo in sample READMEs (#1967)
* fix more broken links
* fix broken links
* update old readfile syntax
* revert dynamic var
* link to folder not readfile source
* fix bad markdown
* fix broken titles and links
* Remove error-prone if branch for ingress gateway name detection<
* Add gke example image of desired external IP address state
* Remove knative-ingressgateway due to versioned docs
* Remove knative-ingressgateway due to versioned docs in whole repo
* Fix indention
* Community - move frontmatter into README
* Serving - move frontmatter into README
* swap readfile calls from README.md to index.md
* Eventing - move frontmatter into README
* 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
* (docs): add sample for Java Quarkus
- Updated build for quarkus v0.13.1
- Added extra toolset to the base image
- refactored to new folder under community samples
Resolves: #1033
Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
* (fix): upgrade to Quarkus v0.13.0
- removed test classes
- removed native image build
* (refactor): remove buildah native image script
- remove buildah native image script and use the one from the base builder img
- remove expose port
* Updated configurationt to get port from env var
* removed PORT env var.
reformatted README code blocks
* (chore): Review comment updates
- (refactor) added native image builder dockerfile
- (refactor) added comments MVN_CMD_ARGS to allow building Quarkus in JVM mode
- (chore) updated the knative build to use the new community samples path
- (chore): add other common IDE files to dockerignore
Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
* updated readme
* Simplified quarkus example
* remove unnecessary dockerfiles
* Respect PORT environmental variable
* remove extra ls in Dockerfile
* Edit to get the user up and running
got a window to test and run the local side of the sample:
- added maven
- clarified code options
otherwise, left the rest of the content as is
* Format markdown
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
* Revert the bad portion of the auto-format
* helloworld-go: install CA certs
All users who are querying any HTTPS endpoints will need this and won't understand why it's failing.
* address fixes
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* ignore .packages – this is machine-specific
* Fix pubspec - use `publish_to` instead of `private`
Order keys to follow convention
* update dependencies
* code cleanup
* Format markdown
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
* Apply suggestions from code review
Co-Authored-By: mattmoor-sockpuppet <mattmoor+sockpuppet@google.com>
* Undo parts of auto-correction that result in diff.
* 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