Open Rajpratik71 opened 4 months ago
Hello, It appears that Helm output some warning logs, but it ultimately executed successfully. Could you run kubectl get pods -n deepflow
to check the status of each pod in the namespace?
from your description, I could not discern the specific issue. However, when deploying DeepFlow in OpenShift, additional configurations need to be added to the agent-group-config using deepflow-ctl
. For specific configuration details, please refer to this document. For guidance on configuring the agent-group with deepflow-ctl
, refer to this document. If you do not have the deepflow-ctl command, please refer to this document.
looks like pods are failing due to "SCC" restriction of OpenShift.
Similar "SCC" needs to be created and configured SCC for eBPF
Search before asking
DeepFlow Component
Helm Chart
What you expected to happen
Install through helm chart should get success
How to reproduce
helm install deepflow -n deepflow deepflow/deepflow --create-namespace
DeepFlow version
DeepFlow agent list
No response
Kubernetes CNI
No response
Operation-System/Kernel version
Anything else
Helm install log
Are you willing to submit a PR?
Code of Conduct