* Change link to InMemoryChannel
* First changes
* Migrate debug example from eventing.knative.dev to messaging.knative.dev
* Convert KubernetesEventSource to ApiServerSource
* Migrate kamel source to messaging channels
* Remove default channels with CCP
* Remove CCP channels and add GCP PubSub Channel CRD
* Migrate debugging example to messaging channels and ApiServerSource
* Remove istio injection from example
* Remove istio debugging section
* Remove ccp files and provide channel implementation links
* Custom install changes
* Use dispatcher container in kubectl command
* Remove CRD prefix from channel list
* Apply suggestions from code review
Incorporate review suggestions
Co-Authored-By: Ville Aikas <vaikas-google@users.noreply.github.com>
* Point to ChannelSpec of messaging API instead of eventing API
* Use InMemoryChannel directly in debugging example
* Add --skip_verify option to client to allow skip server hostname verification.
* Enable SSL when --insecure option is NOT set.
Also add --skip_verify option to client to allow skipping server hostname verification.
* 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
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>
* 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
* Community - move frontmatter into README
* Serving - move frontmatter into README
* swap readfile calls from README.md to index.md
* Eventing - move frontmatter into README
* 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