Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kkb0318 committed Jun 2, 2024
1 parent 5eca211 commit 063e6e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Then, modify the kube-apiserver settings to include the following parameters:
--service-account-issuer=https://s3-<region>.amazonaws.com/<S3 bucket name>
```

> [!NOTE]
> Add this setting as the first element.
> When this flag is specified multiple times, the first is used to generate tokens and all are used to determine which issuers are accepted.

- Service Account Key File

The public key generated previously can be read by the API server. Add the path for this parameter flag:
Expand All @@ -111,7 +115,6 @@ The public key generated previously can be read by the API server. Add the path
```

> [!NOTE]
> Add this setting as the first element. If specified multiple times, tokens signed by any of the specified keys are considered valid by the Kubernetes API server.
> If you do not mount /path/to directory, you need to add the volumes field to this path.

- Service Account Signing Key File
Expand Down

0 comments on commit 063e6e5

Please sign in to comment.