charts icon indicating copy to clipboard operation
charts copied to clipboard

Helm charts for kubereboot org (kured)

Results 6 charts issues
Sort by recently updated
recently updated
newest added

@ckotzbauer Following that issue: https://github.com/kubereboot/charts/issues/39 I would like to suggest to add another template for securityPodAdmission Since Kubernetes moved from PSP to PSA at version 1.25.1 and above, I believe...

I would like to deploy kured with ArgoCD and we have an app-in-apps setup. Kured is deployed with following `Chart.yaml`: apiVersion: v2 name: kured description: A Helm chart for Kured...

question

1. Fix any inconsistencies 2. Write a test and incorporate into UT suite

good first issue

The Kubernetes project will deprecate PodSecurityPolicy starting with 1.21.0, and then remove it entirely starting at 1.25.0. See: - https://github.com/kubernetes/kubernetes/pull/97171 This issue tracks the replacement of the existing kured PodSecurityPolicy...

good first issue

As per the security recommendation to avoid containers sharing sensitive host namespaces, I need to set the `hostPID` and `hostIPC` to false on the pod spec in Kured. We are...

question

Hi community! I just found that the [Daemonsets kured](https://github.com/kubereboot/charts/blob/main/charts/kured/templates/daemonset.yaml) in the charts has `patch` verbs of the `daemonsets` resource and delete verb of the pods resource ([clusterrole.yaml](https://github.com/kubereboot/charts/blob/main/charts/kured/templates/clusterrole.yaml)) and [role.yaml](https://github.com/kubereboot/charts/blob/main/charts/kured/templates/role.yaml)). However,...