splunk-connect-for-kubernetes
splunk-connect-for-kubernetes copied to clipboard
Helm charts associated with kubernetes plug-ins
**What happened**: I have added the following annotation in pods and even in namespace but all the logging events are being written to default index define int he values file:...
**What happened**: Deploying metrics, metrics aggregator and kube-objects (all images tagged with 1.2.1) seems to cause lots of zombie processes to be created on the cluster node where the deployment...
**What would you like to be added**: Replace the obsoleted PodSecurity Policy with Pod Security Standards or something else. See [reference](https://kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/). **Why is this needed**: PodSecurityPolicy has been removed since...
Add a configuration that the plugin will pull the specified container metadata in the log or in the metrics Splunk is used for logging, and define labels in the metadata....
**What happened**: Hi Team, I have installed helm chart version 1.5.2 for SCK. After Installation , I found that few pods are getting crashloopbackoff with below error logs and the...
fixed bug that override the "splunk.com/sourcetype" and "splunk.com/index" annotation of Pod. ref: https://github.com/splunk/splunk-connect-for-kubernetes/issues/827 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why...
## Proposed changes I would like to add Topologyspreadconstraint to deployments in the Helm Chart: ``` topologySpreadConstraints: - maxSkew: 1 topologyKey: topology.kubernetes.io/zone whenUnsatisfiable: DoNotSchedule labelSelector: matchExpressions: - key: app operator:...
**What would you like to be added**: I would like to add Topologyspreadconstraint to deployment of /[splunk-kubernetes-metrics](https://github.com/splunk/splunk-connect-for-kubernetes/tree/develop/helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-metrics)/[templates](https://github.com/splunk/splunk-connect-for-kubernetes/tree/develop/helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-metrics/templates) ``` topologySpreadConstraints: - maxSkew: 1 topologyKey: topology.kubernetes.io/zone whenUnsatisfiable: DoNotSchedule labelSelector: matchExpressions: - key:...
**What would you like to be added**: Enable the helm chart users to customize the Security Context config. **Why is this needed**: For some of the enterprise users of the...