demo3 | 发布于 2022-01-17 15:37:41 | 阅读量 33 |
发布于 2022-01-17 15:37:41 |

```sh
APISERVER=$(kubectl config view --minify -o jsonpath='{.clusters[0].cluster.server}')
TOKEN=$(kubectl get secret $(kubectl get serviceaccount default -n dbackupd -o jsonpath='{.secrets[0].name}') -n dbackupd -o jsonpath='{.data.token}' | base64 --decode )
kubectl get secret $(kubectl get serviceaccount default -n dbackupd -o jsonpath='{.secrets[0].name}') -n dbackupd -o jsonpath='{.data.ca\.crt}' | base64 --decode > /tmp/ca.crt

curl $APISERVER/api --header "Authorization: Bearer $TOKEN" --insecure

curl $APISERVER/api/v1/namespaces/default/pods --header "Authorization: Bearer $TOKEN" --insecure

```sh
APISERVER=$(kubectl config view --minify -o jsonpath='{.clusters[0].cluster.server}')
TOKEN=$(kubectl get secret $(kubectl get serviceaccount default -n dbackupd -o jsonpath='{.secrets[0].name}') -n dbackupd -o jsonpath='{.data.token}' | base64 --decode )
kubectl get secret $(kubectl get serviceaccount default  -n dbackupd -o jsonpath='{.secrets[0].name}')  -n dbackupd -o jsonpath='{.data.ca\.crt}' | base64 --decode > /tmp/ca.crt

curl $APISERVER/api --header "Authorization: Bearer $TOKEN" --insecure

curl $APISERVER/api/v1/namespaces/default/pods --header "Authorization: Bearer $TOKEN" --insecure
```



内容更新于: 2022-01-17 15:38:01
链接地址: http://blog.leanote.com/post/demo3/46806b54e451

上一篇:

下一篇:

33 人读过
立即登录, 发表评论.
没有帐号? 立即注册
0 条评论
文档导航