Skip to content

Commit

Permalink
adding dashboard screenshot, related tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Apr 19, 2019
1 parent 240c223 commit 253e77c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Fairwinds aims to keep your cluster sailing smoothly. It runs a variety of check

The Fairwinds Dashboard provides an overview of your current deployments in a cluster along with their validation scores. An overall score is provided for a cluster on a 0 - 100 scale. Results for each validation are grouped by namespace and deployment.

<p align="center">
<img src="/dashboard-screenshot.png" alt="Fairwinds Dashboard" />
</p>

### Deploying

To deploy Fairwinds with kubectl:
Expand Down
Binary file added dashboard-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/security-capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ key | default | description

## Background

TODO
Linux Capabilities allow you to specify privileges for a process at a granular level. The [default list of capabilities](https://github.com/moby/moby/blob/master/oci/defaults.go#L15) included with a container are already fairly minimal, but often can be further restricted.

With Kubernetes configuration, these capabilities can be added or removed by adjusting `securityContext.capabilities`.

## Further Reading

Expand Down
14 changes: 7 additions & 7 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body {
color: #23103A;
display: block;
font-size: 11px;
margin-bottom: 3px;
margin: 3px 0;
}

.header a {
Expand Down Expand Up @@ -67,7 +67,7 @@ body {
}

.namespace .cluster-overview {
height: 220px;
height: 215px;
}

.namespace .cluster-overview .cluster-score {
Expand All @@ -77,9 +77,9 @@ body {
}

.namespace .cluster-overview .cluster-score .weather {
font-size: 110px;
font-weight: bold;
color: #777;
font-size: 90px;
color: #444;
margin-bottom: 15px;
}

.namespace .cluster-overview .cluster-score .sailing-message {
Expand All @@ -98,7 +98,7 @@ body {
#clusterScoreChart {
width: 550px;
position: relative;
top: -247px;
top: -242px;
left: 120px;
}

Expand All @@ -107,7 +107,7 @@ body {
display: inline-block;
position: relative;
left: -100px;
top: -47px;
top: -45px;
}

.namespace .cluster-overview .result-messages ul {
Expand Down

0 comments on commit 253e77c

Please sign in to comment.