Skip to content

Commit a8b81cb

Browse files
committed
enable WatchListClient FG
1 parent e127102 commit a8b81cb

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
@@ -73,6 +73,9 @@ k8s_bin_dir=$(
7373
)
7474
echo "Replacing kube-apiserver binary from ${k8s_bin_dir} to ${KUBEBUILDER_ASSETS}"
7575
cp -f "${k8s_bin_dir}/kube-apiserver" "${KUBEBUILDER_ASSETS}/kube-apiserver"
76+
77+
echo "Enabling WatchListClient feature"
78+
export KUBE_FEATURE_WatchListClient=true
7679
# END OF HACK
7780

7881
# Run tests.

0 commit comments

Comments
 (0)