Vladislav Klimenko
Vladislav Klimenko
readiness check introduced in 0.24.0 release check, please
This is a very interesting topic that requires detailed discussion. However, these are my brief thoughts on the matter. > 1. How would other services learn the status of the...
The idea to extract metrics operator as a completely separate entity has been around for some time. However, tasks with higher priority are blocking this notion. We need to continue...
Please check these behaviors: https://github.com/Altinity/clickhouse-operator/blob/bbbf66a8e0fbbcf36b787a63eceeaca37e0ec272/config/config.yaml#L256
Try to modify ``` update: onFailure: rollback ``` to ``` update: onFailure: abort ```
rollback needs to be checked
Hit the same issue as well. ``` docker version: 20.10.12 minikube version: v1.25.1 redpanda version: v21.11.4 ``` Got the following error in Pod events ``` Warning FailedCreatePodSandBox 16m kubelet Failed...
The only difference with provided [example](https://raw.githubusercontent.com/vectorizedio/redpanda/dev/src/go/k8s/config/samples/one_node_cluster.yaml) is `external` ``` - external: enabled: true subdomain: local.rp port: 30001 ``` With the whole manifest is like this: ``` apiVersion: redpanda.vectorized.io/v1alpha1 kind: Cluster...
Without `external` section all is fine, cluster is created successfully
Planned for fix in 0.25.1