Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDB is not getting created #1139

Closed
ibotty opened this issue Apr 3, 2023 · 2 comments
Closed

PDB is not getting created #1139

ibotty opened this issue Apr 3, 2023 · 2 comments

Comments

@ibotty
Copy link

ibotty commented Apr 3, 2023

I installed the clickhouse operator from operatorhub on OKD 4.12:

Server Version: 4.12.0-0.okd-2023-03-18-084815
Kubernetes Version: v1.25.0-2786+eab9cc98fe4c00-dirty

But when using

  [...]
  templates:
    podTemplates:
      - name: default:22
        podDistribution:
        - type: CircularReplication

I get the following error in the operator's logs.

W0403 09:54:14.405036       1 worker.go:1148] unable to create PDB the server could not find the requested resource

And no PDB is created.

Is there anything I am missing?

My complete clickhouseinstallation is attached:
clickhouse.clickhouseinstallation.txt

@alex-zaitsev
Copy link
Member

@ibotty ,

  1. Use the latest operator (0.20.3 or 0.21.0 that is about to be released). We are going to update version on operatorhub.io soon.
  2. CircularReplication is not recommended. If you are running in cloud environment, it is better to have smaller VMs/pods instead of circular replication.

@alex-zaitsev
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants