From ae0155385b4383941162459257b297bcc7305577 Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Shameem <145862004+SAShameem@users.noreply.github.com> Date: Mon, 6 May 2024 21:16:48 +0600 Subject: [PATCH] Create bootstrap-token-secret-base64.yaml --- .../secret/bootstrap-token-secret-base64.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/bn/examples/secret/bootstrap-token-secret-base64.yaml diff --git a/content/bn/examples/secret/bootstrap-token-secret-base64.yaml b/content/bn/examples/secret/bootstrap-token-secret-base64.yaml new file mode 100644 index 0000000000..f66a0db608 --- /dev/null +++ b/content/bn/examples/secret/bootstrap-token-secret-base64.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: Secret +metadata: + name: bootstrap-token-5emitj + namespace: kube-system +type: bootstrap.kubernetes.io/token +data: + auth-extra-groups: c3lzdGVtOmJvb3RzdHJhcHBlcnM6a3ViZWFkbTpkZWZhdWx0LW5vZGUtdG9rZW4= + expiration: MjAyMC0wOS0xM1QwNDozOToxMFo= + token-id: NWVtaXRq + token-secret: a3E0Z2lodnN6emduMXAwcg== + usage-bootstrap-authentication: dHJ1ZQ== + usage-bootstrap-signing: dHJ1ZQ==