Promaethius

Results 39 comments of Promaethius

@hileon you can get the site working by bypassing the old grunt dependency hell and using an older version of Node that still conforms to the tis changes. I'm using...

@kevaschmim note that this plugin uses an upstream version of SimpleSAMLPHP from https://github.com/simplesamlphp/simplesamlphp https://simplesamlphp.org/archive indicates there are no major API changes over the last two years so you should be...

Having the same issue on coreos-stable. The disclaimer for their script does omit CoreOS. After enabling the verbose version, however, the volume DOES actually turn up not as its volume...

@alanpearce thanks I'll add it to my pr

@amir-naveh https://github.com/darwin/cmx.js/issues/8#issuecomment-1694557716

Having the same error. At first I thought it was because, in kubernetes, rkt errors when mounting to a hostPath that doesn't exist. Whereas, on docker, the daemon creates the...

Rkt has the capability but I don't think that kubernetes is handling single file mounts correctly. The exception that is being thrown comes from v.Source = "" which doesn't really...

It looks like the config map that contains the template for the CNI isn't being passed correctly through rkt. I'm assuming that this is an issue with a multi-line environmental...

@kfirufk that issue is a rkt issue about accepting a multi-line environmental variable. This was my docker/rkt compatible fix for it: - name: install-cni image: quay.io/calico/cni:v1.5.5 command: ["/bin/sh", "-c"] args:...