Marcel Fest

Results 23 issues of Marcel Fest

**Is your feature request related to a problem? Please describe.** When you want to pull in dashboards from a https source which needs authentication it is currently not possible to...

enhancement
help wanted
triage/accepted

/kind feature **Describe the solution you'd like** Currently the VSphere VM gets `paused` to get an IP assigned when you don't configure dhcp. This behavior works pretty well in the...

kind/feature
lifecycle/frozen
area/govmomi

As of the new python release 3.10.x some modules which are used as a dependency are not working for pytos. It would be great if the dependencies can be updated...

**Describe the bug** When we are running two services with the same loadBalancerIP and different ports they compete against each other. **To Reproduce** Steps to reproduce the behavior: 1. Create...

**Describe the bug** When I create a PVC for a Pod with the following securityContext. ```yaml securityContext: fsGroup: 1000 runAsUser: 1000 ``` The pod is not running as a root...

bug

### Describe the bug The kustomize controller was not able to reach the source-controller and the notification-controller in its namespace. I deployed a debug-pod to try out if the components...

## Expected Behavior Only add a log-message when the node resource changes labels and not on every reconciliation. ## Current Behavior On every `spec.controllers.node.reconcilerPeriod` the log messages on each nodes...

kind/bug
likelihood/high
impact/low

## Current Behaviour `%APP_HOME%lib\ojdbc7-12.1.0.2.jar;%APP_HOME%lib\ojdbc7-12.1.0.2.jar` ## Expected Behaviour `"%APP_HOME%lib\ojdbc7-12.1.0.2.jar;%APP_HOME%lib\ojdbc7-12.1.0.2.jar"` ### Windows Default Installation Directory `C:\Program Files (x86)` The Space is the problem in an default installation. The Classpath is not properly...

* Update the pyoxidizer python package to version 3.11 * Check if it breaks any codepaths. * Move deprecated functions to new function calls [https://docs.python.org/3/library/importlib.resources.html#module-importlib.resources](https://docs.python.org/3/library/importlib.resources.html#module-importlib.resources)

* As of now, we use the `sonic-py-swssdk` for interaction with the local database on the switch. * The new library which should be used is a cpp python binding...