Samuel Lang
Samuel Lang
+1 Your code would be handy when the baud rate would be calculated like the Arduino does in meantime to support various baud rates. Do you see a chance to...
@anomalizer do you have a solution for this already? I'm facing this problem as well.
I would say so, at least the dangerous, invasive settings
Due to repo move a go.mod replace is required: ```go replace ( github.com/k14s/kapp => github.com/vmware-tanzu/carvel-kapp v0.50.0 ) ```
as @praveenrewar mentioned the current requirement to build is `k8s.io/client-go` < v0.23 From my test a simple approach is to leverage the cobra command including all Kapp app per se....
Alternative approach is to avoid spf13/cobra as dependency and call the structs and methods natively. Advantage is less dependencies and thus a little smaller binary, but with the rather challenging...
@praveenrewar Thanks, you and Kapp, are right that there is an empty file, errorously generated through our helm templating. However we do not know which file, this information is missing...
> i think it's saying that it was not given _any_ resources in any of the files. Ok, I'll check that, thanks
Another instance where the filename is missing, leaving one puzzled: ``` ╰─➤ kapp app-group deploy -g all -n default --directory kappsvc -c --- deploying app 'all-services' (namespace: default) from kappsvc/services...
@praveenrewar as another instance - would this error also be extended with the affected filename? ``` Target cluster 'https://xxxx.gr7.us-east-1.eks.amazonaws.com' (nodes: ip-172-16-4-11.ec2.internal, 2+) error="error converting YAML to JSON: yaml: line 2:...