modified: README.md
This commit is contained in:
@@ -202,3 +202,9 @@ kubectl get secret <secret_name> -o jsonpath='{.data.token}' | base64 -d
|
|||||||
```bash
|
```bash
|
||||||
kubectl get secret <secret_name> -o jsonpath='{.data.token}' | base64 -d > ./service-account-secret-base64
|
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}'
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user