Skip to content

Commit 7bbe892

Browse files
committed
chore(svcat): add svcat docs
1 parent afa36fb commit 7bbe892

4 files changed

Lines changed: 22 additions & 30 deletions

File tree

src/installing-workflow/system-requirements.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ To run Drycc Workflow on a Kubernetes cluster, there are a few requirements to k
44

55
## Kubernetes Versions
66

7-
Drycc Workflow requires Kubernetes v1.3.4 or later, or Kubernetes v1.6.2 or later. Kubernetes v1.6.0
8-
and v1.6.1 have [a bug](https://github.com/kubernetes/kubernetes/pull/44406) that can prevent
9-
`git push drycc master` from completing successfully.
7+
Drycc Workflow requires Kubernetes v1.16.15 or later.
108

119
## Components Requirements
1210

@@ -15,6 +13,10 @@ We recommend using [nginx-ingress](https://github.com/helm/charts/tree/master/st
1513

1614
Workflow supports the use of ACME to manage automatic certificates, [cert-manager](https://github.com/helm/charts/tree/master/stable/cert-manager) is also one of the necessary components.
1715

16+
Workflow supports stateful apps. You can create and use them through the 'drycc volumes' command. If you want to use this feature, you must have a `StorageClass` that supports `ReadWriteMany`.
17+
18+
Workflow also supports the [OSB](https://github.com/openservicebrokerapi/servicebroker) API through the 'drycc resources' command. If you want to use this function, you need to install [service-catalog](https://svc-cat.io).
19+
1820
## Storage Requirements
1921

2022
A variety of Drycc Workflow components rely on an object storage system to do their work, including storing application

themes/drycc/static/img/svg/steward-logo.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Loading

themes/drycc/topbar.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ <h1><a href="/" class="logo"><img src="{{ base_url }}/static/img/svg/logo.svg" w
3333
<li class="small-6 medium-4 columns"><a href="https://github.com/drycc/workflow" title="Workflow">
3434
<img src="{{ base_url }}/static/img/svg/workflow-logo.svg" alt="Workflow">
3535
<h3>Workflow</h3>
36-
<p>The Kubernetes-native platform (v2).</p>
36+
<p>The Kubernetes platform.</p>
3737
</a></li>
3838
<li class="small-6 medium-4 columns"><a href="//helm.sh" title="Helm">
3939
<img src="{{ base_url }}/static/img/svg/helm-logo.svg" alt="Helm">
4040
<h3>Helm</h3>
41-
<p>The Package manager for Kubernetes.</p>
41+
<p>The Package manager.</p>
4242
</a></li>
43-
<li class="small-6 medium-4 end columns"><a href="https://svc-cat.io" title="Steward">
44-
<img src="{{ base_url }}/static/img/svg/steward-logo.svg" alt="Steward - The Kubernetes-native Service Broker">
45-
<h3>Steward</h3>
46-
<p>The Kubernetes-native Service Broker.</p>
43+
<li class="small-6 medium-4 end columns"><a href="https://svc-cat.io" title="Service Catalog">
44+
<img src="{{ base_url }}/static/img/svg/svc-cat-log.svg" alt="Service Catalog">
45+
<h3>Service Catalog</h3>
46+
<p>The Open Service Broker.</p>
4747
</a></li>
4848
<a class="fa fa-times right"></a>
4949
</div>

0 commit comments

Comments
 (0)