Marko Mikulicic

Results 58 issues of Marko Mikulicic

Initially we implement gc-tags in annotations but that makes it slow for us to find objects matching the tag (it requires a full scan of the apiserver), so we're migrating...

According to https://docs.k3s.io/installation/network-options#custom-cni if we want to install a custom CNI, we need to pass `--flannel-backend=none`. In order to do that, we need to surface the config in `K3sServerConfig` and...

When using k3s with version >= v1.23.x I get this error when spinning up the cloud controller (which blocks any other component due to the cloud controller readiness taint): ```...

with CAPA, you need to pass a k8s version string like `1.21.5`, while with cluster-api-k3s you need to pass the full qualified version including the k3s revision, like `v1.21.5+k3s2`. This...

/kind bug **What steps did you take and what happened:** I set `protocol` to uppercase "UDP" in `cniIngressRules` and it caused a panic. ```yaml apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: AWSCluster metadata: name:...

kind/bug
lifecycle/stale
needs-triage
needs-priority

I have a doc with two seemingly identical blocks: ``` foo bar ``` https://docs.google.com/document/d/1HR8-NSaiNEO0sfQYZ0Lg2NDXgHuofNk--qxsfm1P9bk/view When I paste that doc in https://gdoc2md.com/ I get: ```markdown This correctly converts to a block:...

Closes https://github.com/jhuangtw/xg2xg/issues/135

vim-go executes goimports like: ``` goimports -w -srcdir demo.go /tmp/36.go ``` and it works even if /tmp/ contains other .go files. goreturns instead tries to parse the other files, as...

Hi, nice stuff! However I noticed that it fails to parse some common hamls: %h1 Some title or %p nice %span Chicken Fried

it would be nice if the `kubectl socks5-proxy` would support the `--context` flag.