kubernetes/pkg/kubelet/kuberuntime
Sascha Grunert 584783ee9f
Partly remove support for seccomp annotations
We now partly drop the support for seccomp annotations which is planned
for v1.25 as part of the KEP:

https://github.com/kubernetes/enhancements/issues/135

Pod security policies are not touched by this change and therefore we
have to keep the annotation key constants.

This means we only allow the usage of the annotations for backwards
compatibility reasons while the synchronization of the field to
annotation is no longer supported. Using the annotations for static pods
is also not supported any more.

Making the annotations fully non-functional will be deferred to a
future release.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-08-01 09:19:29 +02:00
..
logs Generate and format files 2022-07-26 13:14:05 -04:00
convert_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
convert.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
doc.go
fake_kuberuntime_manager.go kubelet: fix sandbox creation error suppression when pods are quickly deleted 2021-08-10 08:55:25 -05:00
helpers_linux_test.go update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate 2019-05-08 10:01:50 -04:00
helpers_linux.go Fix cpu share issues on systems with large amounts of cpu 2021-11-14 19:49:19 +00:00
helpers_test.go Partly remove support for seccomp annotations 2022-08-01 09:19:29 +02:00
helpers_unsupported.go Fix cpu share issues on systems with large amounts of cpu 2021-11-14 19:49:19 +00:00
helpers.go Partly remove support for seccomp annotations 2022-08-01 09:19:29 +02:00
instrumented_services_test.go Add support for CRI verbose fields 2022-02-10 17:12:26 +01:00
instrumented_services.go kubelet: add CheckpointContainer() on the service level 2022-07-14 10:27:40 +00:00
kuberuntime_container_linux_test.go Remove EphemeralContainers feature-gate checks 2022-07-26 02:55:30 +02:00
kuberuntime_container_linux.go pkg/kubelet: changes to update runc to 1.1.0 2022-03-28 16:23:20 -07:00
kuberuntime_container_test.go Merge pull request #110733 from psschwei/probe-grace-period-units 2022-07-29 22:30:27 -07:00
kuberuntime_container_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_container_windows_test.go unittests: Adds Windows unittests 2022-07-08 17:24:15 +03:00
kuberuntime_container_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_container.go Merge pull request #110733 from psschwei/probe-grace-period-units 2022-07-29 22:30:27 -07:00
kuberuntime_gc_test.go Add support for CRI verbose fields 2022-02-10 17:12:26 +01:00
kuberuntime_gc.go Generate and format files 2022-07-26 13:14:05 -04:00
kuberuntime_image_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_image.go Add support for CRI verbose fields 2022-02-10 17:12:26 +01:00
kuberuntime_logs.go kubelet: plumb context for log requests 2018-08-10 17:35:46 -07:00
kuberuntime_manager_test.go Remove EphemeralContainers feature-gate checks 2022-07-26 02:55:30 +02:00
kuberuntime_manager.go Remove EphemeralContainers feature-gate checks 2022-07-26 02:55:30 +02:00
kuberuntime_sandbox_linux_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_sandbox_linux.go mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
kuberuntime_sandbox_test.go Partly remove support for seccomp annotations 2022-08-01 09:19:29 +02:00
kuberuntime_sandbox_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_sandbox_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_sandbox.go Fixing issue in generatePodSandboxWindowsConfig for hostProcess containers by 2022-06-02 12:10:10 -07:00
labels_test.go De-share the Handler struct in core API (#105979) 2021-10-29 13:15:11 -07:00
labels.go De-share the Handler struct in core API (#105979) 2021-10-29 13:15:11 -07:00
legacy_test.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
legacy.go Remove unhealthy symlink only for dead containers 2020-04-21 12:30:51 -07:00
security_context_others_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
security_context_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
security_context_windows_test.go Merge pull request #111020 from claudiubelu/adds-unittests-5 2022-07-29 19:29:11 -07:00
security_context_windows.go Windows: ensure runAsNonRoot does case-insensitive comparison on user name 2022-07-18 15:23:13 -07:00
security_context.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00