Robin Björklin

Results 92 comments of 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. ![rust-vim-syntax-highlight](https://user-images.githubusercontent.com/1704798/56016902-8feb3000-5cb2-11e9-911c-f44f4f13220e.png)

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" } ```