Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
name: config-kafka-broker-data-plane
namespace: knative-eventing
labels:
app.kubernetes.io/version: "276bcfc97f94ea8b449e6db2370a71ceb6f41c49"
app.kubernetes.io/version: "20260619-8d2f1ca65"
annotations:
knative.dev/example-checksum: "57a32008"
data:
Expand Down Expand Up @@ -95,7 +95,6 @@ data:
linger.ms=0
max.block.ms=60000
max.request.size=1048576
partitioner.class=org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes=-1
request.timeout.ms=2000
enable.idempotence=false
Expand Down Expand Up @@ -198,7 +197,7 @@ kind: ClusterRole
metadata:
name: knative-kafka-broker-data-plane
labels:
app.kubernetes.io/version: "276bcfc97f94ea8b449e6db2370a71ceb6f41c49"
app.kubernetes.io/version: "20260619-8d2f1ca65"
rules:
- apiGroups:
- ""
Expand Down Expand Up @@ -245,7 +244,7 @@ metadata:
name: knative-kafka-broker-data-plane
namespace: knative-eventing
labels:
app.kubernetes.io/version: "276bcfc97f94ea8b449e6db2370a71ceb6f41c49"
app.kubernetes.io/version: "20260619-8d2f1ca65"

---
# Copyright 2020 The Knative Authors
Expand All @@ -266,7 +265,7 @@ kind: ClusterRoleBinding
metadata:
name: knative-kafka-broker-data-plane
labels:
app.kubernetes.io/version: "276bcfc97f94ea8b449e6db2370a71ceb6f41c49"
app.kubernetes.io/version: "20260619-8d2f1ca65"
subjects:
- kind: ServiceAccount
name: knative-kafka-broker-data-plane
Expand Down Expand Up @@ -297,7 +296,7 @@ metadata:
namespace: knative-eventing
labels:
app: kafka-broker-dispatcher
app.kubernetes.io/version: "276bcfc97f94ea8b449e6db2370a71ceb6f41c49"
app.kubernetes.io/version: "20260619-8d2f1ca65"
app.kubernetes.io/component: kafka-broker-dispatcher
app.kubernetes.io/name: knative-eventing
spec:
Expand All @@ -311,7 +310,7 @@ spec:
name: kafka-broker-dispatcher
labels:
app: kafka-broker-dispatcher
app.kubernetes.io/version: "276bcfc97f94ea8b449e6db2370a71ceb6f41c49"
app.kubernetes.io/version: "20260619-8d2f1ca65"
app.kubernetes.io/component: kafka-broker-dispatcher
app.kubernetes.io/name: knative-eventing
app.kubernetes.io/kind: kafka-dispatcher
Expand All @@ -338,7 +337,7 @@ spec:
runAsUser: 1001
containers:
- name: kafka-broker-dispatcher
image: gcr.io/knative-nightly/knative-kafka-broker-dispatcher-loom@sha256:3873db4ae8df2039e5f04d28db9fc5a2ad437f7ed0a84bc374033e4099b9e22c
image: gcr.io/knative-nightly/knative-kafka-broker-dispatcher-loom@sha256:31f4b5dabb484820dee80607ac379b43ef53ebd5505e8a324d8fd40ccd3cfcc2
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /etc/config
Expand All @@ -352,8 +351,8 @@ spec:
- mountPath: /etc/logging
name: kafka-config-logging
readOnly: true
- mountPath: /etc/tracing
name: config-tracing
- mountPath: /etc/observability
name: config-observability
readOnly: true
ports:
- containerPort: 9090
Expand All @@ -380,16 +379,12 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.uid
- name: METRICS_PATH
value: /metrics
- name: METRICS_PORT
value: "9090"
- name: METRICS_PUBLISH_QUANTILES
value: "false"
- name: METRICS_JVM_ENABLED
value: "false"
- name: CONFIG_TRACING_PATH
value: "/etc/tracing"
- name: CONFIG_OBSERVABILITY_PATH
value: "/etc/observability"
# https://github.com/fabric8io/kubernetes-client/issues/2212
- name: HTTP2_DISABLE
value: "true"
Expand All @@ -408,18 +403,21 @@ spec:
memory: 1000Mi
livenessProbe:
failureThreshold: 3
tcpSocket:
port: 9090
exec:
command:
- /bin/sh
- -c
- "ls /proc/1"
initialDelaySeconds: 10
periodSeconds: 3
successThreshold: 1
timeoutSeconds: 1
readinessProbe:
failureThreshold: 3
httpGet:
port: 9090
path: /metrics
scheme: HTTP
exec:
command:
- cat
- /tmp/healthy
initialDelaySeconds: 10
periodSeconds: 3
successThreshold: 1
Expand All @@ -443,9 +441,12 @@ spec:
- name: kafka-config-logging
configMap:
name: kafka-config-logging
- name: config-tracing
- name: config-observability
configMap:
name: config-tracing
name: config-observability
- name: contract-resources
# only a placeholder. Will be replaced later by our pod defaulting webhook
emptyDir: {}
restartPolicy: Always
dnsConfig:
options:
Expand All @@ -472,7 +473,7 @@ metadata:
namespace: knative-eventing
labels:
app: kafka-broker-receiver
app.kubernetes.io/version: "276bcfc97f94ea8b449e6db2370a71ceb6f41c49"
app.kubernetes.io/version: "20260619-8d2f1ca65"
app.kubernetes.io/component: kafka-broker-receiver
app.kubernetes.io/name: knative-eventing
spec:
Expand All @@ -484,7 +485,7 @@ spec:
name: kafka-broker-receiver
labels:
app: kafka-broker-receiver
app.kubernetes.io/version: "276bcfc97f94ea8b449e6db2370a71ceb6f41c49"
app.kubernetes.io/version: "20260619-8d2f1ca65"
app.kubernetes.io/component: kafka-broker-receiver
app.kubernetes.io/name: knative-eventing
spec:
Expand All @@ -510,7 +511,7 @@ spec:
runAsUser: 1001
containers:
- name: kafka-broker-receiver
image: gcr.io/knative-nightly/knative-kafka-broker-receiver-loom@sha256:ff9f716ad3a35370264a9bdd88b5c62ed0f5af8bc93fa20f37a5cacb26883dda
image: gcr.io/knative-nightly/knative-kafka-broker-receiver-loom@sha256:4cc8ffb9c5a9ba3f6ce445ff5c88b8de6d63b3d05805cae059b20f4f40f20070
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /etc/config
Expand All @@ -524,8 +525,8 @@ spec:
- mountPath: /etc/logging
name: kafka-broker-config-logging
readOnly: true
- mountPath: /etc/tracing
name: config-tracing
- mountPath: /etc/observability
name: config-observability
readOnly: true
- mountPath: /etc/features
name: config-features
Expand Down Expand Up @@ -564,16 +565,12 @@ spec:
value: /healthz
- name: READINESS_PROBE_PATH
value: /readyz
- name: METRICS_PATH
value: /metrics
- name: METRICS_PORT
value: "9090"
- name: METRICS_PUBLISH_QUANTILES
value: "false"
- name: METRICS_JVM_ENABLED
value: "false"
- name: CONFIG_TRACING_PATH
value: "/etc/tracing"
- name: CONFIG_OBSERVABILITY_PATH
value: "/etc/observability"
- name: CONFIG_FEATURES_PATH
value: "/etc/features"
# https://github.com/fabric8io/kubernetes-client/issues/2212
Expand Down Expand Up @@ -630,9 +627,9 @@ spec:
- name: kafka-broker-config-logging
configMap:
name: kafka-config-logging
- name: config-tracing
- name: config-observability
configMap:
name: config-tracing
name: config-observability
- name: config-features
configMap:
name: config-features
Expand All @@ -649,7 +646,7 @@ metadata:
namespace: knative-eventing
labels:
app: kafka-broker-receiver
app.kubernetes.io/version: "276bcfc97f94ea8b449e6db2370a71ceb6f41c49"
app.kubernetes.io/version: "20260619-8d2f1ca65"
app.kubernetes.io/component: kafka-broker-receiver
app.kubernetes.io/name: knative-eventing
spec:
Expand Down
Loading