-
Install a working (and compiled) version of virt-viewer. You may view the homebrew package's upstream source on GitHub.
brew tap jeffreywildman/homebrew-virt-manager brew install virt-viewer
-
Once that's installed should be able make a call
remote-viewer
with a pve-spice.vv file downloaded from proxmox web interface
WARNING: tested only on my setup (LineageOS 18.1 on instantnoodle), other setups may break and brick the device!
Step-by-step instructions (for reinstalling patched boot.img for Magisk):
- upgrade LineageOS to the latest by the standard way in Android GUI (download + install + reboot)
- if using not the latest Magisk: wipe old (possibly hidden) Magisk app then install the up-to-date one from the official Magisk github repo
install (git clone) payload_dumper from GitHub (in Termux or in an SSH session on the Android device) for the 1st time, or update (git pull) laterthe Android terminal session: wget the same LineageOS nightly image installed in step 1 from https://download.lineageos.org/
The following are steps to set up Azure AD as an Identity Provider for an on-prem Kubernetes cluster.
- Azure Subscription
- On-prem Kubernetes cluster (in my case RKE2 v1.27.12+rke2r1)
I want to connect from my Workstation (Windows/Linux/Mac) to an on-prem Kubernetes cluster and authenticate to is using Azure AD.