Skip to content

Commit

Permalink
Merge pull request #182 from weaveworks/readme-enhancements
Browse files Browse the repository at this point in the history
Add weavegitops screenshots in getting started doc
  • Loading branch information
serboctor authored Jun 12, 2023
2 parents 68162fc + 0a3f945 commit a470570
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ kubectl get policies

If you have WeaveGitOps UI installed on your cluster, you can use it to explore the policies installed on the cluster, as well as, explore the details on each policy.

<!-- ![Policies](imgs/policies.png) -->
![Policies](imgs/policies.png)

## Explore Violations

Expand Down Expand Up @@ -295,19 +295,19 @@ Since Kubernetes events are configured as a sink for the admission mode, you can

If you have WeaveGitOps UI installed, you can find each policy violations listed in Violations tab inside each policy.

<!-- ![WeaveGitOps UI](imgs/violations.png) -->
![WeaveGitOps UI](imgs/policy-violations.png)

## Fix Policy Violations

Your next step is to start fix policy violations, for that you can follow the remediation steps listed in each policy, apply them to the violating resources, and re-apply the resource or let flux sync the updated manifest.

Remediation steps are aavailable in the policy custom resource `yaml`, under the `how_to_resolve` section.
Remediation steps are available in the policy custom resource `yaml`, under the `how_to_resolve` section.

![how to solve](./imgs/how-to-solve.png)

The remediation steps also are viewable using WeaveGitOps UI in each policy page.

<!-- ![how to solve](./imgs/how-to-solve-2.png) -->
![how to solve](./imgs/policy-details.png)

### Fix Deployment Example Violation

Expand Down
Binary file removed docs/imgs/how-to-solve-2.png
Binary file not shown.
Binary file modified docs/imgs/policies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/imgs/policy-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/imgs/policy-violations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a470570

Please sign in to comment.