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

cli: inject initializer with `contrast generate` #510

Closed davidweisse closed 4 weeks ago

davidweisse commented 1 month ago

The generate command will now automatically inject the Initializer init container to all resources with the contrast-cc runtime. This can be disabled by either specifying the --skip-initializer flag when calling generate, or with the contrast.edgeless.systems/skip-initializer annotation set to "true" for a specific resource.

Release run: https://github.com/edgelesssys/contrast/actions/runs/9350903637

github-actions[bot] commented 1 month ago

PR Preview Action v1.4.7 :---: Preview removed because the pull request was closed. 2024-06-04 14:33 UTC

davidweisse commented 1 month ago

Thanks! Do you want to add the image replacements file to the released artifact in a future PR?

I'll add the changes to the release artifacts here. I'll probably open a separate PR on this branch.

katexochen commented 4 weeks ago

We also need to update the emojivoto demo docs.