42 Commits
Author SHA1 Message Date
Néstor SalcedaandGitHub a2259d6e45 [stable/sysdig] Upgrade to latest Sysdig Agent version (10.0.0) (#22260)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-05-05 05:19:08 -07:00
Néstor SalcedaandGitHub f600d33b37 [stable/sysdig] Add affinity instructions to schedule on amd64 and linux (#22150)
* [stable/sysdig] Add affinity instructions to schedule on amd64 and linux

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* [stable/sysdig] Add support for custom annotations

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-04-28 01:36:05 -07:00
Néstor SalcedaandGitHub cae81df502 [stable/sysdig] Upgrade to latest Sysdig Agent (9.9.1) (#22083)
* [stable/sysdig] Upgrade to latest Sysdig Agent (9.9.1)

Add the nodeSelector property to daemonset to schedule only on certain
nodes.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add a livenessProbe

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-04-23 09:17:11 -07:00
Néstor SalcedaandGitHub 24f0fe3129 [stable/sysdig] Upgrade Sysdig Agent to its latest version (9.9.0) (#21932)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-04-15 07:24:03 -07:00
Fede BarcelonaandGitHub 609560713f [stable/sysdig] Add SCC if Openshift is detected (#21825)
* [stable/sysdig] Add SCC if Openshift is detected

Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>

* [stable/sysdig] Rename value to use scc.create instead

Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
2020-04-08 09:21:44 -07:00
Néstor SalcedaandGitHub a11d5fa79e [stable/sysdig] Add a hack to implement watches on Helm based Operator (#21822)
This implementation in operators breaks the pattern in some Helm based
operators about using an splitted image description:

https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml#L15
https://github.com/helm/charts/blob/master/stable/prometheus/values.yaml#L534
https://github.com/helm/charts/blob/master/stable/redis/values.yaml#L15
https://github.com/helm/charts/blob/master/stable/wordpress/values.yaml#L14

But is required to certify the operator.

https://github.com/operator-framework/operator-sdk/blob/master/doc/helm/user-guide.md#passing-environment-variables-to-the-helm-chart

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-04-07 07:37:46 -07:00
Néstor SalcedaandGitHub 5f479353fd [stable/sysdig] Use latest Sysdig Agent version (9.8.0) (#21711)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-04-02 02:34:24 -07:00
Néstor SalcedaandGitHub 52a6973e4b [stable/sysdig] Update latest agent version (9.7.0) (#21357)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-03-10 08:23:35 -07:00
Néstor SalcedaandGitHub e2a9608fd0 [stable/sysdig] Upgrade to latest agent version (9.6.1) (#21213)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-03-03 01:19:38 -08:00
Brendan GermainandGitHub 595e8dce25 [stable/sysdig] fix setting env vars (#21106) (#21106)
Signed-off-by: Brendan Germain <brendan.germain@nasdaq.com>
2020-02-28 13:30:46 -08:00
Néstor SalcedaandGitHub dab43edbe3 [stable/sysdig] Upgrade to latest Sysdig Image (9.5.0) (#20471)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-01-31 03:54:19 -08:00
Néstor SalcedaandKubernetes Prow Robot 651f4c576c [stable/sysdig] Remove auditLog.clusterIP value (#20041)
We don't need to use clusterIP in advance:

* If using webhook, we can deploy the agent and then configure webhook
  to post audit logs to the clusterIP.
* If using AuditSink, we can rely on KubeDNS for reaching the service.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-01-10 09:36:35 -08:00
Néstor SalcedaandKubernetes Prow Robot 492aed9898 [stable/sysdig] Enable Sysdig Secure by default (#19935)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-01-08 05:01:40 -08:00
Néstor SalcedaandKubernetes Prow Robot bb500af264 [stable/sysdig] Enable K8s audit log feature for Sysdig Agent (#19815)
* Add auditlog support Sysdig Agent

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add documentation for the K8s audit log feature

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-01-06 07:17:35 -08:00
Néstor SalcedaandKubernetes Prow Robot 80804650f8 [stable/sysdig] Add slim support for Sysdig Agent (#19778)
* Drop permissions to read configmaps and secrets

Sysdig is no longer planning to add support for configmaps and secrets
in cointerface

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Mount /etc/modprobe.d from host

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add support for slim image for Agent

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Document new values for slim

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add a new major release with slim support

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Document the /etc/modprobe.d support on CHANGELOG

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-12-26 08:53:38 -08:00
Néstor SalcedaandKubernetes Prow Robot 82a3138c69 [stable/sysdig] Upgrade to latest sysdig agent version (0.94.0) (#19753)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-12-23 10:35:33 -08:00
Néstor SalcedaandKubernetes Prow Robot 7b1c29a83f [stable/sysdig] Bump version to latest, the 0.93.1 (#19530)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-12-11 17:24:32 -08:00
Néstor SalcedaandKubernetes Prow Robot 27ac54778c [stable/sysdig] Upgrade to latest version of Sysdig Agent (0.93.0) (#18885)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-11-14 09:53:35 -08:00
Néstor SalcedaandKubernetes Prow Robot 3a4dbf39d4 [stable/sysdig] Upgrade to Sysdig Agent 0.92.3 (#17787)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-10-08 07:59:13 -07:00
Néstor SalcedaandKubernetes Prow Robot 0164bc2cb5 [stable/sysdig] Upgrade to Sysdig Agent 0.92.2 (#17549)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-09-30 14:25:32 -07:00
Thiago CaiubiandKubernetes Prow Robot f0ade143a2 Allow the DaemonSet to schedule ussing affinity rules (#17180)
Heavily inspired by
https://github.com/helm/charts/blob/master/stable/signalsciences.

Signed-off-by: Thiago Caiubi <thiago.caiubi@gmail.com>
2019-09-17 07:02:26 -07:00
Jorge Salamero SanzandKubernetes Prow Robot 9477ef31a0 [stable/sysdig] Add configmaps, secrets access and more config settings (#16891)
* [stable/sysdig] Add configmaps, secrets access and more config settings

Signed-off-by: Jorge Salamero Sanz <bencer@cauterized.net>

* [stable/sysdig] Ooops, forget to increase version in Chart.yaml

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-09-05 04:47:09 -07:00
Néstor SalcedaandKubernetes Prow Robot 074bd2a646 [stable/sysdig] Upgrade to latest agent version - 0.92.1 (#16549)
The requests and limits have been also updated to match values provided
by Sysdig

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-08-23 06:41:17 -07:00
Fede BarcelonaandKubernetes Prow Robot bb8381faff [stable/sysdig] Update to latest agent version (#16107)
Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
2019-08-07 02:40:51 -07:00
Néstor SalcedaandKubernetes Prow Robot d011d8e44c [stable/sysdig] Update Sysdig Agent to 0.90.3 (#14872)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-06-18 01:28:17 -07:00
Néstor SalcedaandKubernetes Prow Robot 9b5d0adbfd [stable/sysdig] New Agent upstream release 0.90.2 (#14374)
* [stable/sysdig] New Agent upstream release 0.90.2

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Update README

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-06-03 04:14:15 -07:00
Néstor SalcedaandKubernetes Prow Robot 1f22c8f661 [stable/sysdig] New upstream sysdig version 0.90.1 (#14245)
* Add a volume with the os release version

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Upgrade to Sysdig Agent 0.90.1

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Update changelog

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-05-29 09:22:30 -07:00
Néstor SalcedaandKubernetes Prow Robot 9bb750ccd2 [stable/sysdig] Hardcode new_k8s value to true (#13749)
If you change some agent settings in values.yaml of passing via the
command line, you can alter the value of new_k8s flag

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-05-14 06:41:14 -07:00
Néstor SalcedaandKubernetes Prow Robot c6b44efe56 Enable new_k8s flag by default (#13618)
This allows kube state metrics to be automatically detected, monitored, and
displayed in Sysdig Monitor.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-05-10 02:49:58 -07:00
Néstor SalcedaandKubernetes Prow Robot 08678ecb94 Upgrade image to 0.89.5 and update cluster role (#13094)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-04-22 05:07:44 -07:00
Néstor SalcedaandKubernetes Prow Robot f2ba280a9d Make accessKey explicit as empty value (#13060)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-04-15 08:06:13 -07:00
Néstor SalcedaandKubernetes Prow Robot 160d833f72 Bump Sysdig Agent version and use latest logo (#12737)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-04-02 03:38:34 -07:00
Néstor SalcedaandKubernetes Prow Robot af554de493 [stable/sysdig] Use latest released agent image version and add options to support eBPF based probe (#11856)
* Upgrade agent image version to 0.89.0

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add support for configuring eBPF

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Bump up Chart version

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Update CHANGELOG with latest news

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-03-01 03:22:42 -08:00
Néstor SalcedaandKubernetes Prow Robot 67ec941dfc [stable/sysdig] Add resource limits and enable rollingUpdate strategy by default (#11535)
* Provide a sane default resource limits for the Agent installation

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Update the Sysdig Agent using rolling updates by default

This configuration also supports the old OnDelete strategy and allows
you to tune the maxUnavailable, maxSurge or minReadySeconds

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Update Chart version and update CHANGELOG

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Limit also the CPU used per Agent

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Update CPU limit setting in the README

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-02-19 07:59:17 -08:00
Néstor SalcedaandKubernetes Prow Robot 57e7476a38 [stable/sysdig] Improvements for latests versions of Sysdig Agent (#11493)
* Use a 5s pod termination grace period

Is lowered to avoid data gaps if the pod fails to terminate quickly. The
faster it finishes less time takes a new agent to start up successfully,
thus it means prevent some data gaps.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Check for running file instead of relying on logs

Some people disable log files and this can be problematic.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Mount whole /run and /var/run inside the container

This is done for accessing the CRI / containerd socket, when present.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Avoid floating references for the agent

This is described on [Best Practices](https://github.com/helm/helm/blob/master/docs/chart_best_practices/pods.md)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Update Chart version and CHANGELOG

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-02-18 22:53:17 -08:00
Néstor Salcedaandk8s-ci-robot f466d228d0 [stable/sysdig] Allow to use other image registries than docker.io (#9301)
* Allow to use other image registries than docker.io

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add a section to README for documenting how to use private repositories

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add a section for documenting the AWS Marketplace setup.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Do not create Daemonset if accessKey is missing

This fixes the CI build

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Fixes suggested by @bencer

Thanks!

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Fix the changes that @bencer requested.

I didn't see them before

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Fix feedback from @bencer

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2018-11-19 09:00:56 -08:00
Néstor Salcedaandk8s-ci-robot e761e8c892 [stable/sysdig] Add support for deploying Custom App Checks using Helm Chart (#8103)
* Add support for deploying Custom App Checks using Helm Chart

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add a DESIGN document which works a reminder for known issues

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Fix issues from @bencer's review

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add an script for generating Helm config files with custom AppChecks

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2018-10-02 08:51:36 -07:00
Néstor Salcedaandk8s-ci-robot 402aeebfe8 [stable/sysdig] Update to latest agent version (#6079)
* [stable/sysdig] Update to latest agent version

* Run Sysdig Agent as [daemonset v2.0](https://github.com/draios/sysdig-cloud-scripts/blob/master/agent_deploy/kubernetes/sysdig-agent-daemonset-v2.yaml).
* Fix value's naming in order to follow [best practices](https://docs.helm.sh/chart_best_practices/#naming-conventions).
* Use a secure.enabled flag for enabling Sysdig Secure.
* Allow rbac resource creation or use existing serviceAccountName.
* Use required function for retrieving sysdig.accessKey. This ensures that key is present.
* Add a Changelog

* Use GitHub accounts instead of real names for making CI pass

* Fix version number as a string

* Add OWNERS file

* Separate rbac and serviceAccount

Follow RBAC best practices: https://github.com/kubernetes/helm/blob/master/docs/chart_best_practices/rbac.md

* Fix namespace issues in cluster role binding
2018-06-21 11:16:43 -07:00
Jorge Salamero SanzandVic Iglesias 195412751b [stable/sysdig] Add Sysdig Secure support (#2459)
* Implement Sysdig Secure flag and additional env var handling

* Fix template

* Add trailing \n on SecureConf

* Fix linter errors

* Fix linter errors with feeling
2017-11-08 21:25:01 -08:00
Alejandro EscobarandLachlan Evenson 4bf69283dc updated chart to allow creation of resources in a monitoring namespace and support rbac. (#1393)
updated namespacing changes

review changes 1.

further pr changes.

updated version to 0.3, minor change due to rbac updates.
2017-07-19 08:44:03 -07:00
Ashley PenneyandReinhard Nägele 31098bf3c2 Allow sysdig to run on master nodes (#1100)
Kubernetes 1.6 switched to a taint on the master node, we need to
add a toleration so this can schedule.
2017-05-22 20:20:54 +02:00
Jorge Salamero SanzandSean Knox 084d7b5d58 First public version of the Sysdig Helm package (#735)
* First public version of the Sysdig Helm package

* Add default resources values

* Fixes in documentation

* Fix typo

* Modify resource values to recommended ones

* Rename to Sysdig Monitor

* Add missing resources definition

* Add a consistent label set to the daemonset
2017-05-03 20:13:19 -07:00