R Banerjee:
Question: jq can be used right?
Update: seems it is https://www.reddit.com/r/kubernetes/comments/jogavy/is_jq_available_in_the_ckad_environment/
jq seems good for parsing quickly to understand the jsonpath output( personally )
R Banerjee:
Question: jq can be used right?
Update: seems it is https://www.reddit.com/r/kubernetes/comments/jogavy/is_jq_available_in_the_ckad_environment/
jq seems good for parsing quickly to understand the jsonpath output( personally )
Tej_Singh_Rana:
Yes, you can use jq
tool if you’re familiar with it.
R Banerjee:
One more hack I found is using the Chrome’s “Copy to Highlight Link” , for example
https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/#:~:text=ETCDCTL_API%3D3%20etcdctl%20--endpoints%3Dhttps%3A//127.0.0.1%3A2379%20\
%20%20--cacert%3D<trusted-ca-file>%20--cert%3D<cert-file>%20--key%3D<key-file>%20\
%20%20snapshot%20save%20<backup-file-location>|https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/#:~:text=ETCDCTL_API%3D3%20etcdctl%[…]20save%20<backup-file-location>
It makes searching faster for the code
Sameer Jain:
@R Banerjee nice, now I have to redo my bookmarks
R Banerjee:
I am doing my tests again ( atleast security and network )… so that if I miss and find something, I bookmark it like this…