Skip to content

Commit

Permalink
this is definitely containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts authored Sep 25, 2024
1 parent 849179d commit 5fa4cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paasta_tools/kubernetes_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,6 @@ def get_security_context(self) -> Optional[V1SecurityContext]:
# NOTE: this is necessary as containerd differs in behavior from dockershim: in dockershim
# dropped capabilities were overriden if the same capability was added - but in containerd
# the dropped capabilities appear to have higher priority.
# (or maybe this is a k8s behavior change?)
drop=list(set(CAPS_DROP) - set(cap_add)),
)
)
Expand Down

0 comments on commit 5fa4cd1

Please sign in to comment.