You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--round-duration duration Duration of a benchmark round (default 5s)
66
69
-s, --server string The address and port of the Kubernetes API server
67
70
--sleep duration The length of time to wait before running an action. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means no sleep. (default 100ms)
71
+
--tls-server-name string Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used
68
72
--token string Bearer token for authentication to the API server
69
73
--user string The name of the kubeconfig user to use
--certificate-authority string Path to a cert file for the certificate authority
30
31
--client-certificate string Path to a client certificate file for TLS
31
32
--client-key string Path to a client key file for TLS
32
33
--cluster string The name of the kubeconfig cluster to use
33
34
--context string The name of the kubeconfig context to use
35
+
--disable-compression If true, opt-out of response compression for all requests to the server
34
36
-h, --help help for run
35
37
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
36
38
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
@@ -40,6 +42,7 @@ event-generator run [regexp] [flags]
40
42
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
41
43
-s, --server string The address and port of the Kubernetes API server
42
44
--sleep duration The length of time to wait before running an action. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means no sleep. (default 100ms)
45
+
--tls-server-name string Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used
43
46
--token string Bearer token for authentication to the API server
44
47
--user string The name of the kubeconfig user to use
--certificate-authority string Path to a cert file for the certificate authority
31
32
--client-certificate string Path to a client certificate file for TLS
32
33
--client-key string Path to a client key file for TLS
33
34
--cluster string The name of the kubeconfig cluster to use
34
35
--context string The name of the kubeconfig context to use
36
+
--disable-compression If true, opt-out of response compression for all requests to the server
35
37
--grpc-ca string CA root file path for connecting to a Falco gRPC server (default "/etc/falco/certs/ca.crt")
36
38
--grpc-cert string Cert file path for connecting to a Falco gRPC server (default "/etc/falco/certs/client.crt")
37
39
--grpc-hostname string Hostname for connecting to a Falco gRPC server (default "localhost")
@@ -48,6 +50,7 @@ event-generator test [regexp] [flags]
48
50
-s, --server string The address and port of the Kubernetes API server
49
51
--sleep duration The length of time to wait before running an action. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means no sleep. (default 100ms)
50
52
--test-timeout duration Test duration timeout (default 1m0s)
53
+
--tls-server-name string Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used
51
54
--token string Bearer token for authentication to the API server
52
55
--user string The name of the kubeconfig user to use
53
56
```
@@ -63,3 +66,4 @@ event-generator test [regexp] [flags]
63
66
### SEE ALSO
64
67
65
68
*[event-generator](event-generator.md) - A command line tool to perform a variety of suspect actions.
0 commit comments