tink icon indicating copy to clipboard operation
tink copied to clipboard

Support specifying hardware in YAML

Open invidian opened this issue 5 years ago • 2 comments

Expected Behaviour

As templates currently accept YAML, it would be nice if hardware could also be specified in the same format. It currently works other way round, as YAML is compatible with JSON, but IMO YAML is more common format and more human readable than JSON. I find it confusing, that different subcommands operates using different formats.

Current Behaviour

Currently tink hardware push only supports JSON input.

Possible Solution

Use YAML decoder rather than JSON decoder when taking hardware data from the user.

invidian avatar Oct 02 '20 09:10 invidian

I wholeheartedly endorse this idea. Help wanted!

tstromberg avatar Aug 27 '21 15:08 tstromberg

Hi, I would like to work on this. Please assign this to me

MohammadRVR avatar Sep 30 '21 07:09 MohammadRVR

the kubernetes backend supports this. close by https://github.com/tinkerbell/tink/pull/654

jacobweinstock avatar Dec 23 '22 23:12 jacobweinstock