jungooji

Results 6 issues of jungooji

**Is your feature request related to a problem? Please describe.** I'm using actions-runner-controller with cert-manager for a while. and for some reason, cert-manager occasionally keeps being broken. due to how...

stale

fixing MD034 using `fix on save` set cursor to a awkward position. ## 1. when the cursor is positioned newline after a link the cursor moves into a link and...

question

in aya, Array has set() method https://github.com/aya-rs/aya/blob/main/aya/src/maps/array/array.rs#L115-L125 ...but aya-bpf Array doesn't. why? https://github.com/aya-rs/aya/blob/main/bpf/aya-bpf/src/maps/array.rs#L19-L60 I thought BPF_MAP_TYPE_ARRAY is mutable from bpf side. am I missing something? https://prototype-kernel.readthedocs.io/en/latest/bpf/ebpf_maps_types.html

I've found that bpf_map requires bpf map name to be lower than 15 char, with no `-` included. I'm not sure this is a bpf limitation. but if it is,...

I registered test cluster and dev cluster, and the test cluster is deleted. when I restart the pulsar manager pod, the backend server tries to read cluster info from the...

when the pulsar is installed on the Kubernetes cluster, it can use Kubernetes service account for authenticating. ServiceAccount can be created by injecting and Secret, and they're different from each...