Andreas Gabor
Andreas Gabor
Hi @hagay3 , thanks for the swift reply! The dynamic client seems to be a rather untyped (except for the core k8s types) construct. I'm talking about a typed way...
> it will require you to create those yamls definitions ([example](https://gist.githubusercontent.com/yue9944882/266fee8e95c2f15a93778263633e72ed/raw/be12c13379eeed13d2532cb65da61fffb19ee3e7/crontab-crd.yaml)) Don't all third party resources have to define the CRDs themselves? Like in the [EventBus example](https://github.com/argoproj-labs/argo-eventbus/blob/main/manifests/base/crds/argoproj.io_eventbus.yaml) > Using dynamic...
I think I didn't make myself clear about the usecase. I'd love to replace yaml based kustomize resources with typesafe scala based descriptions of the same and then exporting them...
> > > it will require you to create those yamls definitions ([example](https://gist.githubusercontent.com/yue9944882/266fee8e95c2f15a93778263633e72ed/raw/be12c13379eeed13d2532cb65da61fffb19ee3e7/crontab-crd.yaml)) > > > > > > Don't all third party resources have to define the CRDs themselves?...
Hi @matskiv , thanks for the quick reply. Your workaround works like a charm! :)
as a note: in addition to k3s, k0s has also just added a configuration parameter for that in https://github.com/k0sproject/k0s/pull/1569 . the workaround got actually easier with vcluster 0.7 as the...
There's actually a workaround using `dns/include-suffixes` as documented here https://www.telepresence.io/docs/latest/reference/config/ . I guess it'd still be nice to not have it manually defined but automatically included as in t1
I'd also love to see PRs being created. The approach could be similar to the brilliant [ScalaSteward project](https://github.com/scala-steward-org/scala-steward), which creates PRs when there are library dependency updates. In this case...
Same issue on 2.6.7
> If you can live without those labels, it's possible to simply remove then as a workaround > > ```scala > dockerCommands := dockerCommands.value.filter { > case Cmd("LABEL", args @...