Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate seccomp annotation to API field in manifests #177

Closed
benhxy opened this issue Dec 14, 2020 · 5 comments · Fixed by #216
Closed

Migrate seccomp annotation to API field in manifests #177

benhxy opened this issue Dec 14, 2020 · 5 comments · Fixed by #216

Comments

@benhxy
Copy link

benhxy commented Dec 14, 2020

/kind deprecation

Seccomp (secure computing mode) support for Kubernetes has graduated to General Availability (GA). This feature can be used to increase the workload security by restricting the system calls for a Pod (applies to all containers) or individual containers.

seccomp.security.alpha.kubernetes.io/pod and container.seccomp.security.alpha.kubernetes.io/… annotations are now deprecated, and will be removed in Kubernetes v1.22.0. We should identify and transition workloads using the annotations to use the API fields before v1.21.

More resources:

The deprecated annotation is found in these files:

deploy/cloud-controller-manager.manifest
cluster/gce/manifests/glbc.manifest
cluster/gce/manifests/cluster-autoscaler.manifest
cluster/gce/manifests/kube-apiserver.manifest
cluster/gce/manifests/kube-controller-manager.manifest
cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
cluster/gce/manifests/cloud-controller-manager.manifest
cluster/gce/manifests/kube-addon-manager.yaml
cluster/gce/manifests/kube-scheduler.manifest
cluster/gce/manifests/etcd.manifest
cluster/gce/manifests/konnectivity-server.yaml
cluster/addons/metrics-server/metrics-server-deployment.yaml
cluster/addons/metadata-agent/stackdriver/metadata-agent.yaml
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
cluster/addons/fluentd-elasticsearch/kibana-deployment.yaml
cluster/addons/dns/kube-dns/kube-dns.yaml.in
cluster/addons/dns/kube-dns/kube-dns.yaml.base
cluster/addons/dns/kube-dns/kube-dns.yaml.sed
cluster/addons/dns/coredns/coredns.yaml.in
cluster/addons/dns/coredns/coredns.yaml.base
cluster/addons/dns/coredns/coredns.yaml.sed
cluster/addons/dashboard/dashboard-deployment.yaml
cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml
cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 14, 2021
@benhxy
Copy link
Author

benhxy commented Mar 22, 2021

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 22, 2021
@cici37
Copy link
Contributor

cici37 commented May 4, 2021

/assign
I have a WIP to address it. Will raise the pr when it is ready

@cici37
Copy link
Contributor

cici37 commented May 4, 2021

After talking with @jpbetz offline, the current issue will be included in his WIP pr within: #214

/unassign

@jpbetz
Copy link
Contributor

jpbetz commented May 5, 2021

#216 already fixes most of these. Adding the remaining fixes to it as a separate commit now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants