mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 12:46:06 +00:00
add instructions into verify-featuregates script.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
This commit is contained in:
@@ -28,4 +28,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
|
||||
|
||||
cd "${KUBE_ROOT}"
|
||||
|
||||
go run test/featuregates_linter/main.go feature-gates verify
|
||||
if ! go run test/featuregates_linter/main.go feature-gates verify; then
|
||||
echo "Please run 'hack/update-featuregates.sh' to update the feature list."
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user