Skip to content

Commit 09a5258

Browse files
committed
enable WatchListClient FG
1 parent f4c5c57 commit 09a5258

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
@@ -71,6 +71,9 @@ k8s_bin_dir=$(
7171
)
7272
echo "Replacing kube-apiserver binary from ${k8s_bin_dir} to ${KUBEBUILDER_ASSETS}"
7373
cp -f "${k8s_bin_dir}/kube-apiserver" "${KUBEBUILDER_ASSETS}/kube-apiserver"
74+
75+
echo "Enabling WatchListClient feature"
76+
export KUBE_FEATURE_WatchListClient=true
7477
# END OF HACK
7578

7679
# Run tests.

0 commit comments

Comments
 (0)