Steven Hawkins
Steven Hawkins
> Shared Indexer should not fail. This isn't something that the informer is causing / can resolve on its own. See also the discussion on #5692 > Is there a...
> @shawkins informer.isWatching didn't work, its always returning true even if the websocket connection is throwing error. This means for the samples you are taking the watch is nominally active....
- [ ] Step 1 - remove isAdaptable and SupportTestingClient from the extension impls. - [x] Step 2 - consider deprecating SupportTestingClient / isSupported - if we don't think this...
@cr-liorholtzman @manusa It may take more debugging to see why it's returning false - with debug logging enabled you should see the reason false is returned. To workaround a kubernetes...
The client uses slf4j, so you can configure it with whatever is bound as the logging implementation. The relevant package / logging context here is io.fabric8.kubernetes.client.dsl.internal.uploadable - but you can...
@cr-liorholtzman the problem is with the size validation: DEBUG i.f.k.c.d.i.u.PodUpload.upload:123 - upload file size validation failed, expected 1869312, but was 0 It's running "wc -c < tmpfile" to get the...
> @shawkins You mean simply running "wc -c < tmpfile" in the pod? The tmpfile is removed shortly after the upload starts, I can see it for just a fragile...
> tested now, wc -c works well... Meaning that on boty GKE and minikube you get an appropriate value back for any given file? If that's the case it would...
> @shawkins answering here to keep track on the issue, what other logs can I extract? the above logs are after enabling "trace" on f8 on the .internal level. Is...
@manusa based upon our recent conversations, do you want to hold off on this until 7? Or do you feel okay about removing deprecated test stuff in a minor release?