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
Neither version 4.0.0 nor 5.0.0 accept Endpoint objects from kubernetes 1.8, which don't have any endpoints defined. According to the official documentation json clients should accept both empty arrays as well as null values.
File "/home/steffen/dev/ingress-nginx-plus/env/lib/python3.6/site-packages/kubernetes/client/models/v1_endpoints.py", line 64, in __init__
self.subsets = subsets
File "/home/steffen/dev/ingress-nginx-plus/env/lib/python3.6/site-packages/kubernetes/client/models/v1_endpoints.py", line 156, in subsets
raise ValueError("Invalid value for `subsets`, must not be `None`")
ValueError: Invalid value for `subsets`, must not be `None`
The text was updated successfully, but these errors were encountered:
Neither version 4.0.0 nor 5.0.0 accept Endpoint objects from kubernetes 1.8, which don't have any endpoints defined. According to the official documentation json clients should accept both empty arrays as well as null values.
See:
The text was updated successfully, but these errors were encountered: