fix(helm): missing kubernetes.cluster-id option in flink cluster
This commit is contained in:
parent
55dbe9f8c2
commit
550b6882e1
@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: flink-kube-operator
|
name: flink-kube-operator
|
||||||
description: Helm chart for flink kube operator
|
description: Helm chart for flink kube operator
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.10
|
version: 0.1.11
|
||||||
appVersion: "0.1.0"
|
appVersion: "0.1.0"
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
rootLogger.appenderRef.console.ref = ConsoleAppender
|
rootLogger.appenderRef.console.ref = ConsoleAppender
|
||||||
high-availability.type: kubernetes
|
high-availability.type: kubernetes
|
||||||
kubernetes.namespace: {{ .Release.Namespace }}
|
kubernetes.namespace: {{ .Release.Namespace }}
|
||||||
kubernetes.cluster-id: cluster-one
|
kubernetes.cluster-id: {{ .Release.Name }}-cluster
|
||||||
execution.checkpointing.interval: 5min
|
execution.checkpointing.interval: 5min
|
||||||
execution.checkpointing.mode: EXACTLY_ONCE
|
execution.checkpointing.mode: EXACTLY_ONCE
|
||||||
web.upload.dir: {{ .Values.flink.state.data.dir }}/web-upload
|
web.upload.dir: {{ .Values.flink.state.data.dir }}/web-upload
|
||||||
|
|||||||
BIN
helm/flink-kube-operator-0.1.11.tgz
Normal file
BIN
helm/flink-kube-operator-0.1.11.tgz
Normal file
Binary file not shown.
@ -3,7 +3,17 @@ entries:
|
|||||||
flink-kube-operator:
|
flink-kube-operator:
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.1.0
|
appVersion: 0.1.0
|
||||||
created: "2025-01-18T01:32:48.777685476+03:30"
|
created: "2025-03-04T17:44:50.556817712+03:30"
|
||||||
|
description: Helm chart for flink kube operator
|
||||||
|
digest: 0daa98c63b443018c2072a2d7448c972faff2274fb04433c613532b408cd3ab1
|
||||||
|
name: flink-kube-operator
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- flink-kube-operator-0.1.11.tgz
|
||||||
|
version: 0.1.11
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: 0.1.0
|
||||||
|
created: "2025-03-04T17:44:50.55639695+03:30"
|
||||||
description: Helm chart for flink kube operator
|
description: Helm chart for flink kube operator
|
||||||
digest: e091256eeb8640b61443cbe4781426ef493737ab0ac1145e568426bb2c1ed3ba
|
digest: e091256eeb8640b61443cbe4781426ef493737ab0ac1145e568426bb2c1ed3ba
|
||||||
name: flink-kube-operator
|
name: flink-kube-operator
|
||||||
@ -111,4 +121,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- flink-kube-operator-0.1.0.tgz
|
- flink-kube-operator-0.1.0.tgz
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
generated: "2025-01-18T01:32:48.775624376+03:30"
|
generated: "2025-03-04T17:44:50.554379355+03:30"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user