-
Notifications
You must be signed in to change notification settings - Fork 734
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
Elastic Agent/Fleet container certificate update does not work for UBI images #5434
Comments
Which version of ECK are you running? |
Elasticsearch (ECK) Operator 2.0.0 provided by Elastic |
I just realised you are running 8.0.1 where it should work. Let me try to reproduce this. |
if in deployment fleet-server-quickstart-agent change |
I was able to reproduce the problem. The issue is that on OCP when using the certified Red Hat operator version of ECK we are using UBI based images by default. We added a workaround in #5268 to address a base image change in the Elastic Agent images. So as of 8.0/7.17 we are using @b2ronn to work around your problem two options come to mind:
|
from website instructions
https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-elastic-agent-fleet-quickstart.html
then
oc adm policy add-scc-to-user anyuid -z apm-server -n elastic
but the fleet-server and elastic-agent give errors
bash: line 4: update-ca-certificates: command not found
ps: OpenShift version 4.9.10
Elasticsearch (ECK) Operator 2.0.0 provided by Elastic
The text was updated successfully, but these errors were encountered: