Change docs to reference FQN for Kuadrant CRs (e.g. dnsrecords.kuadrant.io)

Open Beginner friendly
#724 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

Research direction

No specific files or tests are named. Search the documentation for kubectl commands using short Kuadrant CR names, then update those references to fully qualified names such as dnsrecords.kuadrant.io; review scripts and make commands as a possible follow-up. Done means the documented commands use unambiguous FQNs, with any included script or make-command references updated consistently.

Written by the indexing model from the issue text.

Description

documentation good first issue

Change Kuadrant CR names everywhere in docs to Fully Qualified Names to avoid ambiguity (e.g. kubectl get dnsrecords -> kubectl get dnsrecords.kuadrant.io).

Also could be done for scripts and make commands for them to have broader usage availability

Example
# example command
kubectl get dnsrecords -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name,OWNER_ID:.status.ownerID,STATUS.GROUP:.status.group"
# change to
kubectl get dnsrecords.kuadrant.io -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name,OWNER_ID:.status.ownerID,STATUS.GROUP:.status.group"
Dominant language
Go
Stars
12
Forks
23
Avg merge
1d 10h
Merged PRs (30d)
13

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.

More from Kuadrant/dns-operator

All issues in Kuadrant/dns-operator

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.