Patroni: Kubernetes dcs read timed out

Created on 24 Jan 2018  Â·  18Comments  Â·  Source: zalando/patroni

Hi
I'm trying to initialize a cluster with kubernetes as dcs for patroni but I get this error:

➜  patroni kubectl logs patroni-1           
decompressing spilo image...
2018-01-24 06:54:03,626 - bootstrapping - INFO - Figuring out my environment (Google? AWS? Openstack? Local?)
2018-01-24 06:54:03,631 - bootstrapping - DEBUG - Starting new HTTP connection (1): 169.254.169.254
2018-01-24 06:54:05,636 - bootstrapping - INFO - Could not connect to 169.254.169.254, assuming local Docker setup
2018-01-24 06:54:05,637 - bootstrapping - INFO - No meta-data available for this provider
2018-01-24 06:54:05,637 - bootstrapping - INFO - Looks like your running local
2018-01-24 06:54:05,670 - bootstrapping - INFO - Configuring pgbouncer
2018-01-24 06:54:05,670 - bootstrapping - INFO - No PGBOUNCER_CONFIGURATION was specified, skipping
2018-01-24 06:54:05,670 - bootstrapping - INFO - Configuring patroni
2018-01-24 06:54:05,684 - bootstrapping - INFO - Writing to file /home/postgres/postgres.yml
2018-01-24 06:54:05,684 - bootstrapping - INFO - Configuring bootstrap
2018-01-24 06:54:05,685 - bootstrapping - INFO - Configuring certificate
2018-01-24 06:54:05,685 - bootstrapping - INFO - Generating ssl certificate
2018-01-24 06:54:05,884 - bootstrapping - DEBUG - b"Generating a 2048 bit RSA private key\n............+++\n......................................................+++\nwriting new private key to '/home/postgres/server.key'\n-----\n"
2018-01-24 06:54:05,884 - bootstrapping - INFO - Configuring crontab
2018-01-24 06:54:05,885 - bootstrapping - INFO - Configuring wal-e
2018-01-24 06:54:05,885 - bootstrapping - INFO - Configuring pam-oauth2
2018-01-24 06:54:05,885 - bootstrapping - INFO - No PAM_OAUTH2 configuration was specified, skipping
2018-01-24 06:54:05,888 - bootstrapping - INFO - Configuring patronictl
2018-01-24 06:54:06,650 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
2018-01-24 06:54:06,651 INFO Included extra file "/etc/supervisor/conf.d/cron.conf" during parsing
2018-01-24 06:54:06,651 INFO Included extra file "/etc/supervisor/conf.d/patroni.conf" during parsing
2018-01-24 06:54:06,651 INFO Included extra file "/etc/supervisor/conf.d/pgq.conf" during parsing
2018-01-24 06:54:06,663 INFO RPC interface 'supervisor' initialized
2018-01-24 06:54:06,663 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2018-01-24 06:54:06,663 INFO supervisord started with pid 1
2018-01-24 06:54:07,669 INFO spawned: 'cron' with pid 24
2018-01-24 06:54:07,671 INFO spawned: 'patroni' with pid 25
2018-01-24 06:54:07,674 INFO spawned: 'pgq' with pid 26
2018-01-24 06:54:08,676 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-24 06:54:08,676 INFO success: patroni entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-24 06:54:08,677 INFO success: pgq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-24 06:54:12,576 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='10.233.0.1', port=443): Read timed out. (read timeout=3
.3333333333333335)",)': /api/v1/namespaces/default/endpoints?labelSelector=application%3Dpatroni%2Capp%3Dpatroni%2Crelease%3Dpatroni%2Ccluster%3Dpatroni
2018-01-24 06:54:12,576 WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='10.233.0.1', port=443): Read timed out. (read timeout=
3.3333333333333335)",)': /api/v1/namespaces/default/endpoints?labelSelector=application%3Dpatroni%2Capp%3Dpatroni%2Crelease%3Dpatroni%2Ccluster%3Dpatroni
2018-01-24 06:54:13,975 INFO: Lock owner: None; I am patroni-1
2018-01-24 06:54:13,981 INFO: failed to acquire initialize lock
2018-01-24 06:54:25,519 INFO: Lock owner: None; I am patroni-1
2018-01-24 06:54:25,525 INFO: failed to acquire initialize lock
2018-01-24 06:54:33,572 INFO: Lock owner: None; I am patroni-1
2018-01-24 06:54:33,579 INFO: failed to acquire initialize lock
2018-01-24 06:54:43,672 INFO: Lock owner: None; I am patroni-1
2018-01-24 06:54:43,679 INFO: failed to acquire initialize lock
2018-01-24 06:54:53,741 INFO: Lock owner: None; I am patroni-1
2018-01-24 06:54:53,751 INFO: failed to acquire initialize lock
2018-01-24 06:55:03,798 INFO: Lock owner: None; I am patroni-1
2018-01-24 06:55:03,807 INFO: failed to acquire initialize lock
2018-01-24 06:55:13,848 INFO: Lock owner: None; I am patroni-1
2018-01-24 06:55:13,856 INFO: failed to acquire initialize lock
...

But when I shell into pod I don't see any issue with API server:

root@patroni-1:/home/postgres# KUBE_TOKEN=$(</var/run/secrets/kubernetes.io/serviceaccount/token)
root@patroni-1:/home/postgres# curl -sSk -H "Authorization: Bearer $KUBE_TOKEN" https://10.233.0.1:443/api/v1/namespaces/default/endpoints?labelSelector=application%3Dpatroni%2Capp%3Dpatroni%2Crelease%3Dpatroni%2Ccluster%3Dpatroni
{
  "kind": "EndpointsList",
  "apiVersion": "v1",
  "metadata": {
    "selfLink": "/api/v1/namespaces/default/endpoints",
    "resourceVersion": "10343553"
  },
  "items": [
    {
      "metadata": {
        "name": "patroni",
        "namespace": "default",
        "selfLink": "/api/v1/namespaces/default/endpoints/patroni",
        "uid": "5cf882de-ff82-11e7-9b4b-005056bb262b",
        "resourceVersion": "9831960",
        "creationTimestamp": "2018-01-22T14:41:42Z",
        "labels": {
          "app": "patroni",
          "application": "patroni",
          "cluster": "patroni",
          "release": "patroni"
        },
        "annotations": {
          "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"v1\",\"kind\":\"Endpoints\",\"metadata\":{\"annotations\":{},\"labels\":{\"app\":\"patroni\",\"application\":\"patroni\",\"cluster\":\"patroni\",\"release\":\"patroni\"},\"name\":\"patroni\",\"namespace\":\"default\"},\"subsets\":[]}\n"
        }
      },
      "subsets": null
    }
  ]
}

I tried some other commands:

root@patroni-1:/home/postgres# patronictl -c postgres.yml reinit patroni
+---------+-----------+------+------+-------+-----------+
| Cluster | Member    | Host | Role | State | Lag in MB |
+---------+-----------+------+------+-------+-----------+
| patroni | patroni-0 | None |      |       |   unknown |
| patroni | patroni-1 | None |      |       |   unknown |
| patroni | patroni-2 | None |      |       |   unknown |
+---------+-----------+------+------+-------+-----------+
Which member do you want to reinitialize [patroni-2, patroni-0, patroni-1]? []: patroni-1
Are you sure you want to reinitialize members patroni-1? [y/N]: y
Traceback (most recent call last):
  File "/usr/local/bin/patronictl", line 11, in <module>
    sys.exit(ctl())
  File "/usr/lib/python3/dist-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1060, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3/dist-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3/dist-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/decorators.py", line 27, in new_func
    return f(get_current_context().obj, *args, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/patroni/ctl.py", line 530, in reinit
    r = request_patroni(member, 'post', 'reinitialize', body, auth_header(obj))
  File "/usr/local/lib/python3.5/dist-packages/patroni/ctl.py", line 141, in request_patroni
    data=json.dumps(content) if content else None, timeout=60)
  File "/usr/local/lib/python3.5/dist-packages/requests/api.py", line 112, in post
    return request('post', url, data=data, json=json, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/requests/api.py", line 58, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 508, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 612, in send
    adapter = self.get_adapter(url=request.url)
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 703, in get_adapter
    raise InvalidSchema("No connection adapters were found for '%s'" % url)
requests.exceptions.InvalidSchema: No connection adapters were found for 'b''://b''/reinitialize'

No luck with them either.

Here is my adopted manifest from https://github.com/unguiculus/charts/tree/feature/patroni/incubator/patroni:

apiVersion: apps/v1beta1
kind: StatefulSet
metadata:
  name: patroni 
  labels:
    app: patroni
    release: patroni 
    application: patroni
    cluster: patroni
spec:
  serviceName: patroni
  replicas: 3
  template:
    metadata:
      labels:
        app: patroni
        release: patroni
        application: patroni
        cluster: patroni
    spec:
      serviceAccountName: patroni-serviceaccount
      containers:
        - name: spilo
          image: registry.opensource.zalan.do/acid/spilo-10:latest
          imagePullPolicy: Always
          env:
            - name: DEBUG
              value: "true"
            - name: POD_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
            - name: POD_NAMESPACE
              valueFrom:
                fieldRef:
                  apiVersion: v1
                  fieldPath: metadata.namespace
            - name: DCS_ENABLE_KUBERNETES_API
              value: "true"
            - name: USE_ENDPOINTS
              value: "true"
            - name: PATRONI_KUBERNETES_USE_ENDPOINTS 
              value: "true"
            - name: PATRONI_USE_KUBERNETES
              value: "true"
            - name: PATRONI_KUBERNETES_NAMESPACE
              valueFrom:
                fieldRef:
                  fieldPath: metadata.namespace
            - name: PATRONI_CONFIGURATION
              value: |
                postgresql:
                  bin_dir: /usr/lib/postgresql/10/bin
                kubernetes:
                  labels:
                    app: patroni
                    release: patroni
                    application: patroni
                    cluster: patroni
                  scope_label: cluster
            - name: SCOPE
              value: patroni
            - name: PGPASSWORD_SUPERUSER
              valueFrom:
                secretKeyRef:
                  name: patroni
                  key: password-superuser
            - name: PGPASSWORD_STANDBY
              valueFrom:
                secretKeyRef:
                  name: patroni
                  key: password-standby
            - name: PGROOT
              value: /home/postgres/pgdata
          ports:
            - containerPort: 8008
              name: patroni
              protocol: TCP
            - containerPort: 5432
              name: postgresql
              protocol: TCP
          volumeMounts:
            - name: pg-vol
              mountPath: /home/postgres/pgdata
            - mountPath: /etc/patroni
              name: patroni-config
              readOnly: true
      affinity:
        podAntiAffinity:
          requiredDuringSchedulingIgnoredDuringExecution:
            - topologyKey: "kubernetes.io/hostname"
              labelSelector:
                matchLabels:
                  app: patroni
                  release: patroni
      volumes:
        - name: patroni-config
          secret:
            secretName: patroni
        - name: pg-vol
          hostPath:
            path: /pintapin/data/postgres
            type: Directory

There was some issues with RBAC and I used following role to overcome them:

apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
metadata:
  name: patroni-role
  namespace: default
rules:
  - apiGroups:
      - ""
    resources:
      - configmaps
      - pods
      - secrets
      - namespaces
    verbs:
      - get
      - list
  - apiGroups:
      - ""
    resources:
      - configmaps
    verbs:
      - create
  - apiGroups:
      - ""
    resources:
      - endpoints
    verbs:
      - get
      - list
      - watch

And generated patroni config:

root@patroni-1:/home/postgres# cat postgres.yml 
bootstrap:
  dcs:
    loop_wait: 10
    maximum_lag_on_failover: 33554432
    postgresql:
      parameters:
        archive_mode: 'on'
        archive_timeout: 1800s
        autovacuum_analyze_scale_factor: 0.02
        autovacuum_max_workers: 5
        autovacuum_vacuum_scale_factor: 0.05
        checkpoint_completion_target: 0.9
        hot_standby: 'on'
        log_autovacuum_min_duration: 0
        log_checkpoints: 'on'
        log_connections: 'on'
        log_disconnections: 'on'
        log_line_prefix: '%t [%p]: [%l-1] %c %x %d %u %a %h '
        log_lock_waits: 'on'
        log_min_duration_statement: 500
        log_statement: ddl
        log_temp_files: 0
        max_connections: 266
        max_replication_slots: 5
        max_wal_senders: 5
        tcp_keepalives_idle: 900
        tcp_keepalives_interval: 100
        track_functions: all
        wal_keep_segments: 8
        wal_level: hot_standby
        wal_log_hints: 'on'
      use_pg_rewind: true
      use_slots: true
    retry_timeout: 10
    ttl: 30
  initdb:
  initdb:
  - encoding: UTF8
  - locale: en_US.UTF-8
  - data-checksums
  post_init: /post_init.sh "zalandos"
kubernetes:
  labels:
    app: patroni
    application: patroni
    cluster: patroni
    release: patroni
  pod_ip: 10.233.87.10
  ports:
  - name: postgresql
    port: 5432
  role_label: spilo-role
  scope_label: cluster
  use_endpoints: true
postgresql:
  authentication:
    replication:
      password: '1234567890 '
      username: standby
    superuser:
      password: '1234567890 '
      username: postgres
  bin_dir: /usr/lib/postgresql/10/bin
  connect_address: 10.233.87.10:5432
  data_dir: /home/postgres/pgdata/pgroot/data
  listen: 0.0.0.0:5432
  name: patroni-1
  parameters:
    archive_command: /bin/true
    bg_mon.listen_address: 0.0.0.0
    extwlist.extensions: btree_gin,btree_gist,hstore,intarray,ltree,pgcrypto,pgq,pg_trgm,postgres_fdw,uuid-ossp,hypopg
    log_destination: csvlog
    log_directory: ../pg_log
    log_file_mode: '0644'
    log_filename: postgresql-%u.log
    log_rotation_age: 1d
    log_truncate_on_rotation: 'on'
    logging_collector: 'on'
    shared_buffers: 1995MB
    shared_preload_libraries: bg_mon,pg_stat_statements,pg_cron,set_user,pgextwlist
    ssl: 'on'
    ssl_cert_file: /home/postgres/server.crt
    ssl_key_file: /home/postgres/server.key
  pg_hba:
  - local   all             all                                   trust
  - hostssl all             +zalandos    127.0.0.1/32       pam
  - host    all             all                127.0.0.1/32       md5
  - hostssl all             +zalandos    ::1/128            pam
  - host    all             all                ::1/128            md5
  - hostssl replication     standby all                md5
  - hostnossl all           all                all                reject
  - hostssl all             +zalandos    all                pam
  - hostssl all             all                all                md5
  use_unix_socket: true
restapi:
  connect_address: 10.233.87.10:8008
  listen: 0.0.0.0:8008
scope: patroni

This happens on all pods. I've tried running patroni manually but it jumps straightly to failed issue and I don't see timeout any more

root@patroni-1:/home/postgres# patroni postgres.yml 
2018-01-24 07:26:16,041 INFO: Lock owner: None; I am patroni-1
2018-01-24 07:26:16,058 INFO: failed to acquire initialize lock

Tried mimic start up, but I can't do it on kubernetes:

root@patroni-1:/home/postgres# /launch.sh 
ERROR: Supervisord is already running

Issue is same on all pods. Also tried to dive into code but it was hard for me to follow the breadcrumbs.
So what should I do now? Is there a misconfiguration?

Most helpful comment

i have upgraded helm to use kubernetes DCS. its seems patronictl is not working anymore.

All 18 comments

Hi,

2018-01-24 06:54:13,981 INFO: failed to acquire initialize lock

It can't grab initialize lock, i.e. it can't create a new Endpoints objects in your k8s cluster (kubernetes.use_endpoints: true)

Patroni uses either Endpoints or ConfigMaps to run leader elections and keep cluster state. Those objects should be allowed to be created and updated by a Pods where Patroni runs.

Yes that was it. I've allowed endpoint create and update and now error is changed.

2018-01-24 08:31:15,798 INFO: Could not take out TTL lock
2018-01-24 08:31:15,850 INFO: following new leader after trying and failing to obtain lock
2018-01-24 08:37:38,418 INFO: Lock owner: None; I am patroni-1
2018-01-24 08:37:38,422 INFO: waiting for leader to bootstrap

So application was suppressing errors and it was the reason I couldn't figure out issue was with RBAC. Is there a way to make patroni be more verbose and log all errors?
For now I'm gonna allow full access to patroni and see if these errors go away or not.

For long term we need a RBAC role that has the correct permissions for patroni

Yeah, logging should definitely be improved :(

2018-01-24 08:31:15,798 INFO: Could not take out TTL lock
2018-01-24 08:31:15,850 INFO: following new leader after trying and failing to obtain lock

Now the problem is different. I think it can't update subsets in the leader Endpoint.
From the point of Patroni it is a normal workflow, i.e. it thinks that somebody else updated a leader Endpoint. What obviously is not the case :(
I will have a look what can we do here, may be there is a way to distinguish different kind of failures, like k8s API not being accessible, permission issues (RBAC), concurrent updates (resource_version doesn't match) and so on.

In any case, thank you very much for trying and reporting a problems!

BTW, Is there a chance that you are running it on Openshift? Openshift doesn't allow to update subsets with IP addresses from the range allocated for the pods.

After allowing full access to namespace patroni came up and now it's working, Thanks.

Before this issue I had errors like this:
2018-01-24 08:59:33,242 WARNING: Can not get cluster from dcs 2018-01-24 08:59:33,244 ERROR: get_cluster Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/patroni/dcs/kubernetes.py", line 135, in _load_cluster response = self.retry(self._api.list_namespaced_pod, self._namespace, label_selector=self._label_selector) File "/usr/local/lib/python3.5/dist-packages/patroni/dcs/kubernetes.py", line 97, in retry return self._retry.copy()(*args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/patroni/utils.py", line 254, in __call__ return func(*args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/patroni/dcs/kubernetes.py", line 50, in wrapper return getattr(self._api, func)(*args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/kubernetes/client/apis/core_v1_api.py", line 13060, in list_namespaced_pod (data) = self.list_namespaced_pod_with_http_info(namespace, **kwargs) File "/usr/local/lib/python3.5/dist-packages/kubernetes/client/apis/core_v1_api.py", line 13162, in list_namespaced_pod_with_http_info collection_formats=collection_formats) File "/usr/local/lib/python3.5/dist-packages/kubernetes/client/api_client.py", line 335, in call_api _preload_content, _request_timeout) File "/usr/local/lib/python3.5/dist-packages/kubernetes/client/api_client.py", line 148, in __call_api _request_timeout=_request_timeout) File "/usr/local/lib/python3.5/dist-packages/kubernetes/client/api_client.py", line 371, in request headers=headers) File "/usr/local/lib/python3.5/dist-packages/kubernetes/client/rest.py", line 250, in GET query_params=query_params) File "/usr/local/lib/python3.5/dist-packages/kubernetes/client/rest.py", line 240, in request raise ApiException(http_resp=r) kubernetes.client.rest.ApiException: (403) Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Content-Type': 'application/json', 'Content-Length': '266', 'Date': 'Wed, 24 Jan 2018 08:59:33 GMT', 'X-Content-Type-Options': 'n osniff'}) HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"pods is forbidden: User \"system:serviceaccount:default:patroni-servic eaccount\" cannot list pods in the namespace \"default\"","reason":"Forbidden","details":{"kind":"pods"},"code":403}
Which clearly says what kind of permission it needs in order to precede and I added them accordingly until I reached 2018-01-24 06:55:13,856 INFO: failed to acquire initialize lock and I couldn't figure out the issue. If I had a error like above I could add missing permission to the role.
I'm running kubernetes 1.8.4 on bare metal.

You're welcome, and as I'm in rush to bring this up quickly thank you for responding quickly and helping to solve this issue.

How is patroni-serviceaccount linked with the patroni-role? Also, could you post an updated manifest for the patroni-role before allowing full access to the namespace, but after fixing the issue with endpoint updates?

Actually I've copied this role from nginx ingress and added some entries when I saw permission errors, so some rules are not necessary
Here is manifest:

apiVersion: v1
kind: ServiceAccount
metadata:
  name: patroni-serviceaccount
  namespace: default
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
metadata:
  name: patroni-role
  namespace: default
rules:
  - apiGroups:
      - ""
    resources:
      - configmaps
      - pods
      - secrets
      - namespaces
    verbs:
      - get
      - list
  - apiGroups:
      - ""
    resources:
      - configmaps
    verbs:
      - create
  - apiGroups:
      - ""
    resources:
      - endpoints
    verbs:
      - get
      - list
      - watch
      - create
      - update 
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
  name: patroni-role-nisa-binding
  namespace: default
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: Role
  name: patroni-role
subjects:
  - kind: ServiceAccount
    name: patroni-serviceaccount
    namespace: default

By the way I've found a funny bug that I think doesn't worth opening an issue, I had a password like this '1234567890 ' which ends with a space. And now in recovery.conf password doesn't gets quoted and it will be like this user=standby password=123456789 host=10.233.66.88 and replica won't start

@k1-hedayati is the manifest you've posted corresponds to the state where Patroni still complains about failure to list pods? I've tried to load it locally and run Patroni under the service account patroni-serviceaccount, there were absolutely no issues at all. In fact, in your manifest you explicitly allow listing pods in the default namespace.

@alexeyklyukin my posted manifest is for state that I had following new leader after trying and failing to obtain lock error, not when I had pod listing issue

@k1-hedayati you mind opening a PR with that role and rolebinding to the k8s template, I must admit I've been struggling with this problem (failed reading pods, and silent endpoint updates) myself as well.

@soltysh I can open a PR with that template but I can not make it match correct permissions as I'm in rush to bring this online, so someone else should continue to fixing role

@k1-hedayati ok, so I'll try to pick it up from here and submit a proper pr with necessary permissions. Fur future reference, I'm hoping to use https://github.com/liggitt/audit2rbac and get it the way we need to :)

I've opened https://github.com/zalando/patroni/pull/616 with all the bits needed to solve this issue.

Thank you @soltysh

Great! 2 PRs from 1 issue.
Thank you guys for helping me and fixing reported problems :+1:

@soltysh is the helm chart up to date with this? I ran into this problem with version 0.11.0 of the helm chart, default values.yaml

@rcoh no idea, I wasn't using them.

i have upgraded helm to use kubernetes DCS. its seems patronictl is not working anymore.

It might be related to the new issue I opened
https://github.com/zalando/patroni/issues/963

Was this page helpful?
0 / 5 - 0 ratings

Related issues

patsevanton picture patsevanton  Â·  3Comments

mrquokka picture mrquokka  Â·  3Comments

binooetomo picture binooetomo  Â·  3Comments

jberkus picture jberkus  Â·  9Comments

phemmer picture phemmer  Â·  5Comments