-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
201,769 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html><html lang="en"><head><!-- Required meta tags --><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="icon" href="https://kubesphere.io/favicon.ico"><!-- Bootstrap CSS --><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"><style type="text/css">.no-select {user-select: none;}.cli {background: #212529;}.cli kbd, .cli samp {padding: 0;}.cli .no-select {color: #aaa;font-size: 87.5%;}.select-all {user-select: all;}.gui {background: black;}.gui video {width: 100%;}</style><title>Helm Charts - KubeSphere</title></head><body><header class="container-fluid"><div class="row flex-nowrap justify-content-between align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm"><div class="col-4"><a class="my-0" href="https://kubesphere.io" target="_blank"><img src="../logo.svg" height="28" /></a></div><div class="col-4 text-center"><h1 class="h4 my-0 mr-md-auto font-weight-normal"><span class="no-select">Helm Charts</span></h1></div><div class="col-4 d-flex justify-content-end align-items-center"><a class="text-dark my-0 text-decoration-none" href="https://github.com/kubesphere/helm-charts" target="_blank"><span>Source </span><svg height="20" class="align-text-bottom" alt="GitHub" viewBox="0 0 16 16" version="1.1" width="20" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg></a></div></div></header><main role="main" class="flex-shrink-0"><div class="container"><h2 class="h5 mt-5">Use by Command Line</h2><div class="cli p-2"><div><kbd class="no-select">user@qke:~$ </kbd><kbd class="select-all">helm repo add qingcloud https://charts.kubesphere.io/mirror</kbd></div><div><samp class="no-select">"qingcloud" has been added to your repositories</samp></div><div><kbd class="no-select">user@qke:~$ </kbd><kbd class="select-all">helm repo update</kbd></div><div><samp class="no-select">Hang tight while we grab the latest from your chart repositories...</samp></div><div><samp class="no-select">...Skip local chart repository</samp></div><div><samp class="no-select">...Successfully got an update from the "qingcloud" chart repository</samp></div><div><samp class="no-select">...Successfully got an update from the "stable" chart repository</samp></div><div><samp class="no-select">Update Complete. ⎈ Happy Helming!⎈</samp></div><div><kbd class="no-select">user@qke:~$ </kbd><kbd class="select-all">helm install qingcloud/nginx</kbd></div><div><samp class="no-select">...</samp></div></div><h2 class="h5 mt-5">Use by KubeSphere Dashboard</h2><ol class="list-group list-group-flush small my-3"><li class="list-group-item pl-0 py-2">Sign in as "cluster admin" user</li><li class="list-group-item pl-0 py-2">Navigate to Platform - Platform Settings - App Repositories - Add App Repository</li><li class="list-group-item pl-0 py-2">Fill in repo name and URL <kbd class="select-all">https://charts.kubesphere.io/mirror</kbd></li></ol><div class="gui text-center p-1"><video controls><source src="../add-helm-repo.mp4" type="video/mp4" /> | ||
Your browser doesn't support this video. Please use modern ones or visit <a href="https://kubesphere.io/docs/advanced-v2.0/zh-CN/platform-settings/app-repo/" target="_blank">KubeSphere Docs</a>. | ||
</video></div><div class="small text-muted py-2">* View more on <a href="https://kubesphere.io/docs/advanced-v2.0/zh-CN/platform-settings/app-repo/" target="_blank">KubeSphere Docs</a>.</div></div></main><footer class="bg-light text-dark text-center mt-5 py-5"><div class="small">KubeSphere®️ 2019. All rights reserved.</div></footer></body></html> |
Oops, something went wrong.