vHive icon indicating copy to clipboard operation
vHive copied to clipboard

Duplication of config structures in open_yurt scripts

Open leokondrashov opened this issue 1 year ago • 1 comments

Describe the enhancement

In addition of OpenYurt deployment to the vHive, structures SystemEnvironmentStruct, KubeConfigStruct, KnativeConfigStruct significantly duplicate the existing structures in scripts/configs. That makes the code hard to maintain configs (need to update the format in several places).

The solution is to reuse existing ones instead of copy-pasting the content.

leokondrashov avatar Feb 20 '24 06:02 leokondrashov

Will handle this in the next development iteration

lrq619 avatar Jul 02 '24 02:07 lrq619