pingcap / pingcap/docs-tidb-operator

guide user to run "helm repo update" after "helm repo add pingcap https://charts.pingcap.org/"

Open
#2,221 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
52
Forks
129
Avg merge
12m
Merged PRs (30d)
2

Description

File: /release-1.4/en/get-started.md

➜  _dev git:(master) ✗ helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.4.2
Error: INSTALLATION FAILED: failed to download "pingcap/tidb-operator" at version "v1.4.2"
➜  _dev git:(master) ✗ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "crossplane-stable" chart repository
...Successfully got an update from the "deliveryhero" chart repository
...Successfully got an update from the "pingcap" chart repository
Update Complete. ⎈Happy Helming!⎈
➜  _dev git:(master) ✗ helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.4.2
NAME: tidb-operator
LAST DEPLOYED: Tue Feb 21 16:47:15 2023
NAMESPACE: tidb-admin
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Make sure tidb-operator components are running:

    kubectl get pods --namespace tidb-admin -l app.kubernetes.io/instance=tidb-operator
➜  _dev git:(master) ✗

Contributor guide

No contributing guide indexed for this repository

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

Update release-1.4/en/get-started.md, the guide linked in the issue. Start by reviewing the Helm installation commands around adding the pingcap repository, then include the helm repo update step before installing tidb-operator. Done means the documented sequence reflects the working command order shown in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.