Just Installed Proxmox- Wanted to Install OKD

possibility1234

New Member
Mar 26, 2025
8
0
1
What helper script will help address this concern I have been searching for?

I have this set of script , executing sh scripts/setup-haproxy.sh brought up this error below. I noticed that release.turnkeylinux.org is a repositories of Proxmox with the link. the pve subfolder has all the files needed. It seems there is a POST install process that need to download these files. Can anybody help me with Proxmox help script where this is located....I have looked without help.

On the contrary, if anybody has encountered this problem before, I am all ears as we need to move all our platform out to some hypervisor, we are testing out Proxmox as we speak

"unable to open file '/var/lib/pve-manager/apl-info/releases.turnkeylinux.org' - No such file or directory
400 Parameter verification failed.
template: no such template
pveam download <storage> <template>
storage 'nas-archive' does not exist
Configuration file 'nodes/pve/lxc/29998.conf' does not exist
Configuration file 'nodes/pve/lxc/29998.conf' does not exist
Configuration file 'nodes/pve/lxc/29998.conf' does not exist
Configuration file 'nodes/pve/lxc/29998.conf' does not exist
Configuration file 'nodes/pve/lxc/29998.conf' does not exist
can only push files to a running CT
Configuration file 'nodes/pve/lxc/29998.conf' does not exist"
 
You need to run pveam update in CLI of your node first. This will at least help for the first error message you posted.
The next one complains about a missing storage "nas-archive". Is this a storage which you made available on your Proxmox node?

Honest advise, no offense meant: I wouldn't use these helper-scripts in a professional environment without understanding, what they do.
 
  • Like
Reactions: Johannes S