Adam

Results 18 comments of Adam

I've encountered the same thing. I'd imagine it's due to recent changes in gRPC proto generators for go: https://github.com/grpc/grpc-go/issues/3794 Either way, your solution works.

Yea, I'm unable to import from yml, son, xlsx either...

Have you figured it out? Having the same problem of `SlurmJob`s not initiating. It seems like they aren't being assigned to the virtual-kubelets, despite ensuring the virtual kubelets have both...

@pisarukv I really appreciate the response. I assume you're referring to the "virtual-kubelet" node? The slurmjob's pod still isn't being assigned to any node, even after adding `kubernetes.io/hostname: slurm-qpod3-cn03-cp` to...

Many thanks! I think my issue may stem from the fact that I was running the k8s master and slurm master(with slurmctld) as the same node. I've set up a...

Would love to see this project be active again.

if platform.system() == 'Linux': if os.path.exists("/usr/bin/chromedriver"): browser = webdriver.Chrome(executable_path="/usr/bin/chromedriver", options=chrome_options) else: print("Chromedriver not found; expected path '/usr/bin/chromedriver'") exit(1) elif platform.system() == 'Darwin': if os.path.exists("/usr/local/bin/chromedriver"): browser = webdriver.Chrome(executable_path="/usr/local/bin/chromedriver", options=chrome_options) else: print("Chromedriver...

@jvanderaa Thanks a ton! I convinced my team to adopt Netbox after watching the recording you did with Red Hat. Looking forward to updates. :D

@gkorland hmm... Even so these are still single Key-Value relationships. I can't append subsequent field-value data to the main `job-id` key. here's an example: ``` HSET job-id: 1 '{"id":"1","name":"jobname1","user":"adam"}' HSET...

I'm trying to run some applications within the "Desktop" tuboVNC gui that require a decent amount of rendering. I've configured the application to start with `vglrun`, but it is still...