Alex

Results 10 issues of Alex

It will be cool if there is some help dialog with commands and hotkeys by pressing F1 (for example).

feature

May be it's related to #142 but anyway the download/restore from remote speed is slowly then upload/create_remote speed. Here is the configuration: ```yaml general: remote_storage: s3 max_file_size: 1099511627776 disable_progress_bar: false...

Hi. We have EKS - 1.20. We have one SSO role that is used by two different users: -`user1` - admin (me) -`user2` must have admin access only in specific...

Hi. I have `library` chart: ```yaml # only part from it containers: - name: {{ .Chart.Name }} {{- if .Values.config.command }} command: {{ .Values.config.command }} {{- end }} resources: {{-...

question/support
Stale

**What happened?** The duplicated metrics appear on main prometheus server: ``` namespace_workload_pod:kube_pod_owner:relabel{cluster="sample-eks", job="federate", namespace="cert-manager", pod="cert-manager-848f547974-xkg8j", prometheus="monitoring/k8s", prometheus_replica="prometheus-k8s-0", workload="cert-manager", workload_type="deployment"} ``` ``` namespace_workload_pod:kube_pod_owner:relabel{cluster="sample-eks", namespace="cert-manager", pod="cert-manager-848f547974-xkg8j", workload="cert-manager", workload_type="deployment"} ``` The difference is...

kind/bug

### General information * Minishift version: minishift v1.34.2+83ebaab * OS: macOS * Hypervisor: VirtualBox ### Steps to reproduce Try to build any image that uses multistage build. ### Expected Multistage...

Output of `helm version`: version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.6"} Output of `kubectl version`: Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.2", GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", GitTreeState:"clean", BuildDate:"2021-09-15T21:31:32Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"darwin/amd64"} Hi. I have: ```yaml # templates/configmap.yaml {{-...

question/support

Hi. I just started using the latest postgres_exporter in k8s. And it's cool! But I have one issue. I am using single pod in k8s with the env DATA_SOURCE_NAME with...

**Is your feature request related to a problem? Please describe.** Hi. We need to modify /etc/hosts in running pod in this helm chart. **Describe the solution you'd like** Add `hostAliases`...

Hi. I use 2.4 version of that plugin on Jenkins ver. 2.204.1. I have job in jenkins with **two** git repos: backend and infra. Each of this two repos is...

enhancement
investigating