David J. M. Karlsen

Results 281 comments of David J. M. Karlsen

When managing the install with helm, this trick can be used: https://github.com/helm/charts/blob/master/stable/cerebro/templates/deployment.yaml#L29 as a change in configmap will trigger a change in annotation which again triggers a rollout.

It's dead: https://dl.bintray.com/americanexpress/maven/

When will this feature be released (as it is implemented now on `master` branch)? Are you waiting for github to go GA with their workload OIDC?

> Thanks for the request @davidkarlsen, could you please explain why we would want to do this when runners come with this preinstalled? If the latest version is required, that...

Maybe you can automate with https://github.com/helm/chart-releaser-action. You can see a demo repo here: https://github.com/helm/charts-repo-actions-demo

This is a duplicate of #135. It's because mount_utils doesn't force format xfs filesystems.

see in the messages logs how it was fine before boot, then goes missing 40mins later when booting: ``` lertmanager-main-db") pod "550264f7-6dc2-4365-96f0-7d640a16b85f" (UID: "550264f7-6dc2-4365-96f0-7d640a16b85f"). InnerVolumeSpecName "pvc-630461fc-7dbb-4db1-a9fb-0b6f4035c6ca". PluginName "kubernetes.io/csi", VolumeGidValue ""...

* around 300G, plenty of space * a few 1-3 * I've run pvscan --cache and lvscan, not to be found at all (!)

this is the SC definition: ``` k get sc openebs-lvmpv-ext4 -o yaml allowVolumeExpansion: true apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | {"allowVolumeExpansion":true,"apiVersion":"storage.k8s.io/v1","kind":"StorageClass","metadata":{"annotations":{"kustomize.toolkit.fluxcd.io/checksum":"ffec0c8cb91220cd2484eb20ea0dffa03a63bb68"},"labels":{"kustomize.toolkit.fluxcd.io/name":"flux-system","kustomize.toolkit.fluxcd.io/namespace":"flux-system"},"name":"openebs-lvmpv-ext4"},"parameters":{"fsType":"ext4","shared":"yes","thinProvision":"no","volgroup":"datavg"},"provisioner":"local.csi.openebs.io","reclaimPolicy":"Delete","volumeBindingMode":"WaitForFirstConsumer"} kustomize.toolkit.fluxcd.io/checksum: ffec0c8cb91220cd2484eb20ea0dffa03a63bb68 creationTimestamp: "2021-09-19T16:42:58Z" labels: kustomize.toolkit.fluxcd.io/name: flux-system...