talm icon indicating copy to clipboard operation
talm copied to clipboard

Manage Talos Linux the GitOps Way!

Results 25 talm issues
Sort by recently updated
recently updated
newest added

As part of https://github.com/aenix-io/cozystack/issues/141 Signed-off-by: Andrei Kvapil

Please implement globs support in file arguments, such as `talm template -f 'nodes/*.yaml'`

good first issue
community

Please add `--field-selector` argument which will allow to submit a query instead of specifying a list of files; such as `talm dashboard --field-selector=machine.type=controlplane`

Same issue with #10, but it is more of a general issue with Windows

Hi, I followed instruction from https://cozystack.io/docs/talos/configuration/talm/ but `talm template -e 10.0.6.3 -n 10.0.6.3 -t 'templates/controlplane.yaml' -i > .\nodes\node-03.yaml` return `"failed to render templates: template templates\controlplane.yaml not found"` but the file...

Sometimes there might be cases when server needs to replace motherboard with integrated NICs, they will change MAC-addresses too. It's better to use PCI-bus path to persiste these settings

good first issue

README.md says to run `talm -n 1.2.3.4 -e 1.2.3.4 template -t templates/controlplane.yaml -i > nodes/node1.yaml` and then edit `nodes/node1.yaml`. The generated `nodes/node1.yaml` says "THIS FILE IS AUTOGENERATED. DO NOT EDIT...

``` # talm upgrade -f nodes/srv1.yaml error constructing client: failed to determine endpoints ```

My k8s network is 192.168.201.0/24. Talm correctly generates interfaces, routes, name servers. My command to generate template: ``` bash talm -n 192.168.201.201.10 -e 192.168.201.201.10 template -t templates/controlplane.yaml > nodes/kub-t10.yaml ```...

Hi, Just tried talm for the first time. Cool project @kvaps ! Only one Feature request: is it possible to add the `--image` when running `talm init` ? This saves...