Issue: You are getting an error when trying to run attacks against kubernetes objects in the UI. Error: "Could not resolve to any containers".
Troubleshooting information needed:
1. copy of the daemon.log from one of the daemonset pods. This can be found by the following steps: a."kubectl get pods -n gremlin"
b. kubectl logs -n gremlin <full name of one of the gremlin- pods>
2. The installation steps that the customer used to install gremlin. This could either be the gremlin-client.yaml or the helm chart configuration.
Possible solutions:
1. Check that the "hostPID" variable is set to true for the installation methods provided. Once the change is made, ask the customer to re-deploy the new chart with the update.