Sunil Thaha
Sunil Thaha
Allow packet capturing of an entire `deployment` or a `daemonset`. ```shell # Packet capture an entire daemonset kubectl sniff [--capture-node-traffic] daemonset/dns -n kube-dns ``` The command above would find all...
## Description Previously, adding secrets to Prometheus resource longer than 50 characters resulted in generation of statefulset that have `volume.name` larger than 63 characters. This doesn't conform to RFC-1123 (...
**What happened?** To configure TLS, certs and key is added to a `secret`. E.g. for `Prometheus` CR is named `project-appname-prometheus` its TLS assets are in a secret (injected using secrets...
## Description This addon configures Prometheus Adapter to turn on audit logs. Enabling audit log requires passing in a Policy file to the adapater. The addon adds a list policies...
I find that there are two ways to fetch github token in the pipeline library 1. `withCredentials` to lookup `cd-github` see: https://github.com/fabric8io/fabric8-pipeline-library/blob/0bff0f50a2af9a0dcc4d2c4abb28d1eafcbfdfb9/vars/mavenCI.groovy#L14 2. `Fabric8Command.getGitHubToken` which uses a different mechanism. See:...
WIP: Make it easy to get kepler up and running locally in a container using `compose.yaml`
``` --- !extends:common/base.yml foo: bar: !include:common/defaults.yml ``` fails when the current working directory from where you run the python script is not the same as the config directory where the...
Currently the deployment of Hub to production is a manual process and is error prone since the image are built locally and the deployment is performed manually. Lets enable deployment...
Catlin should show lint in format that allows easy integration with IDEs so that yaml files can be validated as they are created. /kind bug
The implementation of `function connect(ComponentToConnect, mapState, actionsToDispatch)` is missing call to `mapState` e.g. `this.state = mapState(store.getState())` and `store.subscribe` needs to call `mapState` as well.