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
-`safeDriverLoad.annotation` - annotation to use for safeDriverLoad feature
23
+
24
+
25
+
If `safeDriverLoad` feature is enabled then the network-operator-init-container container will set annotation
26
+
provided in `safeDriverLoad.annotation` on the Kubernetes Node object identified by `--node-name`.
27
+
The container exits with code 0 when the annotation is removed from the Node object.
28
+
29
+
If `safeDriverLoad` feature is disabled then the container will immediately exit with code 0.
30
+
31
+
```
32
+
NVIDIA Network Operator init container
33
+
34
+
Usage:
35
+
network-operator-init-container [flags]
36
+
37
+
Config flags:
38
+
39
+
--config string
40
+
path to the configuration file
41
+
--node-name string
42
+
name of the k8s node on which this app runs
43
+
44
+
Logging flags:
45
+
46
+
--log-flush-frequency duration
47
+
Maximum number of seconds between log flushes (default 5s)
48
+
--log-json-info-buffer-size quantity
49
+
[Alpha] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can
50
+
be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). Enable the LoggingAlphaOptions feature gate to use this.
51
+
--log-json-split-stream
52
+
[Alpha] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. Enable the LoggingAlphaOptions feature gate to use
53
+
this.
54
+
--logging-format string
55
+
Sets the log format. Permitted formats: "json" (gated by LoggingBetaOptions), "text". (default "text")
56
+
-v, --v Level
57
+
number for the log level verbosity
58
+
--vmodule pattern=N,...
59
+
comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
60
+
61
+
General flags:
62
+
63
+
-h, --help
64
+
print help and exit
65
+
--version
66
+
print version and exit
67
+
68
+
Kubernetes flags:
69
+
70
+
--kubeconfig string
71
+
Paths to a kubeconfig. Only required if out-of-cluster.
0 commit comments