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
--certificate-authority string Path to a cert file for the certificate authority
22
+
--client-certificate string Path to a client certificate file for TLS
23
+
--client-key string Path to a client key file for TLS
24
+
--cluster string The name of the kubeconfig cluster to use
25
+
--context string The name of the kubeconfig context to use
26
+
--disable-compression If true, opt-out of response compression for all requests to the server
27
+
-h, --help help for runtime-enforcer
28
+
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
29
+
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
30
+
-n, --namespace string If present, the namespace scope for this CLI request
31
+
--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")
32
+
-s, --server string The address and port of the Kubernetes API server
33
+
--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
34
+
--token string Bearer token for authentication to the API server
35
+
--user string The name of the kubeconfig user to use
--certificate-authority string Path to a cert file for the certificate authority
20
+
--client-certificate string Path to a client certificate file for TLS
21
+
--client-key string Path to a client key file for TLS
22
+
--cluster string The name of the kubeconfig cluster to use
23
+
--context string The name of the kubeconfig context to use
24
+
--disable-compression If true, opt-out of response compression for all requests to the server
25
+
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
26
+
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
27
+
-n, --namespace string If present, the namespace scope for this CLI request
28
+
--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")
29
+
-s, --server string The address and port of the Kubernetes API server
30
+
--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
31
+
--token string Bearer token for authentication to the API server
32
+
--user string The name of the kubeconfig user to use
33
+
```
34
+
35
+
### SEE ALSO
36
+
37
+
*[runtime-enforcer](runtime-enforcer.md) -
38
+
*[runtime-enforcer policy allow](runtime-enforcer_policy_allow.md) - allow executables for a WorkloadPolicy container
39
+
*[runtime-enforcer policy deny](runtime-enforcer_policy_deny.md) - deny executables for a WorkloadPolicy container
40
+
*[runtime-enforcer policy monitor](runtime-enforcer_policy_monitor.md) - Set WorkloadPolicy mode to monitor
41
+
*[runtime-enforcer policy protect](runtime-enforcer_policy_protect.md) - Set WorkloadPolicy mode to protect
42
+
*[runtime-enforcer policy show](runtime-enforcer_policy_show.md) - Show WorkloadPolicy information
--certificate-authority string Path to a cert file for the certificate authority
25
+
--client-certificate string Path to a client certificate file for TLS
26
+
--client-key string Path to a client key file for TLS
27
+
--cluster string The name of the kubeconfig cluster to use
28
+
--context string The name of the kubeconfig context to use
29
+
--disable-compression If true, opt-out of response compression for all requests to the server
30
+
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
31
+
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
32
+
-n, --namespace string If present, the namespace scope for this CLI request
33
+
--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")
34
+
-s, --server string The address and port of the Kubernetes API server
35
+
--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
36
+
--token string Bearer token for authentication to the API server
37
+
--user string The name of the kubeconfig user to use
--certificate-authority string Path to a cert file for the certificate authority
25
+
--client-certificate string Path to a client certificate file for TLS
26
+
--client-key string Path to a client key file for TLS
27
+
--cluster string The name of the kubeconfig cluster to use
28
+
--context string The name of the kubeconfig context to use
29
+
--disable-compression If true, opt-out of response compression for all requests to the server
30
+
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
31
+
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
32
+
-n, --namespace string If present, the namespace scope for this CLI request
33
+
--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")
34
+
-s, --server string The address and port of the Kubernetes API server
35
+
--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
36
+
--token string Bearer token for authentication to the API server
37
+
--user string The name of the kubeconfig user to use
0 commit comments