mirror of https://github.com/k3s-io/k3s
cf7073a831
Automatic merge from submit-queue (batch tested with PRs 59276, 51042, 58973, 59377, 59472). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Update Container Runtime Interface to use enumerated namespace modes **What this PR does / why we need it**: This updates the CRI as described in the [Shared PID Namespace](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/pod-pid-namespace.md#container-runtime-interface-changes) proposal. This change to the alpha API is not backwards compatible: implementations of the CRI will need to update to the new API version. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: WIP #1615 **Special notes for your reviewer**: /assign @yujuhong **Release note**: ```release-note [action-required] The Container Runtime Interface (CRI) version has increased from v1alpha1 to v1alpha2. Runtimes implementing the CRI will need to update to the new version, which configures container namespaces using an enumeration rather than booleans. ``` |
||
---|---|---|
.. | ||
builder | ||
conformance | ||
environment | ||
jenkins | ||
perftype | ||
remote | ||
runner | ||
services | ||
system | ||
BUILD | ||
OWNERS | ||
README.md | ||
apparmor_test.go | ||
benchmark_util.go | ||
container.go | ||
container_manager_test.go | ||
cpu_manager_test.go | ||
critical_pod_test.go | ||
density_test.go | ||
device_plugin.go | ||
doc.go | ||
docker_test.go | ||
docker_util.go | ||
dockershim_checkpoint_test.go | ||
dynamic_kubelet_config_test.go | ||
e2e_node_suite_test.go | ||
eviction_test.go | ||
framework.go | ||
garbage_collector_test.go | ||
gke_environment_test.go | ||
gpu_device_plugin.go | ||
gpus.go | ||
gubernator.sh | ||
image_id_test.go | ||
image_list.go | ||
kubelet_test.go | ||
lifecycle_hook_test.go | ||
log_path_test.go | ||
mirror_pod_test.go | ||
node_container_manager_test.go | ||
node_problem_detector_linux.go | ||
pods_container_manager_test.go | ||
resource_collector.go | ||
resource_usage_test.go | ||
restart_test.go | ||
runtime_conformance_test.go | ||
security_context_test.go | ||
simple_mount.go | ||
summary_test.go | ||
util.go | ||
volume_manager_test.go |
README.md
See e2e-node-tests