Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
july2993 opened this issue Feb 21, 2023 · 1 comment

Comments

@july2993
Copy link
Contributor

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) ✗
@yiduoyunQ
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants