edgelesssys / contrast

Deploy and manage confidential containers on Kubernetes
https://docs.edgeless.systems/contrast
GNU Affero General Public License v3.0
160 stars 6 forks source link

treewide: prepare separation of node installers #603

Closed msanft closed 1 week ago

msanft commented 1 week ago

To support multiple deployment "flavours" (i.e. AKS and bare-metal QEMU on TDX), we need to provide separate node installer deployments, as both deployment scenarios require different components to be installed on the hosts. This prepares this separation, by moving the Microsoft-specific runtime-class-files into the microsoft package set, and including the "flavour" of the deployment in the node installer image name.

msanft commented 1 week ago

Closing in favor of #611