Matthias Wessendorf
Matthias Wessendorf
Having a CocoaPods based project (https://github.com/aerogear/aerogear-ios) and did use the following Rakefile to build it: ``` require 'rubygems' require 'betabuilder' BetaBuilder::Tasks.new do |config| # your Xcode target name config.target =...
The doc https://knative.dev/docs/eventing/configuration/broker-configuration/#configuring-the-default-brokerclass-for-namespaces is a little misleading or not fully correct. * `KafkaBroker` -> there is no such `class`, the Kafka-based broker impl does use `Kafka` instead * The config...
Document how to protect a Knative Broker with JSON Web Token (JWT) and Istio, using the `AuthorizationPolicy` and `RequestAuthentication` types from istio
## Repo information Org: knative Repo: eventing-kafka Purpose (Description): For storing all the Kafka components we have. Related to breaking down the overloaded `eventing-contrib` repo. for Kafka components we have...
Following this guide: https://knative.dev/docs/serving/services/custom-domains/ I set these values in the "network" ConfigMap: ```yaml ... autocreateClusterDomainClaims: "true" defaultExternalScheme: https domainTemplate: '{{.Name}}-{{.Namespace}}.{{.Domain}}' ingress.class: kourier.ingress.networking.knative.dev {code} ... ``` So I created a `DomainMapping`...
Hi, I got some errors on the integration tests, see below. I've created a [branch](https://github.com/matzew/moditect/tree/os_plugin), where I added the `os-maven-plugin`, since on the vertx/netty integration test some of the `os.detected.***`...
Hi, when there is a certifacte that is expried, we noticed a good number of verbose logs, such as: ``` 18:55:27,238 INFO [com.turo.pushy.apns.ApnsClientHandler] (nioEventLoopGroup-16-1) Received GOAWAY from APNs server: {"reason":"Shutdown"}...
We technically have app.kubernetes.io/version label that contains that information Note: we'll have to drop it's use in some selectors etc. https://github.com/knative/eventing/blob/c7e9acb806cafdf0ddd77ea3a5ee545d0d4d267d/config/core/webhooks/config-validation.yaml#L34-L35 (similar to https://github.com/knative/serving/issues/12215)
Signed-off-by: Matthias Wessendorf ## Proposed Changes - :broom: Update kind version and adding newer k8s version ### Pre-review Checklist - [ ] **At least 80% unit test coverage** - [...
**Describe the bug** create a ping source before a ksvc, and notice that it will _never_ go to `READY` state. ``` pingsource.sources.knative.dev/test-ping-source False NotFound 4m ``` **Expected behavior** once the...