Skip to content

Commit

Permalink
add tls rotation to getting started suggestions (kubernetes#1068)
Browse files Browse the repository at this point in the history
The getting started page does not currently mention that the Control Plane TLS credentials will ultimately expire, leading to nasty surprises a year down the line.

Adding links to the relevant documentation on the getting started page should fix this.

Fixes linkerd/linkerd2#6099

Signed-off-by: Marijn de Vlieger <marijn.de.vlieger@gmail.com>
  • Loading branch information
iamargopelter authored May 7, 2021
1 parent 725bbab commit 267fbe0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linkerd.io/content/2.10/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@ Congratulations, you're now a Linkerd user! Here are some suggested next steps:

- Use Linkerd to [debug the errors in *emojivoto*](../debugging-an-app/)
- [Add your own service](../adding-your-service/) to Linkerd without downtime
- Learn how to rotate control plane TLS credentials
[automatically](../tasks/automatically-rotating-control-plane-tls-credentials/)
or set a reminder to do it
[manually](../tasks/manually-rotating-control-plane-tls-credentials/)
before they expire
- Learn more about [Linkerd's architecture](../reference/architecture/)
- Hop into the #linkerd2 channel on [the Linkerd
Slack](https://slack.linkerd.io)
Expand Down

0 comments on commit 267fbe0

Please sign in to comment.