ALILAT Imad

Results 8 comments of ALILAT Imad

Any updates on this ? I have the same issue.

I previously created a server on Hetzner to install PostgreSQL. Since IPv4 came at an additional cost, I opted for IPv6 only and use it for SSH access. So I...

Now I have another issue where I need your precious assistance. ``` networking: public_network: ipv4: false ipv6: true ``` Trying to use a k3s datastore into my postgres instance instead...

I was missing the `mode` property set to external My new config look like this : ``` datastore: mode: external # etcd (default) or external external_datastore_endpoint: postgresql://user:password@PRIVATE_IP:5432/k3s_cluster_db ``` And I...

Indeed, I changed the datastore type before the creation of the cluster. I appreciate your guidance on this matter. I've done multiple Creation/deletion and the result is the same, the...

> > I previously created a server on Hetzner to install PostgreSQL. Since IPv4 came at an additional cost, I opted for IPv6 only and use it for SSH access....

I've just checked pgAdmin, the k3s_cluster db have no table on it.