Joe Rocklin

Results 30 comments of Joe Rocklin

@shuLhan You can grab a windows VM from Microsoft at https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/. They're intended for browser testing, but I've not seen any restrictions on installing other software. Windows has supported both...

I think I was able to get cilium deployed on the cluster with some manual steps: 1. Cordon all but one 'primary' node 2. `microk8s enable cilium` 3. Remove the...

Sorry, I stopped using microk8s for the cilium work I was looking at and I can't recall what I was and was not able to do.

@christopherhein Can you help me understand why this was closed?

I tried an implementation of setting the DeletionPolicy before embarking on this effort but failed CFN validation every time. * I set up the model to match something similar to...

Just to make sure I didn't have strange artifacts of some other efforts, I went back and started the implementation again. I've tried both the configurations [in this gist](https://gist.github.com/joerocklin/6f3a08182cac1940b099b8d91789a035). The...

I realized I missed some context with the above question, and this discussion should really be taking place over on #126.

@hkamel the referenced issue has been marked as resolved. We're considering using this plugin but would need to handle alternate emails. Does anything else have to change with this plugin...

@ahgraber I don't know if you're still looking for an answer, but this is what I have deployed that works for me: ```yaml apiVersion: traefik.containo.us/v1alpha1 kind: IngressRoute metadata: name: crdb-core...