linkerd / linkerd/website

document how to extract the trust anchor from the control plane

Open
#1,516 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
60
Forks
221
Avg merge
4h 32m
Merged PRs (30d)
1

Description

This came up on Slack. Sometimes it's convenient to have a CLI command for pulling the trust anchor from the control plane. This seems to work:

`kubectl -n linkerd get cm linkerd-identity-trust-roots -o=jsonpath='{.data.ca-bundle\.crt}' `

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Use the provided kubectl command as the starting point and locate the relevant website documentation page or source. Document how to extract the trust anchor from the control plane, including the command and when it is useful; the issue is done when readers can follow the documented procedure.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
cli, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.