This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 222
Patroni on Openshift patch endpoints/restricted #91
Comments
feikesteenbergen
added a commit
that referenced
this issue
Jan 17, 2020
For OpenShift explicit permissions for endpoints are required. https://docs.openshift.com/container-platform/3.6/architecture/core_concepts/pods_and_services.html#endpoints Addresses issue #91
feikesteenbergen
added a commit
that referenced
this issue
Jan 17, 2020
For OpenShift explicit permissions for endpoints are required. https://docs.openshift.com/container-platform/3.6/architecture/core_concepts/pods_and_services.html#endpoints Addresses issue #91
feikesteenbergen
added a commit
that referenced
this issue
Jan 21, 2020
For OpenShift explicit permissions for endpoints are required. https://docs.openshift.com/container-platform/3.6/architecture/core_concepts/pods_and_services.html#endpoints Addresses issue #91
Fixed in 1.5.1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: