mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
e2e_kubeadm: fix command flags description
This commit is contained in:
parent
35cf6b6cbc
commit
0a706d3827
@ -41,7 +41,7 @@ func bazelBuild() error {
|
||||
}
|
||||
|
||||
var ginkgoFlags = flag.String("ginkgo-flags", "", "Space-separated list of arguments to pass to Ginkgo test runner.")
|
||||
var testFlags = flag.String("test-flags", "", "Space-separated list of arguments to pass to node e2e test.")
|
||||
var testFlags = flag.String("test-flags", "", "Space-separated list of arguments to pass to kubeadm e2e test.")
|
||||
var build = flag.Bool("build", false, "use Bazel to build binaries before testing")
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user