Boudewijn Geiger
Boudewijn Geiger
@Ovilia Although I have never used ionic myself, I believe `ionic cordova plugin add cordova-plugin-webserver` tries to install it from NPM. This plugin is not yet published to NPM. There...
I believe this plugin can't access files through the `https://localhost` scope. I believe that the WebViewAssetLoader (https://github.com/apache/cordova-android/pull/1137) that was implemented in Android@10 can only be reached though the WebView. All...
Yes, that's the case. I would argue that the media plugin should interoperate 'https://localhost' (port 80 only) urls and resolve its native file path internally. Removes the need for app...
I don't think so. That PR seems to fix an issue with the asset folder not being reachable through the WebViewAssetLoader. My second remark is referring to your comment: >...
Is there anything blocking this PR? Support for custom MTU values would be a nice addition.
Next to Hetzner's root servers we also include (non hetzner) edge servers in our cluster that run in different datacenters. Naturally we wouldn't want HCCM to remove these nodes. HCCM...
I'm running the latest version (v1.18). What part of the codebase is responsible for removing the unassociated nodes?
I see. Nodes are only removed when the lookup process returns no errors. Given that all our servers are configured with a ProviderID (if non is provided K3S uses a...
@apricote Sorry, I seemed to have missed your reply. > Please talk to [sig-cloud-provider](https://github.com/kubernetes/community/blob/master/sig-cloud-provider/README.md) about this. The current behavior in regards to non-Hetzner servers is not guaranteed and comes from...
Thanks for clarifying. I did some digging and it seems this is already being discussed (https://github.com/kubernetes/cloud-provider/issues/35) upstream. I'll try to make some time in the weekend / evening hours to...