Andrew Chan

Results 4 comments of Andrew Chan

I recently ran into the same symptoms after upgrading CH version from 0.13.5 to 0.18.2, but with 1 operator in a namespace. The cluster was removed even though CRD was...

I followed the upgrade instructions listed here: https://github.com/Altinity/clickhouse-operator/blob/master/docs/operator_upgrade.md Sequence: 1. `kubectl delete deploy -n kube-system clickhouse-operator` 2. Waited for operator to be terminated 3. `kubectl apply -f https://raw.githubusercontent.com/Altinity/clickhouse-operator/0.18.2/deploy/operator/parts/crd.yaml` 4. Deployed...

Thanks we will try 0.14.0. We tried 0.13.5 and same issue was happening. Some more debugging info: - EC2 instance is i3.2xl (https://aws.amazon.com/ec2/instance-types/i3/) - volume claim is for 400Gi and...

This was meant to solve the issue: https://github.com/flyteorg/flyte/issues/118#issuecomment-606388934 In Flyte it would help re-assign the label for the cache to a new artifact. In the PR, instead of using GORM...