You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bootstrap token Secret has the following keys specified under `data`:
506
506
507
507
- `token-id`: A random 6 character string as the token identifier. Required.
508
-
- `token-secret`: A random 16 character string as the actual token secret. Required.
508
+
- `token-secret`: A random 16 character string as the actual token Secret. Required.
509
509
- `description`: A human-readable string that describes what the token is
510
510
used for. Optional.
511
511
- `expiration`: An absolute UTC time using [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) specifying when the token
@@ -568,9 +568,9 @@ precedence.
568
568
569
569
#### Size limit {#restriction-data-size}
570
570
571
-
Individual secrets are limited to 1MiB in size. This is to discourage creation
572
-
of very large secrets that could exhaust the API server and kubelet memory.
573
-
However, creation of many smaller secrets could also exhaust memory. You can
571
+
Individual Secrets are limited to 1MiB in size. This is to discourage creation
572
+
of very large Secrets that could exhaust the API server and kubelet memory.
573
+
However, creation of many smaller Secrets could also exhaust memory. You can
574
574
use a [resource quota](/docs/concepts/policy/resource-quotas/) to limit the
575
575
number of Secrets (or other resources) in a namespace.
576
576
@@ -708,17 +708,17 @@ LASTSEEN FIRSTSEEN COUNT NAME KIND SUBOBJECT
708
708
0s 0s 1 dapi-test-pod Pod Warning InvalidEnvironmentVariableNames kubelet, 127.0.0.1 Keys [1badkey, 2alsobad] from the EnvFrom secret default/mysecret were skipped since they are considered invalid environment variable names.
0 commit comments