Commit Graph

16 Commits (2c92a34a59d56c6e85ef0e187226f65048864f26)

Author SHA1 Message Date
John Mulhausen 2c92a34a59
Update checks.md
Co-Authored-By: Adam Wolfe Gordon <awg+github@xvx.ca>
2019-09-13 15:01:38 -07:00
John Mulhausen 0ef97af0f4
Rewrite/reformat of "checks.md"
The DO product docs team gave this file some love.
2019-09-11 10:49:19 -07:00
Adam Wolfe Gordon d43005ebbc Add a DOKS check for custom node labels and taints
In DOKS labels and taints applied to nodes will be lost when the cluster
is upgraded or a node is otherwise replaced. This can cause problems for
workloads if labels or taints are used for scheduling.

Add a warning if any node in a cluster has custom labels or taints.
2019-09-10 11:19:06 -06:00
Varsha Varadarajan a9b1012994 Refactor run-as-non-root user check 2019-07-23 10:03:46 -04:00
Varsha Varadarajan f2c948af77 Check if containers are run as root user. 2019-07-23 09:23:33 -04:00
Varsha Varadarajan 1030d9d0ac Add bare pod check to checks.md 2019-07-16 15:19:40 -04:00
Varsha Varadarajan b39a543777 Check if resource requests and limits are set on pods 2019-07-08 11:24:05 -04:00
Varsha Varadarajan 279004da51 Check if webhook config references a service before throwing an error 2019-07-02 17:39:26 -04:00
Varsha Varadarajan 5a246761b2 Update checks.md for admission controller webhooks 2019-07-02 17:18:05 -04:00
Varsha Varadarajan 1e9e19a078 Unused secrets: check if there are unused secrets in the cluster. 2019-07-01 21:09:07 -04:00
Varsha Varadarajan d0eb5a4b0a Check for config map references in nodes and projected volumes 2019-07-01 10:41:37 -04:00
Varsha Varadarajan 2d097ba31a Unused config map: check if there are unused configmaps in the cluster. 2019-07-01 09:31:09 -04:00
Varsha Varadarajan 05502e3b32 Unused PVC: Check for unused claims in the cluster. 2019-07-01 09:25:46 -04:00
Varsha Varadarajan ae35752083 Unused PV: Check if there are unused persistent volumes in the cluster. 2019-06-26 14:40:25 -04:00
Varsha Varadarajan d5811380e1 Update checks.md to include hostpath volume check. 2019-06-26 09:04:41 -04:00
Varsha Varadarajan cc400b2a24 Have checks.md to provide details about each check.
This is especially useful in documenting the reason behind some of the best practices we recommend.
2019-06-26 08:27:47 -04:00