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

docs(installation): Add mirror #274

Merged
merged 1 commit into from
May 6, 2022
Merged

docs(installation): Add mirror #274

merged 1 commit into from
May 6, 2022

Conversation

zsnmwy
Copy link
Member

@zsnmwy zsnmwy commented Apr 19, 2022

What type of PR is this?

mirror

Render

  • You can change the tab by just clicking.
  • Easy Copy & Paste
=== "Main"

    ```bash
    helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
    helm install prometheus -n crane-system \
                            --set pushgateway.enabled=false \
                            --set alertmanager.enabled=false \
                            --set server.persistentVolume.enabled=false \
                            -f https://raw.githubusercontent.com/gocrane/helm-charts/main/integration/prometheus/override_values.yaml \
                            --create-namespace  prometheus-community/prometheus
    ```

=== "Mirror"

    ```bash
    helm repo add prometheus-community https://finops-helm.pkg.coding.net/gocrane/prometheus-community
    helm install prometheus -n crane-system \
                            --set pushgateway.enabled=false \
                            --set alertmanager.enabled=false \
                            --set server.persistentVolume.enabled=false \
                            -f https://finops.coding.net/p/gocrane/d/helm-charts/git/raw/main/integration/prometheus/override_values.yaml?download=false \
                            --create-namespace  prometheus-community/prometheus
    ```

image

image

@github-actions
Copy link
Contributor

github-actions bot commented Apr 19, 2022

♻️ PR Preview dd3f16f has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

```

=== "Mirror"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be cleaner to introduce mirror in a separate section, you can explain how to change a cmd into a used mirror cmd by an example. We don't need to explain it for every cmd

@github-actions
Copy link
Contributor

🎉 Successfully Build Images.

Overview: https://finops.coding.net/public-artifacts/gocrane/crane/packages

Image Pull Command
crane-agent:pr-274-0507619 docker pull finops-docker.pkg.coding.net/gocrane/crane/crane-agent:pr-274-0507619
dashboard:pr-274-0507619 docker pull finops-docker.pkg.coding.net/gocrane/crane/dashboard:pr-274-0507619
metric-adapter:pr-274-0507619 docker pull finops-docker.pkg.coding.net/gocrane/crane/metric-adapter:pr-274-0507619
craned:pr-274-0507619 docker pull finops-docker.pkg.coding.net/gocrane/crane/craned:pr-274-0507619

@qmhu
Copy link
Member

qmhu commented May 6, 2022

/LGTM

@qmhu qmhu merged commit 929595b into gocrane:main May 6, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants