Altinity / clickhouse-operator

Altinity Kubernetes Operator for ClickHouse creates, configures and manages ClickHouse® clusters running on Kubernetes
https://altinity.com
Apache License 2.0
1.94k stars 466 forks source link

Kubernetes 1.30+ support #1554

Open nenych opened 2 weeks ago

nenych commented 2 weeks ago

Add support of Kubernetes 1.30 or higher. Right now the CH supports "k8s.io/api v0.27.2" but newer versions of API supports things like:

lifecycle:
  preStop:
    sleep:
      seconds: 10
alex-zaitsev commented 2 weeks ago

@nenych , we use Operator in Kubernetes 1.31 with no issues. Not sure what you are requesting.