If I have to create a clusterrole to provide get access to daemonsets, how shoul . . .

Pradeep:
Is this the right command for above question?

k create clusterrole daemonset-cr --verb=get --resource=daemonsets

Balaji K:
if there is a requirement for a specific daemonset name then resourceNames should be given else all good IMO.

new_day:
yeah it’s the right