Update import-aws-eks.md

This commit is contained in:
xuelangos 2023-08-29 15:40:27 +08:00 committed by GitHub
parent a73c23c64c
commit 3aef08bf1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ weight: 5320
kubectl config set-credentials kubesphere --token=${TOKEN}
kubectl config set-context --current --user=kubesphere
```
* Kubernetes 1.24 及以后版本ServiceAccount不再自动生成Secert参见[这里](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#urgent-upgrade-notes)
* Kubernetes 1.24 及以后版本ServiceAccount 不再自动生成 Secert参见[这里](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#urgent-upgrade-notes)
```bash
cat <<EOF >kubesphere-secret.yaml
apiVersion: v1