-
`helm install kubewatch stable/kubewatch --set='rbac.create=true,slack.channel=#devops-k8s,slack.token=xoxb-31XXXXXXXXXXXXXXXXXXX,resourcesToWatch.pod=true,resourcesToWatch.daemonset=true'`
Resul…
-
With Kubernetes `v1.16.2` on `CentOS Linux release 7.7.1908 (Core)` , Getting below Error :
`Error: validation failed: [unable to recognize "": no matches for kind "DaemonSet" in version "extensio…
-
There are other publicly known attack methods in Kubernetes, would be great to see documented and automated.
Cred Access:
* Call token request `POST /api/v1/namespaces/$NS/serviceaccounts/$SA/to…
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you would like
It would be good to support [aws-iam-authenticator](https://github.co…
-
## Stories
_-As a cluster admin, I want the proxy settings to be automatically injected only for applications with a specific annotation in order to allow each application to opt-in if it requires co…
-
Bitnami has Helm charts for installing MongoDB. Both also have possibilities to be deployed as a ReplicaSet, a StatefulSet or a DaemonSet.
Investigate which of these is the best option.
Links:
…
-
**Describe the feature:**
Please, make some of the default hard-coded `volumes` and `volumeMounts` optional for Filebeat DaemonSet.
At this moment Filebeat DaemonSet has some hard-coded `volumes/v…
-
By default we should assume that we are meant to deploy the GlusterFS DaemonSet. However, we should prompt the user whether they want to deploy GlusterFS or not. This prompt should also include a smal…
-
I was thinking this could be done using an annotation on a deployment or RC, something like:
```
annotations:
konfd.io/track-configmaps: foo, blah, blerg
konfd.io/track-secrets: asdf
…
-
### Enhancement Description
Only deployment controller has [status](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#deployment-status) to reflect the state during it's lifecyc…