Auto saved by Logseq

This commit is contained in:
Matthias Eckert 2024-08-19 16:21:41 +02:00
parent 4d9b02476f
commit 40c3bea7ac

View File

@ -0,0 +1,8 @@
- #IAM #keycloak #SelfHosted
- Running Keycloak in Proxmox Image doesn't work out of the box
- ```
I had the same issue with running some RHEL 9 images in Podman on a Fedora Linux under Proxmox. RHEL 9 is checking this now for some reason.
The problem is caused by the underlying CPU architecture that Proxmox was telling Fedora that it had.
The problem was resolved very simply. When configuring the VM (or when the VM is in a stopped state) set the CPU architecture value to "host."
In Proxmox, if the machine is already provisioned you stop the server, open the Hardware setting, click Processors. Set the Type value to "host."
```