Rick Walsh
Rick Walsh
I may be wrong, but I think this fix doesnt do what you're expecting - which is why your test is failing. What you appear to have written is code...
@danielaskdd looking at the commit a923d378dd8c9561780f6da0370ffbd3b9b61877, your comment specifically states that id based filtering only applies to chunks and is specific to postgressql storage and hence you were deprecating it....
So, I had the same issue. I switched to the async variant: var namespaces = await client.CoreV1.ListNamespaceAsync(); This exposed an error: HttpOperationException: Operation returned an invalid status code 'Forbidden', response...