Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Patroni on Openshift patch endpoints/restricted #91

Closed
allen13 opened this issue Jan 9, 2020 · 1 comment
Closed

Patroni on Openshift patch endpoints/restricted #91

allen13 opened this issue Jan 9, 2020 · 1 comment

Comments

@allen13
Copy link

allen13 commented Jan 9, 2020

Openshift requires the role to include the endpoints/restricted resource otherwise it fails to update the endpoint due to permission errors.

Current:
https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/templates/role-timescaledb.yaml#L31

Fixed:

- apiGroups: [""]
  resources: 
  - endpoints
  - endpoints/restricted
  verbs:
  - create
  - get
 ...
@feikesteenbergen
Copy link
Member

Fixed in 1.5.1

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

No branches or pull requests

2 participants