typeid
typeid
Attempts to fix https://github.com/kubernetes-sigs/kustomize/issues/5275. This PR adds handling of absolute paths to `kustomize localize`. To enable this, it converts the absolute paths to relative paths, keeping the rest of the...
Related to: https://github.com/kubernetes-sigs/kustomize/issues/5275 With PR https://github.com/kubernetes-sigs/kustomize/pull/5294, absolute paths can now be localized, but are converted to relative paths of the kustomization root in the process. This PR adds this as...
https://issues.redhat.com/browse/OSD-23312 This PR showcases how CAD could use kube api with an example implementation of the remediation to https://issues.redhat.com/browse/OCPBUGS-33863. The implementation is hidden behind a `CAD_EXPERIMENTAL_ENABLED` flag that we will...
This is a PoC as part of RDA7: this PR adds a custom interceptor that allows routing all alerts to CAD without starting a new pipeline for each alert. To...
### What type of PR is this? feature ### What this PR does / why we need it? This PR adds GCP WIF template for 4.17. 1. Credential request diffs:...
Adds a deployment for the interceptor. To be merged after https://github.com/openshift/configuration-anomaly-detection/pull/280.