We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0869c98 commit 8893945Copy full SHA for 8893945
snap/hooks/configure
@@ -390,6 +390,7 @@ if ! grep -e "WatchList" ${SNAP_DATA}/args/kube-apiserver
390
then
391
if ! grep -e "--feature-gates=" ${SNAP_DATA}/args/kube-apiserver
392
393
+ echo "" >> ${SNAP_DATA}/args/kube-apiserver
394
echo '--feature-gates=WatchList=false' >> ${SNAP_DATA}/args/kube-apiserver
395
else
396
# Find the line starting with --feature-gates= and append ,WatchList=false
0 commit comments