What would you like to be added
The ability to disable the 'staticPodPath' configuration option on worker node kubelets to satisfy the Kubernetes STIG requirement.
Why is this needed
Prior efforts to allow this configurability was initially added via 082507c in v2.29.0 but was reverted in v2.31.0 with 34f43d2.
The revert is problematic because the recommended implementation (#12433 (comment)) doesn't work. kube_manifest_dir is used in roles\kubernetes\preinstall\tasks\0050-create_directories.yml and setting it to "" breaks the tasks using that variable.
What would you like to be added
The ability to disable the 'staticPodPath' configuration option on worker node kubelets to satisfy the Kubernetes STIG requirement.
Why is this needed
Prior efforts to allow this configurability was initially added via 082507c in v2.29.0 but was reverted in v2.31.0 with 34f43d2.
The revert is problematic because the recommended implementation (#12433 (comment)) doesn't work.
kube_manifest_diris used inroles\kubernetes\preinstall\tasks\0050-create_directories.ymland setting it to""breaks the tasks using that variable.