diff --git a/docs/platforms/kubernetes/additional-clusters.md b/docs/platforms/kubernetes/additional-clusters.md index e30a432c73..1eef92ce24 100644 --- a/docs/platforms/kubernetes/additional-clusters.md +++ b/docs/platforms/kubernetes/additional-clusters.md @@ -99,30 +99,16 @@ Alternatively, these could also be fetched from Kubernetes secrets or even This guide assumes you have a `coder-workspaces` namespace on your remote cluster. Change the namespace accordingly. -### Create a ServiceAccount +### Create a Role and RoleBinding -Run this command against your remote cluster to create a ServiceAccount, Role, -RoleBinding, and token: +Run this command against your remote cluster to create a Role and RoleBinding: ```shell kubectl apply -n coder-workspaces -f - <