mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-01 17:09:45 +00:00
Added a static pod e2e test. (#835)
* Added bash e2e test for static pods. Checks for net1 interface on pod. Signed-off-by: nicklesimba <simha.nikhil@gmail.com> * Enable static pod test in CI Signed-off-by: nicklesimba <simha.nikhil@gmail.com> * Addressed review comments Signed-off-by: nicklesimba <simha.nikhil@gmail.com>
This commit is contained in:
@@ -39,6 +39,12 @@ containerdConfigPatches:
|
||||
nodes:
|
||||
- role: control-plane
|
||||
- role: worker
|
||||
kubeadmConfigPatches:
|
||||
- |
|
||||
kind: InitConfiguration
|
||||
nodeRegistration:
|
||||
kubeletExtraArgs:
|
||||
pod-manifest-path: "/etc/kubernetes/manifests/"
|
||||
- role: worker
|
||||
EOF
|
||||
|
||||
|
Reference in New Issue
Block a user