-
**Description of the problem/feature request**
Add check for HPA maxReplicas which functions in the same way as minReplicas
**Additional context**
We are migrating from datree and this was a chec…
-
**Description of the problem/feature request**
Currently, the installers are only available for Mac & Linux with brew.
**Description of the existing behavior vs. expected behavior**
Please provid…
-
I have the following generic logic:
```powershell
import-module psyaml
## local variables
$my_arr = @()
$my_hash = @{}
$blahs = @('one', 'two', 'three')
$something = @(@{Name = 'xxxxxxxxxxx…
-
Would be nice to support Argo Rollouts CRD's as deployment type (now this is not recognized as a valid target reference):
For example:
```yaml
apiVersion: argoproj.io/v1alpha1
kind: Rollout
m…
ghost updated
2 years ago
-
Thank you for this useful chart! I have a few suggestions which I would be happy to contribute if deemed appropriate. Some are possibly *too* opinionated/nitpicky and stem from experiences with my own…
-
Detects `Write` calls that can be re-written using more specific calls.
**Before:**
```go
b.WriteString("{")
```
**After:**
```go
b.WriteByte('{')
```
Opinionated (disabled by default).
…
-
## ➹ New Feature implementation request
I run kube-score to see the workload security level deployment. I fix some issue by values file or patchs.
But still some security issue.
Could you integra…
-
Please see the following internal error:
```
I0505 14:12:12.827065 190662 kuberuntime_manager.go:1014] "computePodActions got for pod" podActions="" pod="kube-system/coredns-8f5847b64-mzw46"
```
…
dims updated
2 months ago
-
**System info:**
- OS: [e.g. Linux? MaxOS? Windows?]
- Linux
- KubeLinter v0.6.2-0-g191de10fd5
**Describe the bug**
We are using [Terraform provider](https://registry.terraform.io/providers/…
-
Check for unencrypted Kubernetes secrets in manifests.......................Failed
- hook id: forbid-secrets
- exit code: 1
Unencrypted Kubernetes secret detected in file: tmpl/cluster/cluster-se…