What this PR does / why we need it:
The TestExtenderWebhookStatFS test was failing on 24.3.3-dev and 24.4.0-dev image since the value of the kubevirt-skip-preload-statfs flag was set to True by default. This was because we used the BoolTFlag to define the flag which keeps the default value of the flag as True. Due to this, the statfs binary preload workflow was deactivated by default. Making it false by default.
In order to deactivate the statfs preload hack, the kubevirt-skip-preload-statfs=true stork arg would need to be set.
Does this PR change a user-facing CRD or CLI?:
No
Is a release note needed?:
No
Does this change need to be cherry-picked to a release branch?:
No, directly made the PR to 24.3.3 branch since had cherry-picked the code change commit to the release-24.3.3 branch only from pure-px/stork.
What type of PR is this? failing-test
What this PR does / why we need it: The
TestExtenderWebhookStatFS
test was failing on 24.3.3-dev and 24.4.0-dev image since the value of thekubevirt-skip-preload-statfs
flag was set toTrue
by default. This was because we used theBoolTFlag
to define the flag which keeps the default value of the flag asTrue
. Due to this, the statfs binary preload workflow was deactivated by default. Making it false by default.In order to deactivate the statfs preload hack, the
kubevirt-skip-preload-statfs=true
stork arg would need to be set.Does this PR change a user-facing CRD or CLI?: No
Is a release note needed?: No
Does this change need to be cherry-picked to a release branch?: No, directly made the PR to 24.3.3 branch since had cherry-picked the code change commit to the
release-24.3.3
branch only frompure-px/stork
.Test run https://jenkins.pwx.dev.purestorage.com/job/Stork/view/Stork%2024.3.3-dev/job/extender-op-k8s-1-30-0/612/