-
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye.png" align="right" width="200" height="auto"/> | ||
|
||
# Release v0.3.1 | ||
|
||
## Notes | ||
|
||
Thank you so much for your support and suggestions to make Popeye better!! | ||
|
||
Also if you dig this tool, please make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer) | ||
|
||
--- | ||
|
||
## Change Logs | ||
|
||
> Once again with feelings... | ||
### Nikita | ||
|
||
Dedicating this release, in honor of my beloved dog **Nikita** who passed away yesterday ;( | ||
|
||
<img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/nikita.jpg" align="center" width="500" height="auto"/> | ||
|
||
|
||
### New Sanitizers | ||
|
||
Added Sanitizer reports for the following resources: | ||
|
||
+ Deployment | ||
+ StatefulSet | ||
+ HorizontalPodAutoscaler | ||
+ PersistentVolume | ||
+ PersistentVolumeClaim | ||
|
||
Popeye will now scan for configuration and usage issues that may arise from these resources. | ||
|
||
### WARNING! Capacitors are Charged Up! | ||
|
||
Ever wondered how much cluster capacity you actually need? Or which resource scaling may cause your cluster to surpass it's capacity? Fear not my friends! In this release, we introduce `Capacitor`. We've added metrics monitoring to the sanitizer reports. Capacitor checks your resources (provided they are set!) for potential over/under allocation based on reported metrics. Additionally, Popeye's capacitor checks your HorizontalPodAutoscalers and pre-computes resource allocations based on max replicas. Thus you can be warned when there is a potential for your clusters to either reach or surpass their capacity. | ||
|
||
Mind you, this is very much still experimental, so procceed with caution! | ||
|
||
### Report Formats | ||
|
||
Added support for YAML and JSON output via `-o` CLI parameter. | ||
|
||
> NOTE! Jurassic mode, though still in full effect, has been moved to `-o jurassic` | ||
### Popeye Does Docker | ||
|
||
As of this release, Popeye has been dockerized. You can now run Popeye directly on | ||
your clusters either as a single shot or part of a cronjob. Please checkout the *README* and the k8s directory for more info about that. | ||
|
||
--- | ||
|
||
## Resolved Bugs | ||
|
||
+ [Issue #22](https://github.com/derailed/popeye/issues/22) | ||
|
||
--- | ||
|
||
<img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2019 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters