You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capturing Zoom AI Meeting Notes for AI Context (no Zoom API app needed)
Capturing Zoom AI Meeting Notes for AI Context
Problem
Zoom AI Companion generates meeting summaries, but there's no CLI tool to pull them directly. If you can't build a Zoom Marketplace app, the best workaround is capturing summaries from email.
Moving a KubeVirt VM Between Namespaces - Step-by-Step Guide
Moving a KubeVirt VM Between Namespaces
KubeVirt does not have a native "move" operation for VMs across namespaces. The process involves cloning the VM's disk(s) to the target namespace, recreating the VM definition there, and then cleaning up the original.
Important: The VM must be stopped before starting this process. This ensures disk data is consistent and the PVC is not actively in use.
Appliance mode is one of two deployment models for Palette Edge clusters. Unlike agent mode (where you install an agent on an existing OS), appliance mode builds a complete bootable image that includes the OS, Kubernetes distribution, and Palette agent in a single artifact.
Heartflow Edge POC Plan - Agent Mode → Appliance Mode
Heartflow Edge POC Plan
Overview
Single-node edge deployments in small environments. The POC progresses through two phases: starting with Agent Mode for rapid cluster standup and workload deployment, then transitioning to Appliance Mode for production-grade immutable infrastructure.
CanvOS ISO: USB Boot Drops to GRUB Shell — Missing grub.cfg in uefi.img (COS_GRUB)
Summary
When booting a CanvOS ISO from USB on certain hardware, GRUB drops to a grub> shell because the COS_GRUB EFI partition (uefi.img) contains no grub.cfg. The enki ISO builder (v0.1.2-usbfix) writes the EFI stub config to the ISO9660 filesystem (COS_LIVE) but fails to write it into the uefi.img FAT image (COS_GRUB). Most UEFI firmware works around this by letting GRUB discover the config on COS_LIVE, but strictly spec-compliant firmware (like the Denverton AMI Aptio V) does not — GRUB sees only COS_GRUB, finds no config, and drops to shell.
USB installs with Secure Boot work fine on most hardware. This issue is specific to firmware that strictly follows the UEFI spec for EFI device path reporting.
Taco Bell - Building Palette Edge AMIs for AWS EC2 (CanvOS v4.8.8)
Building Palette Edge AMIs for AWS EC2 (Two-Node HA)
Project: Taco Bell Edge Deployment
CanvOS Version: v4.8.8
Cluster Type: Two-Node HA (K3s + Kine/Postgres)
Last Updated: 2026-03-18
This guide walks through building a SpectroCloud Palette Edge AMI using CanvOS and deploying a two-node HA cluster on AWS EC2. The resulting AMI contains a fully configured Edge OS that auto-registers with Palette on first boot.