Andrii Hava

Results 9 issues of Andrii Hava

### Current Behavior Helmfile: ``` ocp-production: values: - ../environments/ocp-prod/common.yaml.gotmpl secrets: - ../environments/ocp-prod/shared-secrets-encrypted.yaml.gotmpl ``` After execute I get error: ``` Decrypting secret /home/user/sops/platform-production.39/environments/ocp-prod/shared-secrets-encrypted.yaml.gotmpl open /home/user/sops/platform-production.39/environments/ocp-prod/shared-secrets-encrypted.yaml.gotmpl.yaml.dec: no such file or directory open...

bug

Hello! ``` Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.0", GitCommit:"af46c47ce925f4c4ad5cc8d1fca46c7b77d13b38", GitTreeState:"clean", BuildDate:"2020-12-08T17:59:43Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.0", GitCommit:"af46c47ce925f4c4ad5cc8d1fca46c7b77d13b38", GitTreeState:"clean", BuildDate:"2020-12-08T17:51:19Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"} ``` Container runtime - containerd Kubectl-debug...

### Describe the bug a clear and concise description of what the bug is. Fresh install of chart. Part of Grafana dashboards missing values. For example CPU quota, CPU usage...

bug
lifecycle/stale

I was in need to create access rights for user to read resources in only one specific namespace. So I created ClusterRole: ``` apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: template-namespaced-resources___readonly...

bug

We have java spring app, with embedded hazelcast, and run it in Kubernetes. For member lookup we using DNS Lookup Discovery mode. All instances off hazelcast cluster starting well, and...

I don't know is it a bug or more a question. Cant find an answer to this anywhere. So I created external kubernetes context `docker buildx create --name portal-cluster --driver...

area/driver/kubernetes
area/cache

hazelcast.loggingLevel=DEBUG Error within pod: `sed: can't create temp file 'logging.propertiesXXXXXX': Read-only file system` Its related to securityContext.readOnlyRootFilesystem that set by default to true.

Hello! It would be great to add some new metrics, which can show usage of repos by they format(type) All this data resides in data url json, in key "gauge"...

Hi! We successfully using sops 3.7.3 with azure key vault as backend. But when we try to use same flow with 3.8+ version it fails with `ForbiddenByRbac` error. I tried...