Christopher Boyd
Christopher Boyd
I'm using paper-header-panel with a paper-drawer-panel. Print view in portrait results in a "collapsed" drawer in Chrome, but the content of mainPanel is hidden. The only thing shown are the...
I've been tracing an issue where our Airflow instances are querying our secrets backends thousands of times per minute. The main requests seem to be specified under `variables_as_arguments`. From https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html:...
**What happened**: ``` {"level":"info","msg":"Instantiating new Kubernetes client","time":"2023-08-17T16:02:36Z"} {"level":"debug","msg":"apiServerURL: ","time":"2023-08-17T16:02:36Z"} {"level":"debug","msg":"kubeConfig: ","time":"2023-08-17T16:02:36Z"} {"level":"info","msg":"Using inCluster-config based on serviceaccount-token","time":"2023-08-17T16:02:36Z"} {"level":"info","msg":"Created Kubernetes client https://10.100.0.1:443","time":"2023-08-17T16:02:36Z"} {"level":"fatal","msg":"failed to sync *v1.Node: context deadline exceeded","time":"2023-08-17T16:03:36Z"} ``` **What you...
Fixes #43 - Support string `name` in service `port:` (from #37, rebased to latest) - Allow `service:` name override for individual services Example below uses `service: ssl-redirect` with `port: use-annotation`....
Fixes #49 Use case: Vault sidecar injection https://www.vaultproject.io/docs/platform/k8s/injector/examples#environment-variable-example Able to source environment variables from a volume mount prior to starting the `/chartmuseum` binary, e.g.: ```yaml command: ['/bin/sh', '-c', 'source /vault/secrets/config...
Use case: Vault sidecar injection e.g. https://www.vaultproject.io/docs/platform/k8s/injector/examples#environment-variable-example Since the entrypoint is `/chartmuseum`, it's not possible to source as in Hashicorp's examples. I've also attempted the following, but Kubernetes only seems...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
### Description Currently, it seems like any time certain blocks are added/removed (e.g. `destination {}` on `argocd_project`) then it lists all blocks as being removed and re-added. With ArgoCD projects...
## Describe the feature It'd be nice to automatically be able to accommodate a user's preferred light/dark theme preferences. Perhaps, simplifying the check of `uiMode && UI_MODE_NIGHT_MASK` [on Android](https://developer.android.com/reference/android/content/res/Configuration.html#uiMode) and...
### What would you like to be added? v0.6.20 should be marked as the latest version, and both v0.6.20 and v0.5.27 should have binaries attached (repeat of recurring bug #657)...