modified: README.md

This commit is contained in:
2025-11-22 12:41:46 +00:00
parent bd96711fd8
commit d6359cdd20

View File

@@ -202,3 +202,9 @@ kubectl get secret <secret_name> -o jsonpath='{.data.token}' | base64 -d
```bash
kubectl get secret <secret_name> -o jsonpath='{.data.token}' | base64 -d > ./service-account-secret-base64
```
**Get Cluster certificate Base64:**
```bash
kubectl config view --raw -o jsonpath='{.clusters[0].cluster.certificate-authority-data}'
```