Skip to content

Commit aa6dce6

Browse files
committed
enable WatchListClient FG
1 parent 29d1dc4 commit aa6dce6

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

7780
# Run tests.

0 commit comments

Comments
 (0)