-
Couldn't load subscription status.
- Fork 16
Open
Description
Bug Report
Description
The command:
virsh list | grep vagrant | awk '{print $2}' | xargs -t -L1 virsh domifaddr
is broken if the parent directory is not called vagrant.
Suggested working alternative:
virsh list | grep node-* | awk '{print $2}' | xargs -t -L1 virsh domifaddr
Logs
`$ virsh list | grep -node- | awk '{print $2}' | xargs -t -L1 virsh domifaddr
grep: invalid argument ‘e-’ for ‘--directories’
Valid arguments are:
- ‘read’
- ‘recurse’
- ‘skip’
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.
virsh domifaddr
error: command 'domifaddr' requires option
`
Environment
- Talos version: not installed
- Kubernetes version: not installed
- Platform: Ubuntu 25.04
Metadata
Metadata
Assignees
Labels
No labels