Proxmox | Proxmox VE Helper Scripts | REST library
kandi X-RAY | Proxmox Summary
kandi X-RAY | Proxmox Summary
updated in the past 7 days Changelog.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Proxmox
Proxmox Key Features
Proxmox Examples and Code Snippets
Community Discussions
Trending Discussions on Proxmox
QUESTION
I'am trying to learn kubernetes and ingress. I have misunderstood something ?
I using proxmox with 3vm
...ANSWER
Answered 2022-Apr-01 at 05:22In Ingress you have used the path /frontend
but you are not hitting it while
Also, use the Node Port
with Node IP
you are using internal service IP.
Something like :
QUESTION
In my company we are deciding to move part of our backups to the cloud, and in particular, as the title suggests, we have configured wasabi backup. The first urgency is to move the backups to the proxmox inside the company on wasabi, but looking on the documentation and online I can't find a way to move the backups from the proxmox to wasabi. Do you have any suggestions or advice?
...ANSWER
Answered 2022-Mar-19 at 22:03We're looking to accomplish something similar with Proxmox and Wasabi. After some digging this afternoon, the most mature way of doing this would be to use Veeam with Agent Backup. Veeam does not officially support the Proxmox kernel, explained by staff here, and it doesn't seem like they have any intention of doing so. This means you cannot back up the VM/CTs from the hypervisor level (reliably). But, it seems that you can leverage the Agent Backup instead, and use the VBS (Veeam Backup Server) to push incremental backups to Wasabi. I use Veeam and Wasabi together with some clientele on ESXi for a 3-2-1 backup scheme with Agent Backups, works great. This is the approach we're going to take with Proxmox as well. Although it's more expensive than some cheap workaround, this backup method scales very well considering you can use VEM to manage other VBSs.
EDIT: Here's a few links to Veeam resources to check out:
- Veeam Agent Backup (Linux version, but they make a Windows and Mac agent too.)
- General VBR Resource Page
QUESTION
some time ago I've created ansible playbook for provisioning of new VMs to proxmox environment in my homelab via ansible. The catch is that after reinstalling my proxmox nodes last week, ansible playbook responsible for cloning of my debian template stopped working for some reason.
My playbook looks like this:
...ANSWER
Answered 2022-Mar-09 at 14:18This seems to be a bug in the Proxmox_kvm Ansible Module. I have the same issue with the same code. I found this bugreport: https://github.com/ansible-collections/community.general/issues/4278, fixes are already merged but not released yet.
In the meantime I fixed this by installing the Ansible community.general collection following this manual: https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#installing-a-collection-from-a-git-repository
To checkout the latest commit of the Collection, run:
QUESTION
I have tried to follow this thread: Vagrant how to set network type so that its attached to bridge adapter on Virtual Box with similar problem but no success.
Also tried this: How to automatically select bridged network interfaces in Vagrant?
and Vagrant docs https://www.vagrantup.com/docs/providers/virtualbox/configuration are Linux specific.
This is my vagrant file.
...ANSWER
Answered 2021-Dec-22 at 21:44Port forwarded to 127.0.0.1 are to the correct NAT, you should try to ping the ip 192.168.56.2
from your host machine. You you should be able to ssh this ip using the pivate key i.e.
QUESTION
So I've been trying to host my own Minecraft server for a while now and I hit a snag.
I have proxmox (192.168.2.100)
running an ubuntnu server VM (192.168.2.101)
which has a docker container running my Minecraft server. I can connect to the server locally just fine using the ubuntu's IP address and minecraft port, but when I try to port forward the server, I can't connect to it. I checked to see if my port was exposed or not and it is so I know it's not that.
ANSWER
Answered 2021-Dec-15 at 01:38Okay, so after a long time looking at configurations and some help from the proxmox forum, it turns out that my modem doesn't support NAT reflection which means that any attempts to access my server though my public IP on the same network wouldn't work at all. I used my phone's mobile network to test if I could access the server from outside my local network and it worked just fine!
QUESTION
I have the following ansible playbook:
...ANSWER
Answered 2021-Dec-03 at 22:28The default path to the ansible inventory is /etc/ansible/hosts
, not /etc/ansible/hosts.yml
. You need to remove the file extension.
You can also set a different path to the inventory file with the -i
flag when running ansible.
QUESTION
I have a question about how to change resources like RAM, number of cores for existing VM on node node-1 using terraform. I referred this example https://github.com/Telmate/terraform-provider-proxmox/blob/master/examples/cloudinit_example.tf, but this will create VM, I need to change and/or handle existing VM resources. Could anyone explan how to do this? Thanks in advance.
...ANSWER
Answered 2021-Dec-03 at 08:54please do check documentation before asking question directly. If you didn't find it please cross check it with source code. It's just pretty straight forward. Provide existing name and vmid. Further add resources, network and add what all you really required.
Example code is here.
QUESTION
I can able to create VM using cloud init (ubuntu image template) into Proxmox. But, now I want to create VM where I have iso and I was not able to create VM. I have a folder which contains foo.iso, main.tf, vars.tf
. I need to use this foo.iso to create VM inside proxmox. Can anybody help me with this? Any leads will be appreciated.
Here is main.tf
...ANSWER
Answered 2021-Nov-30 at 09:36I don't think you can have the iso
variable set while using the cloud-init parameters: ipconfig0
and sshkeys
.
QUESTION
I'm making myself virtual machines from the CSV list. Currently it works for me to create virtual machines for all entries. I only need to create them for those that have in CSV in the maxview table have = 1. Is it possible? I try also with
...ANSWER
Answered 2021-Sep-29 at 19:25Your for
expression lambda is close, but you need to add a conditional for the maxview
:
QUESTION
I have a string which is like:
...ANSWER
Answered 2021-Aug-24 at 16:17bash
regex doesn't support lookbehind or lookahead assertions.
It is much easier to use a non-regex approach using awk here:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Proxmox
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page