Skip to content

Ditch gVisor installation container DaemonSet #259

@MrBatschner

Description

@MrBatschner

What would you like to be added:

Remove the gVisor installation container and instead use GNA functionality to extract binaries from an OCI image.

This requires:

  • pubish only the gVisor binaries in an OCI artefact
  • implement the imagevector into the gVisor extension
  • modify/add to the the OSC of a gVisor enabled worker pool with
files:
- path: <path to runsc on host>
  permissions: 0755
  content:
    imageref:
      image: <OCI image with gVisor binaries>
      filePathInImage: <path to runsc in OCI image>
  • evaluate if the containerd configuration can be injected into GNA through a plugin config in criConfig

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/enhancementEnhancement, improvement, extensionlifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions