workflow giving error when running kubernetes python client script #5584
Unanswered
deep1512
asked this question in
Operations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I am trying to run core example module with kubernetes python client script when running same getting error as below.
{
"output": null,
"errors": [
{
"type": "error",
"message": "Execution failed. See result for details.",
"task_id": "task1",
"result": {
"failed": true,
"succeeded": false,
"return_code": 1,
"stdout": "",
"stderr": "Traceback (most recent call last):\n File "/root/kube_python_client.py", line 4, in \n from kubernetes import client, config\nModuleNotFoundError: No module named 'kubernetes'"
}
},
{
"type": "error",
"message": "YaqlEvaluationException: Unable to evaluate expression '<% ctx(message) %>'. VariableUndefinedError: The variable "message" is undefined."
}
]
}
I installed kubernetes but no luck.
Please help.
Beta Was this translation helpful? Give feedback.
All reactions