I attached a file to each of the 2 messages that were deleted. I can only assume attaching that text file is what caused the messages to be deleted. That was a lot of typing, and it's lost now. Sigh. Shame on me for not keeping a copy.
Regroup and try again.
@kurokobo, Thank you for explaining the configurations to me. Sadly, the configurations you explain do not work as you explain. If I leave the out the
metadata.name, I get a Pod creation error. (Error "Required value: name or generateName is required" for field "
metadata.name".). If I leave off the image tag, I get a similar error (Error "Required value" for field "spec.containers[0].image".) And, yes, the namespace is correct for my project.
If I add in the generateName and image tag, then I get a stream of events around creating the Pod. It pulls the image, starts the container, creates the container, then goes directly to backoff (Back-off restarting failed container). If I look in the container current or previous logs, there are only the 2 lines you have already seen ({"status": "error", "job_explanation": "Failed to JSON parse a line from transmit stream."}
{"eof": true}). I do not know how to see the logs behind that log entry.
My assessment so far, given that I'm both a newbie and not showing many signs of cleverness here, is that there's something wrong with the way I'm installing the controller, the deployment, or the AWX Pod itself. I don't yet know where to start in tearing that apart to see what I've done wrong. I will try some random hacking and see where it gets me.
Thank you,
Kevin