March 2020
Intermediate to advanced
626 pages
14h 45m
English
We need to create the necessary objects that require the cluster-admin role. Let's see how to do this:
$ linkerd install config | kubectl apply -f -
These objects include ClusterRole, ClusterRoleBinding, CustomResourceDefinition, MutatingWebhookConfiguration, Secret, ServiceAccount, and so on.
$ linkerd check config
Now that the necessary objects have been created, we can install the control plane.
Read now
Unlock full access