eclipse-ankaios / ankaios

Eclipse Ankaios provides workload and container orchestration for automotive High Performance Computing (HPC) software.
https://eclipse-ankaios.github.io/ankaios/
Apache License 2.0
65 stars 24 forks source link

Add a new subcommands `ank delete config` and `ank get configs` #392

Closed inf17101 closed 2 weeks ago

inf17101 commented 1 month ago

Add a new subcommands ank delete config and ank get config extending the existing ank delete and ank get.

The output of ank get config shall be like:

CONFIG
my_config1
my_config2

Tasks:

krucod3 commented 1 month ago

Just a reminder - we should support both config and configs as a keyword, as done for workload(s)

HorjuRares commented 1 month ago

I'll tackle this one

windsource commented 1 month ago

ank get configs should provide a table like:

CONFIG
my_config1
my_config2

Same as for workloads, if the user wants to see the content of a specific config ank get state desiredState.configs.my_config1 does the job already and provides either json or yaml output.

krucod3 commented 2 weeks ago

All done here