duviful
duviful
Hello there, I've solved the problem. my installation had an old version of the **requests** package. The range of compatibility was limited to **chardet >= 3.0.2, < 3.1.0.** I solved...
Hello, Same problem for me on NetBox v3.0.2 (image built from a custom Dockerfile) `AttributeError: module 'base64' has no attribute 'decodestring'` I'm available for testing and troubleshooting. Thanks
I'm using the plugin to handle SAML authentication and not the build-in auth backend, this is a snippet of the extra.py file working with v2.11 ```REMOTE_AUTH_ENABLED = True REMOTE_AUTH_BACKEND =...
I am looking forward to seeing this functionality merge. I will handle the code. @itprogression @alberpilot, Should I start a new PR? I don't know if GitHub lets me contribute...
I've tested this change and it works fine on a Windows server 2019
I'm also using it here, thank you Ricardo!
Thank you for your response. Node group auto-discovery was already defined in the pod's command. I'll post you an extract. ```yaml │ clusterapi-cluster-autoscaler: │ │ Image: registry.k8s.io/autoscaling/cluster-autoscaler:v1.30.0 │ │ Port:...