diff --git a/practice-questions-answers/install/bootstrap-worker-node-2/tls-bootstrap-worker-node-2.md b/practice-questions-answers/install/bootstrap-worker-node-2/tls-bootstrap-worker-node-2.md index 3ebdfc9..5d9c9a2 100644 --- a/practice-questions-answers/install/bootstrap-worker-node-2/tls-bootstrap-worker-node-2.md +++ b/practice-questions-answers/install/bootstrap-worker-node-2/tls-bootstrap-worker-node-2.md @@ -174,13 +174,6 @@ node03$ systemctl daemon-reload node03$ service kubelet start ``` -On master node check csr status and approve: - -``` -master$ kubectl get csr -master$ kubectl certificate approve node-csr-oJcfudnewY5mcSDHcLseKQ6Oze5YmP9ZdKNRHHdjfJI -``` - Verify node has joined the cluster ```