the usage intstructions in cli/talekutil/README.md show using talekutil --trustdomain to output json for each replica that is later aggregated into a client configuration.
However, talekutil sets the --index, --address, and --name flags from the default values, which loses the parsed values from the configuration.
The remedy is to not parse these flags when --infile is specified, or to amend these instructions to specify these flags.
the usage intstructions in cli/talekutil/README.md show using talekutil --trustdomain to output json for each replica that is later aggregated into a client configuration.
However, talekutil sets the --index, --address, and --name flags from the default values, which loses the parsed values from the configuration.
The remedy is to not parse these flags when --infile is specified, or to amend these instructions to specify these flags.