Create a new ClusterRole named demo-clusterrole in demo-namespace. Any resource associated with the cluster role should be able to create the following resources:
Deployment
StatefulSet
DaemonSet
Create a ServiceAccount named demo-token and bind the ClusterRole with the ServiceAccount.