Jonatan Männchen
Jonatan Männchen
@kenny-evitt I‘m definitely open for some more docs. I tried to find the original resources I used, can‘t find them anymore though. I think that all details should be in...
Hi @Gr1N You should be able to store an extended expression by storing a parsed expression and not a string of an expression.
I don't really agree with your sentiment. An extended cron expression (something I basically made up in this repository) is not distinguishable from a normal one since one is not...
I think that it should be documented. Keeping it open therefore.
@johnschug Thanks for the clarification. So you think the best way is to create a new context and copy over all values? How would I approach this for the things...
@jailbreakerSN Can you capture the log of the `csi-gcs` DaemonSet pods while you provision a new PVC and start a pod using it?
@fradeve The CSI spec (at least at the time when I was implementing this) had no notion of changing PVC params. The CSI Node Plugin mounts as specified by the...
@ofek I'd like to keep it open to see if there's a way to achieve that before I close.
@ofek Snapshots were promoted to Beta in K8S `v1.17`. With it, the way to deploy also changed. If you agree, I would create a new kustomize overlay that adds the...
@almahmoud That looks great :) The priorityClass should be `SystemCritical` by default. (Allowing an override is fine) The reason for that is how kubelet and the operating system treat pods...