Commit Graph
7 Commits
Author SHA1 Message Date
Néstor Salceda 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 Salceda 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
youhonglian 40195f7ca3 change tables->table (#4350)
* Update Chart.yaml

* change tables->table

change tables->table
2018-03-20 23:22:31 -07:00
Jorge Salamero Sanz 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 Escobar 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 Penney 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 Sanz 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