Yash Patel
Yash Patel
@simonpasquier got it
There error will occur at ``` err := yaml.Unmarshal(additionalScrapeConfigs, &additionalScrapeConfigsYaml) if err != nil { return nil, fmt.Errorf("unmarshalling additional scrape configs failed: %w", err) } ``` after getting the error...
I think the config-reloader is not monitoring the prometheus for any change in config maps. @simonpasquier any suggestions
agree with @haanhvu, we should reduce the time
Should'nt when the new config map is applied, it should not retry the previous configuration and try the new configuration
/assign
@daemon1024 shoudn't the PPID=1, as the container entrypoint process (pid=1 wrt the container) starts the kubectl exec process?
``` apiVersion: v1 kind: Pod metadata: name: example-pod spec: containers: - name: example-container image: nginx securityContext: appArmorProfile: "localhost/example-apparmor-profile" ```
@DelusionalOptimist so, i have to make the controller to be compaitable with this type of yaml files also?