mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* Issue argoproj#6956 - Adding confluent health checks Signed-off-by: ThoTischner <thomas-schwaig@web.de> * Issue argoproj#6956 - Change Unknown to Progressing Signed-off-by: ThoTischner <thomas-schwaig@web.de>
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
apiVersion: platform.confluent.io/v1beta1
|
|
kind: Connect
|
|
metadata:
|
|
finalizers:
|
|
- connect.finalizers.platform.confluent.io
|
|
generation: 1
|
|
name: connect
|
|
namespace: confluent
|
|
spec:
|
|
dependencies:
|
|
kafka:
|
|
bootstrapEndpoint: kafka:9071
|
|
replicas: 1
|
|
status:
|
|
clusterName: connect
|
|
clusterNamespace: confluent
|
|
conditions:
|
|
- lastProbeTime: "2021-08-11T10:03:56Z"
|
|
lastTransitionTime: "2021-08-11T10:09:01Z"
|
|
message: Deployment has minimum availability.
|
|
reason: MinimumReplicasAvailable
|
|
status: "True"
|
|
type: platform.confluent.io/statefulset-available
|
|
- lastProbeTime: "2021-08-11T10:03:56Z"
|
|
lastTransitionTime: "2021-08-11T10:09:01Z"
|
|
message: Kubernetes resources ready.
|
|
reason: KubernetesResourcesReady
|
|
status: "True"
|
|
type: platform.confluent.io/resources-ready
|
|
- lastProbeTime: "2021-08-11T10:03:56Z"
|
|
lastTransitionTime: "2021-08-11T10:03:56Z"
|
|
message: Cluster is not being garbage collected
|
|
reason: ClusterNotShrunk
|
|
status: "False"
|
|
type: platform.confluent.io/garbage-collecting
|
|
currentReplicas: 1
|
|
groupId: confluent.connect
|
|
internalTopicNames:
|
|
- confluent.connect-offsets
|
|
- confluent.connect-configs
|
|
- confluent.connect-status
|
|
kafka:
|
|
bootstrapEndpoint: kafka:9071
|
|
operatorVersion: v0.174.13
|
|
phase: PROVISIONING
|
|
readyReplicas: 1
|
|
replicas: 1
|
|
restConfig:
|
|
internalEndpoint: http://connect.confluent.svc.cluster.local:8083
|