Closed linuxstudio closed 2 months ago
@linuxstudio This works for me. Using -n
flag list namespace specific certificates.
$ omc certs inspect -A| wc -l
258
$ omc certs inspect -n default| wc -l
86
The kubernetes.io/service-account-token
seems repetitive in every namespace - that could create some confusion.
It works for me too, please @linuxstudio provide the output from the following commands:
omc certs inspect -A| wc -l
omc certs inspect -n default| wc -l
@gmeghnag just checked with a must-gather and have the following:
$ omc certs inspect -A| wc -l 15658
omc certs inspect -n default| wc -l 299
I can confirm that the command honors the -n flag correctly. This issue can be closed.
omc certs inspect does not use the
-n
flag, even if that is mentioned in the help output:As it is now, the command looks in all namespaces of the must-gather