Skip to content

Instantly share code, notes, and snippets.

@soolaugust
Last active September 11, 2019 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soolaugust/2153544a21146b06a589d177dabeafe3 to your computer and use it in GitHub Desktop.
Save soolaugust/2153544a21146b06a589d177dabeafe3 to your computer and use it in GitHub Desktop.
document for problem & solution of k8s

Kubernetes use apparmor file error

reference

The annotation should go on the template, since you want it to end up on the pod object:

spec:
  template: 
    metadata:
      annotations: …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment