Results 18 issues of Roman Geraskin

Hi, [Argo Rollouts](https://argoproj.github.io/argo-rollouts/) is a Kubernetes controller and set of CRDs which provide advanced deployment capabilities such as blue-green, canary, canary analysis, experimentation, and progressive delivery features to Kubernetes. Is...

In quickstart doc we see the `Create Custom Namespace` [section](https://github.com/Altinity/clickhouse-operator/blob/867ce241b0854027a1f044226eda3af4ad3d4430/docs/quick_start.md#create-custom-namespace): > It is a good practice to have all components run in dedicated namespaces. Let's run examples in the test...

### Kyverno Version 1.7.2 ### Description Policy from the [documentation](https://kyverno.io/docs/writing-policies/validate/#anchors-and-child-elements-conditional-and-equality): ``` apiVersion: kyverno.io/v1 kind: ClusterPolicy metadata: name: conditional-anchor-dockersock spec: validationFailureAction: enforce background: false rules: - name: conditional-anchor-dockersock match: any: -...

bug
validation
end user created

#### Current Behavior Xonsh init script doesn't have terminal width setting. Because of this if I use this format `format = "${directory}${git_branch}$fill$all"` I will get $all in the middle of...

🐛 bug
✅ existing workaround

Using notification controller bundled in argocd:v2.4.8 with config: ``` service.alertmanager: | targets: - webhook.site:443 scheme: https apiPath: /0be1114e-c211-4fb3-bb47-908e51aa9675/api/events ``` and app annotation ``` notifications.argoproj.io/subscribe.on-sync-succeeded.alertmanager: "" ``` I can't get any...

We can pass arg to task like `mise run build arg1`. But if `build` task depends on, for example, `lint` task, `lint` task will not get `arg1 ` as arg....

enhancement

multiwerf installation is not currently supported on darwin-arm64. ``` ❯ curl -L https://raw.githubusercontent.com/werf/multiwerf/master/get.sh | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total...

I'd like to add it as a native layout because custom layouts do not support the native shrink/expand commands. I've successfully built this branch and use it daily. I'm a...

I think that in the [hotkeys documentation](https://k9scli.io/topics/hotkeys/) should be mentioned that to use letters instead of digits they have to be capitalized. Spent a lot of time to figure it...