Eugene Marchanka

Results 6 issues of Eugene Marchanka

### Name and Version bitnami/mongodb 12.1.20 ### What steps will reproduce the bug? Hey! Tag >= `4.4.13-debian-10-r50`: 1. `helm install mongodb bitnami/mongodb --create-namespace --namespace mongodb --set auth.enabled=false --set image.tag=4.4.13-debian-10-r50 --set...

on-hold
in-progress
mongodb

The reason is App is trying to pull Deployment resources from `V1beta1Api` instead of a `Core` This PR should fix this issue

https://github.com/pixel-point/kube-forwarder/blob/183fbfbe2183c0da4edb5b31fca38de736c9cd3d/src/renderer/store/modules/Connections.js#L201 In order to fix this: `const extensionsApi = kubeConfig.makeApiClient(k8s.ExtensionsV1beta1Api)` -> `const extensionsApi = kubeConfig.makeApiClient(k8s.CoreV1Api)`

Hey! I have a question if there a configuration option to ignore pulling images to `control-plane` nodes? Thanks!

**What steps did you take and what happened:** Hey! I successfully installed OpenEBS Operator to my Kubernetes cluster recently provisioned with Kubespray. Also successfully created 2 Storage Classes: for `ext4`...

## Bug Report ### Description I'm using Sidero Metal for provisioning. I have 2 identical Dell R340 servers. Network wise they have 4 network interfaces each: ``` eno1 - Interface...