mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	Automatic merge from submit-queue (batch tested with PRs 67736, 68123, 68138). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Port security context NodeConformance e2e_node tests to e2e **What this PR does / why we need it**: Port all [NodeConformance] SecurityContext e2e_node tests to e2e/common. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #67032 **Special notes for your reviewer**: - This PR is a continuing effort to close #67032. - Removed ContainerRuntime constraint [as discussed](https://github.com/kubernetes/kubernetes/pull/67032#discussion_r214201870). - Porting all [NodeConformance] tests to e2e/common which do not have node dependencies. - Does it make sense to port [privileged test](https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/security_context_test.go#L558) to e2e/common and remove [NodeFeature:HostAccess] label from test name? **Release note**: ```release-note NONE ``` /area conformance @kubernetes/sig-node-pr-reviews