-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crd: Added shortnames and catagory for Tetragon CRDs #3065
Conversation
b490ffb
to
8af7b2e
Compare
Signed-off-by: Philip Schmid <[email protected]>
8af7b2e
to
954d963
Compare
Example usage: $ k get tgpi
NAME AGE
cilium-5ntnd 15s
cilium-d5nh4 15s
cilium-mpclj 15s
cilium-operator-78cbc7d94d-2vdvd 15s
cilium-operator-78cbc7d94d-7dhq7 15s
cilium-rnx9z 15s
cilium-sw7t6 15s
coredns-6d77cf9f7-rd7xh 15s
coredns-6d77cf9f7-rzdr7 15s
hubble-relay-bf5c486f9-tt8d8 15s
kube-apiserver-ip-10-0-100-221 14s
kube-apiserver-ip-10-0-101-120 15s
kube-apiserver-ip-10-0-102-11 15s
kube-controller-manager-ip-10-0-100-221 15s
kube-controller-manager-ip-10-0-101-120 15s
kube-controller-manager-ip-10-0-102-11 15s
kube-proxy-9wbzv 15s
kube-proxy-bzk25 15s
kube-proxy-j7xm5 15s
kube-proxy-lpqkp 15s
kube-proxy-vhmhd 15s
kube-scheduler-ip-10-0-100-221 15s
kube-scheduler-ip-10-0-101-120 15s
kube-scheduler-ip-10-0-102-11 15s
metrics-server-566c79d6df-jrlh6 15s
tetragon-b97xs 15s
tetragon-dqvtp 15s
tetragon-m4wjr 15s
tetragon-operator-7656844cd7-2vtxf 15s
tetragon-p6jd9 15s
tetragon-rsbg8 15s
$ k get tgtp
NAME AGE
bpf-load 2m12s
monitor-kernel-modules 2m12s
monitor-mounts 2m12s
monitor-ptrace 2m12s
privileges-change 2m12s
$ k get tetragon
NAME AGE
tracingpolicy.cilium.io/bpf-load 2m16s
tracingpolicy.cilium.io/monitor-kernel-modules 2m16s
tracingpolicy.cilium.io/monitor-mounts 2m16s
tracingpolicy.cilium.io/monitor-ptrace 2m16s
tracingpolicy.cilium.io/privileges-change 2m16s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I changed the release-note label from misc to minor, as it is a user-visible change. Let me know if you think it should rather be misc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, laziness approved!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree! Unsure tgpi
is super useful but why not. Tetragon category is cool though!
Applied for all user-relevant CRDs. Not for PodInfo. Signed-off-by: Philip Schmid <[email protected]>
ba788ec
to
5a85682
Compare
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Let's slightly improve the Tetragon UX for lazy people like I am 😄.
podinfo
->tgpi
tracingpolicy
->tgtp
tracingpoliciesnamespaced
->tgtpn
Furthermore, it's now possible to interact with user-relevant CRs (all besides
PodInfo
) at the same time via thetetragon
category.BTW, Cilium does the same for every Cilium CRD.