Skip to content

Commit

Permalink
Set server-token adr to accepted
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Sep 25, 2023
1 parent 6398c38 commit 5c5d957
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/adrs/server-token-rotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Date: 2023-08-13

## Status

Proposed
Accepted

## Context

Expand Down Expand Up @@ -69,10 +69,10 @@ OR
1b) On server 1 run:

```
k3s token rotate -t <OLD_TOKEN> <NEW_TOKEN>
k3s token rotate -t <OLD_TOKEN> --new-token <NEW_TOKEN>
```

2) If 1a) Retrieve the new token value from the /var/lib/rancher/k3s/server/token file on server 1
2) If 1a) Retrieve the new random token value from the /var/lib/rancher/k3s/server/token file on server 1
```
vi /var/lib/rancher/k3s/server/token
```
Expand All @@ -87,6 +87,7 @@ systemctl start k3s

## Decision

We will procced forward with the above implementation.

## Consequences

Expand Down

0 comments on commit 5c5d957

Please sign in to comment.