惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

A
About on SuperTechFans
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 司徒正美
宝玉的分享
宝玉的分享
美团技术团队
量子位
The Cloudflare Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
IT之家
IT之家
爱范儿
爱范儿
J
Java Code Geeks
博客园 - Franky
Last Week in AI
Last Week in AI
B
Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
GbyAI
GbyAI
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
MyScale Blog
MyScale Blog

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
Spinnaker deployments to proxmox
invalid@exam · 2026-06-27 · via Proxmox Support Forum

This MAY be of interest. Thought I'd go ahead share some work doing with proxmox:
https://github.com/spinnaker/spinnaker/pull/7739
REMINDER that this is a work in progress. That said in testing I've already been able to do a fair bit. This would provide the ability to use spinnaker to do idempotent deploys of services to proxmox similar to EC2/K8s/other cloud providers. Spinnaker has always done a VERY good job of doing VM based deploys. This builds on that for proxmox (which I use in my lab). Though proxmox doesn't have "Autoscaling Groups" in the AWS sense, this can emulate this with manual operations of "add capacity". It's a WORK IN PROGRESS :) Very much initial, but with some testing it already enables:
* Load and display VMs in spinnaker for visualization of state
* Bake & deploy new operations (e.g. given an RPM, bake a new image with that PRM installed and deploy X number of VMs with that new baked image)
* Various "controls" to delete/scale said vms as needed

I plan to look at additional pieces - e.g. I've NOT done any pipeline stage work yet. I've got the bake & deploy of VMs working, caching of VMs and their state, basic deploys all working on my lab installation.