masterphenix

Results 10 issues of masterphenix

**Describe the bug** Popeye does not seem to be able to locate PVC reference when used by a cronjob : ``` Unused PVC ? ยท monitoring/thanos-compact ....................................................๐Ÿ”Š ๐Ÿ”Š [POP-400] Used?...

enhancement

Hello, We have a git repository **flux-workspaces** that is organized in the following manner : ``` flux-workspaces kustomization.yaml other_yaml_files.yaml ... ... ``` The flux namespace is a bit different, as...

It would be nice to be able to manage backup vaults with ASO, and be able to configure backup for storageAccount within that backup vault.

new-feature

**Which component are you using?**: vertical-pod-autoscaler **What version of the component are you using?**: 0.10.0 **What k8s version are you using (`kubectl version`)?**: kubectl version Output $ kubectl version Client...

vertical-pod-autoscaler
kind/bug
lifecycle/stale

Hello, I have a terraform workspace that looks like this: |- mycluster01 |--- myapp01 |----- main.tf |----- common.tf |--- myapp02 |----- main.tf |----- common.tf This works fine when I declare...

Hello, I have created a HelmRepository of type OCI like this: ``` apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: myhelmrepo spec: type: oci provider: azure interval: 10m url: oci://myhelmrepo.azurecr.io/helm timeout: 60s...

area/helm
area/oci

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

service/app-configuration
v/3.x
category/casing/resource-id

Hello, We have a huge amount of client-side throttling errors showing in the Helm Controller, on a cluster that has 150 CRDs, most of them deployed by Azure Service Operator...

Hello, I tried using this lookup on a Vault created on AzureChinaCloud, but it fails with error "Invalid credentials provided". Playbook : ``` - name: "Play with Azure Key Vault"...

Hello, One of our k8s cluster has more than 300 namespaces ; we are using flux to manage content of this cluster, by means of: - 1 gitRepository source, that...