edgelesssys / contrast

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

resourcegen: deploy platform-specific node-installer #652

Open msanft opened 4 days ago

msanft commented 4 days ago

This is the follow-up mentioned in https://github.com/edgelesssys/contrast/commit/b324c2f29113a4e449bb2d358e46d4e1232f3ecd which adds the proper templating support for the runtime deployment to the resourcegen tool. The tool now takes a platform flag, which is used to define which node-installer should be included in the runtime deployment.

As the runtime deployment now provides the node-installer with the correct platform flag, the fallback to AKS-CLH-SNP is not required anymore and can be removed.