Robin Björklin
Robin Björklin
The syntax highlight provided by [rust.vim](https://github.com/rust-lang/rust.vim/blob/master/syntax/rust.vim) is really nice in my opinion and it would be great if it could be incorporated here. 
This seems like a duplicate of #354, is that correct?
Just wanted to chime in and say that I haven't abandoned this. I just can't find time to fix this at the moment.
@gclough I've added an installation test and as there is a step in the extension to verify cluster functionality I feel pretty okay with this now. I will say though...
@euank I'm getting this: `Failed to create rkt container with error: cannot make "calico-node-g8pg5_kube-system(67484e50-8423-11e7-ad37-005056a010da)": running a custom stage1 requires a privileged security context` when trying to use the annotations as...
I just ran into this problem too and just wanted to mention that you can work around it by using this configuration for the user running the replication. ``` #...
@negz you're the top contributor to this repo, do you know if it is still being maintained?
`descheduler` can't drain based on custom node conditions though. The required feature might land in [NPD](https://github.com/kubernetes/node-problem-detector/pull/565).
Oh, it looks like DataDog is maintaining their own fork of this: https://github.com/DataDog/draino
Until #181 is merged you can try this instead: ```lua use { "rbjorklin/symbols-outline.nvim", branch = "fix-outline-detection" } ```