docs
docs copied to clipboard
User documentation for Knative components.
**Describe the change you'd like to see** The documentation on "Event Delivery" does not have any example on its usage for triggers. Example code: https://github.com/knative/eventing/blob/d5f8b90a0050dac74ec534da3d84468496f38bd7/test/rekt/resources/trigger/trigger_test.go#L236-L274 **Additional context** Add any other...
This PR fixes markdown syntax in the `serving/hello-world/helloworld-python/README.md` file. Making it easier to read for new starters. "Fixes #issue-number" or "Add description of the problem this PR solves" ## Proposed...
With Istio we could restrict the access to the Knative Broker, using the `AuthorizationPolicy` so that we can allow a number of workloads/namespaces to access different Broker URLs.
**Describe the change you'd like to see** We have some info on what types of probes the user can add to the Services [here](https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md#meta-requests), but it'd be nice to have...
I've noticed some responsiveness issues on the knative.dev landing page: - The buttons lack some spacing between them, and maybe we can add some uniform padding to the main headline....
Currently we list only that OIDC is supported in eventing-core with the MTChannelBasedBroker and InMemoryChannel. Since we have OIDC support in eventing-kafka-broker (EKB) too, we can add a support matrix...
This is a follow up to the issue to https://github.com/knative/community/issues/681 Evan landed changes (https://github.com/knative/docs/pull/5348) to the website to be more beginner friendly. It would be great with the redesign of...
There appears to be a discrepancy in the documentation regarding the configuration of full duplex support. The current documentation suggests placing the feature flag within the annotations of the service...
## What is changing? (Please include as many details as possible.) I was reading the documentation and found this: https://knative.dev/docs/serving/convert-deployment-to-knative-service/#determine-if-your-workload-is-a-good-fit-for-knative I think the point "Your workload uses only Secret and...
Fixes knative/serving#14566 ## Proposed Changes Changes discussed on #5758 ### Overview - [x] cloudevents-dotnet -- OK - [x] cloudevents-go -- OK - [x] cloudevents-nodejs -- OK - [ ] cloud...