Robert Munteanu
Robert Munteanu
FWIW, I would find an implementation of Scenario 2 as described in https://github.com/tohjustin/kube-lineage/issues/2#issuecomment-955153758 useful.
I've been trying to run an import as well, and had reasonable success with ``` $ terraform version Terraform v0.13.4 + provider registry.terraform.io/dmacvicar/libvirt v0.6.2 + provider registry.terraform.io/hashicorp/template v2.2.0 ``` I've...
@jberryfs - what do you mean by "a mac bug"?
Ah, right. I thought you said what I reported is a bug only on Mac. But I agree, this workaround for a very old bug could be removed.
@rasheedamir - sorry, I have no Go knowledge/experience for this kind of PR.
FWIW, this is not working at all in 1.22 ``` {"level":"error","ts":1643141833.4718075,"logger":"controller-runtime.manager.controller.endpointmonitor","msg":"Reconciler error","reconciler group":"endpointmonitor.stakater.com","reconciler kind":"EndpointMonitor","name":"travelsfactory-ro","namespace":"cust-travelsfactory-ro","error":"no matches for kind \"Ingress\" in version \"extensions/v1beta1\"","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/[email protected]/zapr.go:132\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:302\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1.2\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:216\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext.func1\n\t/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:185\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\t/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:155\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\t/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:156\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:133\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext\n\t/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:185\nk8s.io/apimachinery/pkg/util/wait.UntilWithContext\n\t/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:99"} ``` It would be great is someone could contribute...
Can you please add a link for the latest stable release?
@crowell - packaging now ( as I typically wait for the stable version ). BTW, the link is incorrect - https://dl.google.com/dl/linux/mod-pagespeed/tar/beta/mod-pagespeed-stable-1.9.32.10-r7443.tar.bz2 ; replace beta with stable and it works
> in case of incremental build detect which files changed since last build and trigger manifest generation only if the changeset includes a file with SCR annotations. You would need...