Closed kke closed 5 years ago
As discussed in #110 - there seems to be some sort of bug in the path prefix handling.
The path is in the request twice.
client.api('v1').resource('ingresses', namespace: 'default').list()
Tries to make a request to:
/k8s/clusters/c-blahblah/k8s/clusters/c-blahblah/api/v1
And receives NotFound.
NotFound
As discussed in #110 - there seems to be some sort of bug in the path prefix handling.
The path is in the request twice.
Tries to make a request to:
And receives
NotFound
.