Mikhail Mazurskiy

Results 92 comments of Mikhail Mazurskiy

One option would be to copy the bits that are not available in other packages. I'm willing to do the work if maintainers are ok with that. Please let me...

Hm, I have just discovered that I cannot use the engine because of this dependency. I'm getting the following error when building my project with bazel: ``` ERROR: /private/var/tmp/_bazel_mikhail/6a0c1de97b81a8c5de5b6b9aec394679/external/com_github_argoproj_gitops_engine/pkg/utils/kube/BUILD.bazel:3:11: in...

I've tried copying the code but ran into these issues: - `k8s.io/kubernetes/pkg/kubectl/cmd/auth` is a lot of logic, not just trivial helpers. - looks like creating a custom scheme is not...

https://github.com/kubernetes/enhancements/issues/1020

Some good progress https://github.com/kubernetes/kubernetes/pull/96145

Some more good news: https://docs.google.com/document/d/121FWis7sIzdG83H9T8G2qvSB6inxJoUub5KsVwFDa60/edit#heading=h.mipaetrdowr and https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/2144-clientgo-apply#apply-functions So after https://github.com/argoproj/gitops-engine/pull/205 merges our only blocker for dropping k/k dependency is the defaulting that we are using from scheme - see https://github.com/argoproj/gitops-engine/pull/206....

@celrenheit This is the client-side scheme, it does not contain conversion/defaulting functions the server-side one contains.

Nice! I saw the filtering but didn't pay close enough attention to it. I think it might be worth providing a filter that excludes things 99% of people will not...

@uhthomas Thanks a lot! This worked for me too. I've also bumped the second one to `v1.9.0`: ```starlark go_repository( name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace", build_directives = [ "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal", "gazelle:resolve...

I've never used ibazel myself. Contributions are welcome!