Ilya Lesikov

Results 105 comments of Ilya Lesikov

Added [generic tracking](https://github.com/werf/kubedog/pull/255), which should work for most resources, although not for Service/Ingress. They will require more specific trackers.

Most resources can be tracked now with https://github.com/werf/kubedog/pull/255, although not Service/Ingress, they will require more specific trackers.

Can you try to use one of the official images, e. g. `registry.werf.io/werf/werf:1.2`? Full list of available images here: https://werf.io/documentation/v1.2/advanced/ci_cd/run_in_container/how_it_works.html#available-werf-images If you want to customize the image you can use...

### TL;DR: new command `werf bundle render` renders K8s manifests from bundle for further deployment with other CD tools (ArgoCD?) or debugging. ## New command: `werf bundle render` Since v1.2.67...

Alternatively, the permission can be granted via PowerShell: 1. Run as the administrator: ```powershell $ntprincipal = new-object System.Security.Principal.NTAccount "$env:UserName" $sidstr = $ntprincipal.Translate([System.Security.Principal.SecurityIdentifier]).Value.ToString() $tmp = [System.IO.Path]::GetTempFileName() secedit.exe /export /cfg "$($tmp)" $currentSetting...

I guess we need to add instructions for how to grant this permission in the werf installation docs for Windows. On the other side, this is expected behavior as of...

Currently we didn't try to make werf work in a namespaced, isolated mode, but we were planning to look into it.

> DeletedFinalStateUnknown is placed into a DeltaFIFO in the case where an object was deleted but the watch deletion event was missed while disconnected from apiserver. Similar problem was in...

Thanks, we'll think on it, might be a good idea.

Issue persists in v1.1.23+fix51. Redeploy most likely fixes it.