pvbouwel

Results 11 comments of pvbouwel

Encountered this as well. Seems like the commonprefix (used at __init__.py:122) does not like the files that are submitted which is a set. Changing the line to: ```py name =...

What's the runtime you are using? I think Enum was added in Python 3.4 but the template says 2.7 so I'd recommend trying with a py version >=3.4 . This...

Just as an FYI and if it is noise feel free to ignore it but I was experiencing issues on Linux Mint 20.3 Una with secure boot as well. When...

So the install-driver.sh seemed to have gone through fine. In the end it asked to reboot but once rebooted nothing had happened. I then ran `[edit-options.sh](https://github.com/morrownr/8821cu-20210916/blob/main/edit-options.sh)` and added `rtw_RFE_type=64` as...

Is there a reason why you want these on machine_config? It is possible to create a rancher2_cluster_v2 and specify `taints` per `machine_pools` block

@angeloudy I am using the following (replaced environment details) and I do bootstrap nodes which have taints that way: ``` resource "rancher2_cluster_v2" "my_cluster" { name = "notImportant" kubernetes_version = var.kubernetes_version...

Thank you for the quick feedback. Yes, upgrade is necessary and one of the reasons of reporting this as it was unclear what would be a viable upgrade strategy. Thank...

We have successfully moved to slog and are now transitioning to traefik v3.0.1 so we are not having any further impact from this. I understand from the update of theclapp...

To avoid confusion for others this was fixed by https://github.com/kubeflow/spark-operator/pull/2458 so using a version that has this change should avoid running into this problem

Some notes on getting more production-like code: - Make sure to limit to GET operations (see rev2 with 0-0 byte range) as that would also work for things like pre-signed...