Vladimir

Results 19 issues of Vladimir

Hello. Everywhere in Kubernetes used GitVersion for demonstrated K8s version. (For example `kubectl get nodes` returned exactly GitVersion of kubernetes) It's important for me, bc i use ArgoCD for all...

Hello. I use CoreDNS like nodelocalDNS in K8s cluster. For resolve external domains used external DNS Server. I have many resolv-requests. Sometimes i see strange error in CoreDNS logs: ```...

question
plugin/forward

Signed-off-by: Zemtsov Vladimir ## Changes Add 2 args for Thanos sidecar: `prometheus.get_config_interval` - How often the Prometheus config. Default - 30s `prometheus.timeout_get_config` -Timeout for get Prometheus config. Default - 5s...

size/S

**What type of PR is this?** /kind enhancement **What does this PR do / why we need it**: If i try connect Dex with GitLab Application, where Gitlab use self-singed...

**What type of PR is this?** /kind bug **What does this PR do / why we need it**: If Kubernetes/OpenShift Cluster Name not "cluster.local" - routes by svc name like...

**What type of PR is this?** /kind bug **What does this PR do / why we need it**: If create Prometheus-Operator without OLM Service Account "k8s-prometheus" not exist. It's reason...

Sometimes i see strange error in NodeLocalDNS logs: ``` [ERROR] plugin/errors: 2 {{DOMAIN}}. SRV: read udp {{NODE_IP}}:51483->{{DNS_SERVER}}:53: i/o timeout ``` In TCPDump i see: ``` 15:45:40.151621 IP {{NODE_IP}}.42761 > {{DNS_SERVER}}.domain:...

**Environment**: - **Cloud provider or hardware configuration:** Hardware - **OS**: Ubuntu 20.04.3 LTS - **Version of Ansible**: ansible [core 2.12.5] - **Version of Python**: Python 3.8.10 **Kubespray version (commit):** 34ec4d5d...

kind/bug
lifecycle/rotten

#### Overview Issue - https://github.com/dexidp/dex/issues/2763 In this PR I add logic to add information about group Permission for user to GitLab connector. ##### Before MR: Login with Gitlab Connector ```...

kind/enhancement

Chart version: 0.12.* I want to use 2 notifiers for vmalert. I try many variants: 1. Classic: ```yaml vmalert: spec: notitfiers: - url: "alertnamager1" - url: "alertnamager2" ``` But after...

k8s-stack