File tree 6 files changed +12
-0
lines changed
6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -3966,6 +3966,7 @@ _oc_debug()
3966
3966
flags_with_completion+=(" -f" )
3967
3967
flags_completion+=(" __handle_filename_extension_flag yaml|yml|json" )
3968
3968
flags+=(" --keep-annotations" )
3969
+ flags+=(" --keep-init-containers" )
3969
3970
flags+=(" --keep-liveness" )
3970
3971
flags+=(" --keep-readiness" )
3971
3972
flags+=(" --no-headers" )
Original file line number Diff line number Diff line change @@ -8171,6 +8171,7 @@ _openshift_cli_debug()
8171
8171
flags_with_completion+=("-f")
8172
8172
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
8173
8173
flags+=("--keep-annotations")
8174
+ flags+=("--keep-init-containers")
8174
8175
flags+=("--keep-liveness")
8175
8176
flags+=("--keep-readiness")
8176
8177
flags+=("--no-headers")
Original file line number Diff line number Diff line change @@ -4127,6 +4127,7 @@ _oc_debug()
4127
4127
flags_with_completion+=("-f")
4128
4128
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
4129
4129
flags+=("--keep-annotations")
4130
+ flags+=("--keep-init-containers")
4130
4131
flags+=("--keep-liveness")
4131
4132
flags+=("--keep-readiness")
4132
4133
flags+=("--no-headers")
Original file line number Diff line number Diff line change @@ -8332,6 +8332,7 @@ _openshift_cli_debug()
8332
8332
flags_with_completion+=("-f")
8333
8333
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
8334
8334
flags+=("--keep-annotations")
8335
+ flags+=("--keep-init-containers")
8335
8336
flags+=("--keep-liveness")
8336
8337
flags+=("--keep-readiness")
8337
8338
flags+=("--no-headers")
Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ the shell.
60
60
\fB \-\- keep \- annotations \fP =false
61
61
Keep the original pod annotations
62
62
63
+ .PP
64
+ \fB \-\- keep \- init \- containers \fP =true
65
+ Run the init containers for the pod. Defaults to true.
66
+
63
67
.PP
64
68
\fB \-\- keep \- liveness \fP =false
65
69
Keep the original pod liveness probes
Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ the shell.
60
60
\fB \-\- keep \- annotations \fP =false
61
61
Keep the original pod annotations
62
62
63
+ .PP
64
+ \fB \-\- keep \- init \- containers \fP =true
65
+ Run the init containers for the pod. Defaults to true.
66
+
63
67
.PP
64
68
\fB \-\- keep \- liveness \fP =false
65
69
Keep the original pod liveness probes
You can’t perform that action at this time.
0 commit comments