Deprecated appArmorProfile setting for PPM
Open
Nobody has claimed this yet.
team: package manager
- Dominant language
- Markdown
- Stars
- 46
- Forks
- 40
- Avg merge
- 4h 3m
- Merged PRs (30d)
- 6
Description
When helm deploying Package Manager I encountered this warning:
spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/rspm]: deprecated since v1.30; use the "appArmorProfile" field instead
Instead of the annotation here we should use the appArmorProfile now build in under securityContext.
https://kubernetes.io/docs/tutorials/security/apparmor/#securing-a-pod
securityContext:
appArmorProfile:
type: Unconfined
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with charts/rstudio-pm/templates/deployment.yaml at the annotation linked in the issue, then compare the Kubernetes AppArmor documentation. Update the rendered pod security context so it uses appArmorProfile, and verify the deprecated annotation is no longer present in the deployment output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100