Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SeccompProfile RuntimeDefault from securityContext on old OpenShift clusters #193

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

joelsmith
Copy link
Contributor

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO)

@joelsmith joelsmith requested a review from zroubalik as a code owner June 1, 2023 23:46
@joelsmith joelsmith force-pushed the kedamain branch 2 times, most recently from 0f6c11f to e671f6d Compare June 2, 2023 00:03
@joelsmith
Copy link
Contributor Author

On an OpenShift 4.10 cluster, I see the following in the OLM operator logs:

$ oc logs -n keda keda-olm-operator-7f6d765f85-wt6pj  | grep SeccomProfile
2023-06-02T00:01:17Z    INFO    Removed SeccomProfile from SecurityContext from pod     {"controller": "kedacontroller", "controllerGroup": "keda.sh", "controllerKind": "KedaController", "KedaController": {"name":"keda","namespace":"keda"}, "namespace": "keda", "name": "keda", "reconcileID": "61a3a8b7-b111-468d-859b-23e6a8dcbcc0", "KedaController": "keda/keda", "container": "keda-operator"}
2023-06-02T00:01:17Z    INFO    Removed SeccomProfile from SecurityContext from pod     {"controller": "kedacontroller", "controllerGroup": "keda.sh", "controllerKind": "KedaController", "KedaController": {"name":"keda","namespace":"keda"}, "namespace": "keda", "name": "keda", "reconcileID": "61a3a8b7-b111-468d-859b-23e6a8dcbcc0", "KedaController": "keda/keda", "container": "keda-metrics-apiserver"}
2023-06-02T00:01:18Z    INFO    Removed SeccomProfile from SecurityContext from pod     {"controller": "kedacontroller", "controllerGroup": "keda.sh", "controllerKind": "KedaController", "KedaController": {"name":"keda","namespace":"keda"}, "namespace": "keda", "name": "keda", "reconcileID": "61a3a8b7-b111-468d-859b-23e6a8dcbcc0", "KedaController": "keda/keda", "container": "keda-admission-webhooks"}

…Shift clusters

Signed-off-by: Joel Smith <joelsmith@redhat.com>
Copy link
Member

@zroubalik zroubalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zroubalik zroubalik merged commit 12fb9e0 into kedacore:main Jun 2, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants