8 lines
657 B
Markdown
8 lines
657 B
Markdown
- #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."
|
|
``` |