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
After node is deployed, cause crashed when check node status.
Traceback (most recent call last):
File "main.py", line 9, in<module>create_node()
File "/app/operations/create_node.py", line 162, in create_node
_create_fabric_node()
File "/app/operations/create_node.py", line 140, in _create_fabric_node
print(pod, pod.status)
AttributeError: 'NoneType' object has no attribute 'status'
Expected Behavior
Can update node status after node is deployed.
Current Behavior
After node is deployed, cause crashed when check node status.
Possible Solution
Check if pod is not null object at first.
Steps to Reproduce
run at your computer
Context (Environment)
OS: Ubuntu 18.04
Arch: x86_64
Kubernetes version: 1.13
Docker version: 19.03.3
Docker compose version: 1.24.1
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: