Commit Graph
14 Commits
Author SHA1 Message Date
Maartje EyskensandKubernetes Prow Robot 127081679e Fix value in example (#10067)
The `AgentTags` value did not exist (anymore). Changed this to `sysdig.settings.tags`

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
2019-01-11 07:25:21 -08:00
Néstor SalcedaandKubernetes Prow Robot b5ae711e6a Add checksum annotations to DaemonSet (#9796)
This makes rolling upgrade work when a ConfigMap is changed

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-01-06 21:46:40 -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 f472d03277 Add on-premise settings to README (#7740)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2018-09-14 11:24:24 -07:00
Majid Burneyandk8s-ci-robot cb56cb262e [stable/sysdig] Fix error in ClusterRoleBinding's roleRef (#7592)
Signed-off-by: Majid Burney <majid.burney@leafly.com>
2018-09-11 07:26:06 -07:00
Majid Burneyandk8s-ci-robot c87cf6bb5e [stable/sysdig] Fix readinessProbe (#6919)
* [stable/sysdig] Fix readinessProbe

`initialDelaysSeconds` was improperty indented beneath `exec`, instead of directly beneath `readinessProbe`.

* [stable/sysdig] Version bump

* [stable/sysdig] Update changelog
2018-07-31 12:16:39 -07:00
Néstor Salcedaandk8s-ci-robot 6791878b94 [stable/sysdig] Improvements to Sysdig Helm Chart (#6596)
* Fix link for getting access key

* Add dnsPolicy to daemonset

* Increment version and add to changelog
2018-07-11 08:21:26 -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
youhonglianandk8s-ci-robot 40195f7ca3 change tables->table (#4350)
* Update Chart.yaml

* change tables->table

change tables->table
2018-03-20 23:22:31 -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