rstudio / rstudio/helm

Deprecated appArmorProfile setting for PPM

Open
#646 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.