Haseeb Tariq

Results 23 comments of Haseeb Tariq

@Quentin-M That’s an interesting idea. While I’m not sure of the feasibility and side effects of sharing the API server's etcd store, the general idea of using an existing etcd...

@philips The vault-operator does not support using an existing etcd cluster. You might be thinking of the etcd-backup operator which supported creating backups from an existing etcd cluster. https://github.com/coreos/etcd-operator/blob/master/example/etcd-backup-operator/backup_cr.yaml#L6 And...

@rawipfel Can you check if in your example the Vault Deployment `example` has been created by the vault-operator. If yes then it's an issue with the `restricted` SCC rejecting the...

@raffaelespazzoli I agree, right now using the vault-operator on openshift or any k8s cluster with pod security policies is painful due to the `IPC_LOCK` requirement. You're correct that by default...

My apologies for not responding sooner. @quorak @limnick @cpanato Thank you for offering to help. I'm currently busy with some with some work at kubecon this week, but I will...

@cpanato My apologies, I've been busy with some other work over the last few months and completely forgot to follow up on this. I wasn't sure if anyone in this...

So to refresh, the main requirements of plugins phase 2 is to have a true plugin architecture that supports: 1. Plugins as separate binaries that can be discovered by the...

Pretty much the entire block of markers is duplicated after `//+optional` from what I can see. Might be something with the marker generation script.