-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Replace Kubeyaml by go-yaml v3 #1933
Comments
one more point: getting rid of
Apparently /usr/lib/kubeyaml/kubeyaml is build using ld-musl-x86_64.so sigh. @2opremio are the sources for kubeyaml are publicly available? I can't find any references on https://quay.io/repository/squaremo/kubeyaml?tab=info tho |
Are you planning to take up this issue? Let me know if you need any help |
thank you! well... it depends on the issue :) regrading as for the subject one: I am not Golang developer and just hacking things around so it would be too loud to say Thanks! |
Discovery I made last week when deciding about expanding
|
which means ... goyaml v3 cannot really replace |
We are currently using
gopkg.in/yaml.v2
. However,gopkg.in/yaml.v3
provides a round trip parser through the use ofNode
. It provides comment preservation and and line-number information.In turn, this would allow us to use Golang to update manifests during releases instead of invoking kubeyaml.
Advantages:
The text was updated successfully, but these errors were encountered: