Skip to content

Support container image/artifact volume source #2850

@AbhinavPraveen

Description

@AbhinavPraveen

Description

Support specifying a container image or artifact as volume: https://kubernetes.io/docs/concepts/storage/volumes/#image

Potential Terraform Configuration

volume {
  name = "myartifact"
  image {
    image_ref = "quay.io/crio/artifact:v2"
    image_pull_policy = "Always"
  }
}

References

https://kubernetes.io/docs/concepts/storage/volumes/#image
https://kubernetes.io/docs/tasks/configure-pod-container/image-volumes/

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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