We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iinitial approach was based on how gvisor extension works (installation daemon set).
But there is another approach - we can try https://gardener.cloud/docs/gardener/extensions/operatingsystemconfig/
According the docs, we could just replace "installation DaemonSet" with OSC that will containt nesseary unit & files for running CRI-RM.
There is whole infrastructre already in place here: it is just enough to provide "generator" that will preapre files & units:
like in this gardener-extension OSC for garden linux: https://github.com/gardener/gardener-extension-os-gardenlinux/blob/master/cmd/gardener-extension-os-gardenlinux/app/app.go#L45 and then just prepare cloud-init template:
as examples for
those templates could be just replacement for our installation-script (only installation part)
Advantages:
Downsides:
The text was updated successfully, but these errors were encountered:
ppalucki
Damenus
No branches or pull requests
Iinitial approach was based on how gvisor extension works (installation daemon set).
But there is another approach - we can try https://gardener.cloud/docs/gardener/extensions/operatingsystemconfig/
According the docs, we could just replace "installation DaemonSet" with OSC that will containt nesseary unit & files for running CRI-RM.
There is whole infrastructre already in place here: it is just enough to provide "generator" that will preapre files & units:
like in this gardener-extension OSC for garden linux: https://github.com/gardener/gardener-extension-os-gardenlinux/blob/master/cmd/gardener-extension-os-gardenlinux/app/app.go#L45
and then just prepare cloud-init template:
as examples for
those templates could be just replacement for our installation-script (only installation part)
Advantages:
Downsides:
The text was updated successfully, but these errors were encountered: