forked from LINBIT/linstor-operator-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helm.template.html
44 lines (39 loc) · 1.25 KB
/
helm.template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Operator v1</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="content/mvp.css"/>
<link rel="icon" href="content/symbol.svg"/>
</head>
<body>
<header>
<nav>
<img alt="Logo" src="content/linbit_sds.svg" height="70"/>
<ul>
<li><a href=".">Operator v2</a></li>
<li>Operator v1</li>
</ul>
</nav>
<h1>Operator v1</h1>
<p>Charts to install <a href="https://linbit.com/kubernetes/">LINBIT SDS for Kubernetes</a>.</p>
<p>These charts pull LINBIT customer only container images.</p>
</header>
<main>
<section id="usage">
<header>
<h2>Usage</h2>
<p>Detailed instructions can be found in the <a
href="https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-kubernetes-deploy-linstor-operator-v1">LINSTOR
User Guide</a>.</p>
</header>
<pre lang="no-highlight"><samp>
$ <b>helm repo add linstor https://charts.linstor.io</b>
$ <b>helm install linstor-op linstor/linstor --set etcd.enabled=false --set operator.controller.dbConnectionURL=k8s</b>
</samp></pre>
</section>
<section>
<header>
<h2>Charts</h2>
</header>