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
fix(charts): reference registry-proxy on 127.0.0.1 (deis#1239)
On some providers, "localhost" is not set up on the host network. explicitly calling the loopback
address fixes this.
fix(api): account for NoneType when resource is gone (deis#1178)
In versions prior to Kubernetes v1.5, an empty list was returned when a resource didn't exist. in
v1.5 it now returns a NoneType, so we need to account for that change and convert it back to an
empty list.