Justin Cichra

Results 15 issues of Justin Cichra

**What this PR does / why we need it**: `getMinCpuFeature` is never called in node-labeller. This means `minCPUModel` in the KubeVirt spec is never read. This change adds back the...

size/S
release-note
needs-ok-to-test
dco-signoff: yes

**What happened**: Providing a `certificateRotateStrategy` in the `KubeVirt` spec does not set/update the duration of the `kubevirt-export-ca` secret. The duration for `kubevirt-export-ca` is always `168h` (7 days). **What you expected...

kind/bug

Context on the situation: I have a Starlink that provides a `.protoset` file from this command: ``` grpcurl -plaintext -protoset-out dish.protoset 192.168.100.1:9200 describe SpaceX.API.Device.Device ``` ...and I would like to...

# Description I'm trying to test this library against https://github.com/Ircama/ELM327-emulator. I got this error after doing the following: ``` justin@justin-3900x:~/git/ELM327-emulator$ python3 -m elm 2020-03-22 10:22:00,993 - root - INFO -...

**What happened**: I made a `StorageClass` that points to a `Secret` with `storage: minio`. I put in the credentials to a minio server that is accessible and the credentials are...

kind/bug

### What happened? When `metrics-scraper` is overwhelmed running at 100% CPU limits, the dashboard fails to load resources. We started seeing 5xx errors and users were not able to see...

kind/bug

**What this PR does / why we need it**: Add the kube_secret_owner metric for Secrets. This metric already exists for several other Kubernetes primitives (Jobs, Pods, etc). Cluster operators will...

cncf-cla: yes
size/L
triage/accepted

## Type of change ``` - [ x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ]...

community-pr

This change adds a requirements.txt file with the libraries necessary to use this program. It also adds env to .gitignore for use in a venv. https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment

This change makes raspap-docker use supervisord instead of systemd. The current version is tested to be functional with "out of the box connectivity". More work is needed to support process...