Peter Jakubis

Results 25 comments of Peter Jakubis

On the same bz new comment explains why RHEL6/7 kernels are not affected by SpectreRSB. [Comment #8](https://bugzilla.redhat.com/show_bug.cgi?id=1616245#c8).

This needs more visibility, because as far as I understand AWS EKS disabled the default 1-year extended period and configured 90d period instead.

The issue is in `ENTRYPOINT ["/kubeconform"]` line in Dockerfile which GitLab Runners with Docker executor (the shared ones on GitLab.com) respect and then what's actually being executed is: ``` kubeconform...

I think a documentation for this specific use-case is OK.

@jqmichael @nckturner could you please take a look? This is really a simple addition to the Helm Chart.

### Issue itself I have achieved it by creating `./clusters/cluster1/kustomization.yaml` file with content: ``` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - flux-system - my_other_manifests - some_other_manifest.yaml patches: # enable Native AWS...

My problem is with the approach of setting it in `flux_sync`. There are major differences between the Flux CLI and TF provider. Flux CLI: - it is not expected that...

I have found that provider as well and even raised FR to support our use-case https://github.com/kbst/terraform-provider-kustomization/issues/163, where I got pointed to another issue from 2021 in which they declined the...