Skip to content

Commit 0a1d94b

Browse files
committed
enable WatchListClient FG
1 parent 806d328 commit 0a1d94b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/check-everything.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ k8s_bin_dir=$(
8080
)
8181
echo "Replacing kube-apiserver binary from ${k8s_bin_dir} to ${KUBEBUILDER_ASSETS}"
8282
cp -f "${k8s_bin_dir}/kube-apiserver" "${KUBEBUILDER_ASSETS}/kube-apiserver"
83+
84+
echo "Enabling WatchListClient feature"
85+
export KUBE_FEATURE_WatchListClient=true
8386
# END OF HACK
8487

8588
# Run tests.

0 commit comments

Comments
 (0)