vflaux

Results 20 issues of vflaux

Panic when the configuration file has no "providers". Encountered this after upgrading osprey from v1 to v2 as the configuration format changed. Steps to reproduce: ``` $ > ~/.osprey/config $...

### Bug report: Redis & MySQL passwords are stored in Configmaps. ### Expected behavior: Password should be in Secrets. ### How to reproduce it: N/A ### Environment: - Dragonfly version:...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Each time a node needs more IP, the operator will log...

kind/bug
sig/k8s
kind/community-report
sig/agent
area/ipam
info-completed

### Report Encountered one panic: ``` panic: runtime error: index out of range [1] with length 0 goroutine 1738630 [running]: github.com/kedacore/keda/v2/pkg/scaling/cache.(*ScalersCache).refreshScaler(0xc07feb2fc0, {0x49cf798?, 0xc0431fa930?}, 0x1) /workspace/pkg/scaling/cache/scalers_cache.go:159 +0x44b github.com/kedacore/keda/v2/pkg/scaling/cache.(*ScalersCache).GetMetricsAndActivityForScaler(0xc07feb2fc0, {0x49cf798, 0xc0431fa930}, 0x1,...

bug

### Feature request: Currently the components are configured by a single config file. I would like to be able to configure them via additional files or environment variables. When deployed...

enhancement

This is proposal to fix https://github.com/spegel-org/spegel/issues/549. This is a bit complicated in my opinion but I couldn't figure out a better way. Except by writing a toml file without a...

This is an alternative proposal to fix https://github.com/spegel-org/spegel/issues/549 using go template instead of a complicated struct generation (https://github.com/spegel-org/spegel/pull/550). The tests are the same as in https://github.com/spegel-org/spegel/pull/550.

### Spegel version v0.0.23 ### Kubernetes distribution na ### Kubernetes version na ### CNI na ### Describe the bug The order of hosts in the hosts.toml files in containerd config...

bug

### Description If you define mirrors in /etc/containerd/certs.d//host.toml then try to pull an image with cri plugin and one of the mirrors tried do not respond within the ImagePullProgressTimeout timeout,...

kind/bug
area/cri

##### SUMMARY Proxy settings are missing from the kubernetes.core.k8s lookup documentation. Parameters : no_proxy, proxy, proxy_headers Environment variables: K8S_AUTH_NO_PROXY, K8S_AUTH_PROXY, K8S_AUTH_PROXY_HEADERS_BASIC_AUTH, K8S_AUTH_PROXY_HEADERS_PROXY_BASIC_AUTH, K8S_AUTH_PROXY_HEADERS_USER_AGENT ##### ISSUE TYPE - Documentation Report #####...