K8s Lab 把当前仓库文档整理成一个可阅读的网页站点

Repository Reading Site

11-no-token-api-client.yaml

manifests/06-auth/11-no-token-api-client.yaml

Text Assetmanifests/06-auth/11-no-token-api-client.yaml282 B2026年4月9日 18:18查看原始内容
apiVersion: v1
kind: Pod
metadata:
  name: no-token-api-client
  namespace: auth-lab
  labels:
    lesson: auth
    identity: no-token
spec:
  automountServiceAccountToken: false
  containers:
  - name: main
    image: curlimages/curl:8.11.1
    command: ["sh", "-c", "sleep 3600"]