这是indexloc提供的服务,不要输入任何密码
Skip to content

Add support for converting certain docker-options to their kubernetes equivalents #7664

@josegonzalez

Description

@josegonzalez

Description of feature

Specifically:

  • --cap-add=VALUE
  • --cap-drop=VALUE
  • --privileged (boolean, default false)

We can add support for others later, but these seem pretty straightforward to implement. Basically just transform them into the security context for the pods being created. We'll want to handle the internal per-process docker args in addition to the global ones, as well as the different phases (deploy, run)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions