Andrii Hava

Results 14 comments of Andrii Hava

Me too. It works kind of strange. Part of auto completion works, part not. For example get pods,secrets,daemonset works. And get deploy, statefullset doesn't. Weird. Sometimes exit the shell completely...

> Hi @andrey-gava , > How do you scale ? using `kubectl scale` or `helm upgrade` command? Manualy from shell: `kubectl scale deployments.apps -n abc-2 abc-v2-dev-local --replicas=2` From Jenkins like...

> @andrey-gava Would you be able to provide the steps to reproduce, so we could have a closer look into that? >This issue is probably related to Hazelcast itself But...

@leszko Can this problem be related to situation when hazelcast embedded in application and its container expose two ports, one for http (tomcat) and second for hazelcast? Maybe if set...

Problem was in linkerd service mesh. #307 Add to deployment ``` template: metadata: annotations: linkerd.io/inject: enabled config.linkerd.io/skip-outbound-ports: "5701" config.linkerd.io/skip-inbound-ports: "5701" ``` Issue can be closed.

I have similar problems with using env KUBECONFIG in Jenkins CI/CD pipeline. I created secret with kubeconfig data, and try to use it in stage as a variable. First run...

docker version ``` Client: Docker Engine - Community Version: 20.10.11 API version: 1.41 Go version: go1.16.9 Git commit: dea9396 Built: Thu Nov 18 00:38:53 2021 OS/Arch: linux/amd64 Context: default Experimental:...

Have the same problem. Plus `agentless: false` in config didn't work too on both last version, including rc.

Have the same problem. Is there some fix that we can implement without updating the executable? I run it with daemonset, so have only problem with nicolaka/netshoot image.

> Hi @andrey-gava, try to add > > ``` > kube-state-metrics: > releaseLabel: true > ``` > > To your chart values. Its already defined inside default values and set...