Skip to content

Pods should have seccompProfile RuntimeDefault #4693

@haslersn

Description

@haslersn

In my K8s 1.19 cluster which implements Pod Security Standards with default Restricted, I cannot deploy cert-manager.yaml from the releases, because in all three deployments, the PodSpec is missing:

securityContext:
  seccompProfile:
    type: RuntimeDefault

Expected behaviour:

Since cert-manager seems to still work when applying those security best-practices, it should just apply in a cluster like mine.

Environment details::

  • Kubernetes version: 1.19
  • Cloud-provider/provisioner: kubeadm on Debian 10
  • cert-manager version: 1.6.1
  • Install method: apply cert-manager.yaml as kustomize resource

/kind bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions