Has anyone tried Temporal with Yugabyte db ?
Yugabyte is PostgreSQL compatible database and since Temporal supports PostgreSQL, I believe it should not be an issue.
It would be helpful if anyone has any insights regarding that. Any suggestions on how can I start with the same.
@eric1pratt I am trying to follow the steps as mentioned in above blog post. Facing issue while doing helm install :
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [unable to recognize “”: no matches for kind “ClusterRole” in version “rbac.authorization.k8s.io/v1beta1”, unable to recognize “”: no matches for kind “ClusterRoleBinding” in version “rbac.authorization.k8s.io/v1beta1”]
@eric1pratt 1 thing to be rectified in above blog post. In section : Create and update the schema version of the temporal_visibility database, command to update schema for visibility database needs to be modified as below :
./temporal-sql-tool
–tls
–tls-disable-host-verification
–tls-cert-file $TLS_CERT_FILE
–ep $SQL_HOST
-p $SQL_PORT
-u $SQL_USER
-pw $SQL_PASSWORD
–pl $SQL_PLUGIN
–db $SQL_TEMPORAL_VISIBILITY_DB
update-schema -schema-dir ./schema/postgresql/v96/visibility/versioned
@poojabhutada I believe the Prometheus issue is actually with Prometheus. I think I ran into the same thing. Let me dig around a bit. Apologies for the delay, I was out on vacation over the holidays.
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [unable to recognize “”: no matches for kind “ClusterRole” in version “rbac.authorization.k8s.io/v1beta1”
@tihomir any thoughts on the above? It seems that the helm chart is still using 11.04 which is using rbac with v1beta1:
The current prometheus version is 15. Can we just bump the version in the helm chart to work around it?