Guillaume Dupin
Guillaume Dupin
Hello, First thank you for this useful tool :-) I would like to delete all AMIs with a tag "usage" equals to "test". Currently, as I think I understand the...
As explained in this [Slack conversation](https://kubernetes.slack.com/archives/CNXNB0ZTN/p1637351830016600), after installing litmus-chaos from the helm chart (`helm install chaos litmuschaos/litmus --namespace=litmus --create-namespace`), and checking that all pods are running, loging into the UI,...
It would be useful to be able to check kubediff version from the cli (for example to check the installation in an automation process). Usage could be: ``` kubediff -h...
### Describe the bug We deployed this project to our K8S cluster a while ago, and all was fine but today we had an alert because one of the adservice...
**Describe the issue** It seems that the [default_tags](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags) options is not supported in checkov checks for tags existence. Custom check: test files `./external-checks/check-tags.yaml` ``` metadata: name: "Check that all resources...
**What happened**: The documentation says that uinstalling kudo is possible with the following command : ``` kubectl kudo init --dry-run --output yaml | kubectl delete -f - ``` But it...
**Describe the bug** As described in [this Slack conversation](https://kubernetes.slack.com/archives/C019A1KTYKC/p1658854592174569) with @NissesSenap, with grafana-operator 4.4.1, we observed that the grafana deployment seems to be updated very often whereas no change occured...
**Describe the bug** Image-updater mixed up images in its commits : it updated images from other applications and sometimes even removed kustomization patches. **To Reproduce** Steps to reproduce the behavior:...
When a node has multiple Pods in "Error" status, they do not all appear in the node view : ``` # 35 pods on the node kubectl get pods --all-namespaces...
When displaying multiple clusters, the drag & drop does not allow to move a cluster separately. All clusters are moved together. Such feature would be nice to organize the dashboard....