Johann Queuniet
Johann Queuniet
…calls and related OpenAPI specification # Closes: #2131 # What's Changed The `available-ips` and `available-prefixes` API calls as well as their associated OpenAPI specification have been slightly reworked to match...
### Environment * Python version: 3.9 * Nautobot version: 1.3.7 ### Steps to Reproduce 1. Try to use either of those API calls with the live API documentation 2. Fail...
**What happened?** Lots of `too many open files` errors if too many blackbox checks are added to Prometheus ``` Mar 12 03:03:07 prom1 blackbox_exporter[37552]: 2020/03/12 03:03:07 http: Accept error: accept...
Hello, I'm trying to run pydio cells in a Kubernetes cluster using 100.64.0.0/16 for pods and 100.65.0.0/16 for services. Those ranges are part of the 100.64.0.0/10 address block, which was...
I'm running into troubles using big files with an S3-compatible storage backend, namely Wasabi. My uploads get discarded with the following error message if they weight more than 5GB: ```...
## Reproducible Example ```go package main import ( "fmt" "github.com/jinzhu/inflection" ) func main() { // prints quota, should be quotas fmt.Println(inflection.Plural("quota")) } ``` ## Description The name quota is pluralised...
A new interactive command was added to kubectl some time ago, `kubectl debug`. It provides similar capabilities as `kubectl exec` and should be added similarly to the exception list. Currently,...
Apparently, cells-sync tries to guess its own absolute path to execute a second process and fails to do it properly in some cases. Only a relative path command seems to...
Some logging middlewares like https://github.com/grpc-ecosystem/go-grpc-middleware/blob/main/interceptors/logging/logging.go like to use dots to namespace field keys. This is not an issue using the console or JSON output formats, but sending those messages to...
### What happened? Pod fails to start, gives an error related to VF VLAN configuration ``` error adding container to network "sriovnet1": SRIOV-CNI failed to configure VF "failed to set...