kubeinvaders icon indicating copy to clipboard operation
kubeinvaders copied to clipboard

Gamified Chaos Engineering Tool for Kubernetes

Results 5 kubeinvaders issues
Sort by recently updated
recently updated
newest added

When I install in GKE namespace says undefined, no matter what namespace(s) (existing or non-existing) I specify

Hey, when I install kubeinvaders the pod in openshift doesnt start - I keep getting the following errors. Are you aware of why this might be happening? ``` 2022/03/09 15:45:38...

Given the following `deployment.yaml`: ```yaml apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/instance: kubeinvaders app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: kubeinvaders argocd.argoproj.io/instance: kubeinvaders helm.sh/chart: kubeinvaders-1.9.2 name: kubeinvaders namespace: kubeinvaders spec: replicas: 1 selector: matchLabels:...

- This PR adds Grafana Operator resources required to install the included Grafana dashboard. - It adds a symlink to the dashboard file from the dashboards folder inside the helm...