Shamil Sattarov
Shamil Sattarov
Same appears on 2.9.0 ``` Stack trace from the terraform-provider-kubernetes_v2.9.0_x5 plugin: panic: ElementKeyInt(0): can't use tftypes.Object["definitionType":tftypes.String, "files":tftypes.DynamicPseudoType, "internalReplication":tftypes.String, "name":tftypes.String, "replicas":tftypes.Tuple[tftypes.Object["files":tftypes.DynamicPseudoType, "httpPort":tftypes.Number, "interserverHTTPPort":tftypes.Number, "name":tftypes.String, "settings":tftypes.DynamicPseudoType, "tcpPort":tftypes.Number, "templates":tftypes.Object["clusterServiceTemplate":tftypes.String, "dataVolumeClaimTemplate":tftypes.String, "hostTemplate":tftypes.String, "logVolumeClaimTemplate":tftypes.String, "podTemplate":tftypes.String,...
C'mon folks! Is it too much to ask?
Have you found workaround?
> When I switched drivers the issue for me was with the persistent storage volumes. No guarantees, but you could try: > > * set worker statefulset replicas=0 > *...
@tjhiggins Actually to completely avoid this issue you can just turn off persistence for worker pods by setting ```persistence.enabled: false``` if we deleting pvc anyway then why bother with that...
I'm seeing similar behavior. Tags are present only on master branch that I'm pulling in the task, therefore this is not because wrong branch.
Hey guys! I have task to deploy clickhouse cluster with integrated clickhouse-backup and I'm writing chart for this and will like to share it. As I understand, problem is you...
Same environment, same issue: Segmentation Fault if I enable any parser. Tried terraform, python, lua and yaml.
Any news about this so far? I got the same issue, that why I have to setup pgbackrest to perform backups every 4 hours, because otherwise it WAL files eating...
@wilkosz Thanks! That worked for me.