Max!

Results 17 comments of Max!

Thia one has been on my mind a lot because I feel like it a bit counter-intuitive from the standpoint that docker images are supposed to be immutable, single process,...

Thanks for the kind words as well as letting me know the changes cased issues with your flow, ill definitely need to do some testing to sort out a solution...

Volunteering my research notes for CICD service prices/feature for the price calculator feature: [CICD prices.xlsx](https://github.com/game-ci/documentation/files/12726696/CICD.prices.xlsx)

Can we at least get an event broadcast when the ip address becomes known or something? waiting on the provisioning to timeout negates any time I saved using kvm and...

Having issues with this as well, using the example in the docs [here](https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/CustomObjectsApi.md#create_namespaced_custom_object) as a template: This one works: ```python from __future__ import print_function import time import kubernetes.client from kubernetes.client.rest...

+1 seeing this as well when using a `g2-standard` VM from GCP combined with a `nvidia-l4` GPU. I'm using this terraform code to build the machine: https://github.com/cloudymax/gcp-tf-starter I have as...

Thanks so much for trying out the project! I feel that a '--kernel-args' flag that reads a string of space-separated key-value pairs would be the preferred option due to the...

Seeing the same here, backend.auth.keys isnt defined anywhere in the chart or chart docs

I was able to work around this issue in Kubevirt by disabling EFI bios. However it would still be nice to be able to pass additional params to the firmware...