Seonghoi Lee
Seonghoi Lee
I don't know how the pixie integrates with bpftrace much. I may need some help for it, anyway let me share my opinion for uprobe. In host node, running bpftrace...
@antonmedv Is it fine that none of the log executed after the **second $ call**? neither these logs shown - `it does not reach here (2)` - `error catched!` Let's...
This problem degrades my deployment experience. My deployment is composed of multiple sub-helmfiles and global custom transformer which intended to change config for every Ingress(modify ingress class, add extra host...),...
> I didn't fully understand what you mean by `dd` for locale. I mean use ``const dd = '일월화수목금토'[today.get('day')]; const expr = dayjs().locale('ko').format(`YYYY-MM-DD ($(dd))`)``. Thank you for your interest.