You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i created job Kubernetes / Service / Delete it was succesfully delete the service on the kubernetes but when i checked on the rundeck it seem like failure
here's the logs :
Traceback (most recent call last):
File "/var/lib/rundeck/libext/cache/kubernetes-plugin-2.0.3/service-delete.py", line 48, in
main()
File "/var/lib/rundeck/libext/cache/kubernetes-plugin-2.0.3/service-delete.py", line 40, in main
print(common.parseJson(api_response))
File "/var/lib/rundeck/libext/cache/kubernetes-plugin-2.0.3/common.py", line 258, in parseJson
return json.dumps(obj, cls=ObjectEncoder)
File "/usr/lib/python2.7/json/init.py", line 251, in dumps
sort_keys=sort_keys, **kw).encode(obj)
File "/usr/lib/python2.7/json/encoder.py", line 207, in encode
chunks = self.iterencode(o, _one_shot=True)
File "/usr/lib/python2.7/json/encoder.py", line 270, in iterencode
return iterencode(o, 0)
File "/var/lib/rundeck/libext/cache/kubernetes-plugin-2.0.3/common.py", line 254, in default
return {k.lstrip(''): v for k, v in vars(obj).items()}
TypeError: vars() argument must have dict attribute
Failed: NonZeroResultCode: Script result code was: 1
The text was updated successfully, but these errors were encountered:
hi there ,
i created job Kubernetes / Service / Delete it was succesfully delete the service on the kubernetes but when i checked on the rundeck it seem like failure
here's the logs :
Traceback (most recent call last):
File "/var/lib/rundeck/libext/cache/kubernetes-plugin-2.0.3/service-delete.py", line 48, in
main()
File "/var/lib/rundeck/libext/cache/kubernetes-plugin-2.0.3/service-delete.py", line 40, in main
print(common.parseJson(api_response))
File "/var/lib/rundeck/libext/cache/kubernetes-plugin-2.0.3/common.py", line 258, in parseJson
return json.dumps(obj, cls=ObjectEncoder)
File "/usr/lib/python2.7/json/init.py", line 251, in dumps
sort_keys=sort_keys, **kw).encode(obj)
File "/usr/lib/python2.7/json/encoder.py", line 207, in encode
chunks = self.iterencode(o, _one_shot=True)
File "/usr/lib/python2.7/json/encoder.py", line 270, in iterencode
return iterencode(o, 0)
File "/var/lib/rundeck/libext/cache/kubernetes-plugin-2.0.3/common.py", line 254, in default
return {k.lstrip(''): v for k, v in vars(obj).items()}
TypeError: vars() argument must have dict attribute
Failed: NonZeroResultCode: Script result code was: 1
The text was updated successfully, but these errors were encountered: