Michael Primeaux

Results 71 comments of Michael Primeaux

@abangser Is there anything I can do to help progress this item? I'm very keen to have a version of the operator that works on ARM64.

Thanks! I will test this out today and reply on the PR and here.

@jonizen @abangser I can confirm the Postgres Operator successfully starts on ARM64 (Apple M1 and M2 CPUs) in Minikube with the QEMU driver. I ended up using the following stanza...

@FxKu No issues on my end at all. The reason I asked about GHCR was only because the [values.yaml](https://github.com/zalando/postgres-operator/blob/af084a5a650527c43f0c0fc579551a741e77f5c8/charts/postgres-operator/values.yaml#L2) still refers to the previous registry, which I assume is for...

I'm using the Postgres Operator 1.9.0 with PG 15 (`psql (15.1 (Ubuntu 15.1-1.pgdg22.04+1))` and it seems to be working as expected other than for Spilo backups to S3. Here's the...

So, I ended up needing to ensure the CRDs were updated as per [these](https://postgres-operator.readthedocs.io/en/latest/administrator/#upgrading-the-operator) instructions. However, once that was complete and the operator updated, it seems the cronjob for the...

Support for ARM64 is critical for our workloads as the CPU architecture represents a 40% cost per transaction savings. Is there any contribution I can assist with to progress this...

I think this can be closed based on [this](https://github.com/nats-io/k8s/blob/c7fa7cd0fc622a974ed346c6d72a28b97118f668/helm/charts/nats/templates/statefulset.yaml#L68).

After a reboot, I run the following: ```shell sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd ``` Please refer to `socket_vmnet` [issue 18](https://github.com/lima-vm/socket_vmnet/issues/18#issuecomment-1574149506).

Seems the answer is yes. ```shell mprimeaux@lima-default:/Users/mprimeaux/source$ ifconfig eth0: flags=4163 mtu 1500 inet 192.168.5.15 netmask 255.255.255.0 broadcast 192.168.5.255 inet6 fec0::5055:55ff:fef9:d374 prefixlen 64 scopeid 0x40 inet6 fe80::5055:55ff:fef9:d374 prefixlen 64 scopeid 0x20...