Skip to content

Commit

Permalink
Docs update (#530)
Browse files Browse the repository at this point in the history
Signed-off-by: maxgio92 <me@maxgio.it>
  • Loading branch information
maxgio92 authored Mar 18, 2022
1 parent 7fefe4f commit d302163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions charts/capsule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,19 @@ The Capsule Operator Chart can be used to instantly deploy the Capsule Operator

$ helm repo add clastix https://clastix.github.io/charts

2. Create the Namespace:
2. Install the Chart:

$ kubectl create namespace capsule-system
$ helm install capsule clastix/capsule -n capsule-system --create-namespace

3. Install the Chart:

$ helm install capsule clastix/capsule -n capsule-system

4. Show the status:
3. Show the status:

$ helm status capsule -n capsule-system

5. Upgrade the Chart
4. Upgrade the Chart

$ helm upgrade capsule clastix/capsule -n capsule-system

6. Uninstall the Chart
5. Uninstall the Chart

$ helm uninstall capsule -n capsule-system

Expand Down Expand Up @@ -111,6 +107,7 @@ This Helm Chart creates the following Kubernetes resources in the release namesp
* CA Secret
* Certificate Secret
* Tenant Custom Resource Definition
* CapsuleConfiguration Custom Resource Definition
* MutatingWebHookConfiguration
* ValidatingWebHookConfiguration
* RBAC Cluster Roles
Expand All @@ -130,4 +127,4 @@ Capsule, as many other add-ons, defines its own set of Custom Resource Definitio

## More

See Capsule [use cases](/~https://github.com/clastix/capsule/blob/master/use_cases.md) for more information about how to use Capsule.
See Capsule [tutorial](/~https://github.com/clastix/capsule/blob/master/docs/content/general/tutorial.md) for more information about how to use Capsule.
2 changes: 1 addition & 1 deletion docs/content/general/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ spec:
EOF
```

The two tenants remain isolated from each other in terms of resources assignments, e.g. _ResourceQuota_, _Nodes Pool_, _Storage Calsses_ and _Ingress Classes_, and in terms of governance, e.g. _NetworkPolicies_, _PodSecurityPolicies_, _Trusted Registries_, etc.
The two tenants remain isolated from each other in terms of resources assignments, e.g. _ResourceQuota_, _Nodes Pool_, _Storage Classes_ and _Ingress Classes_, and in terms of governance, e.g. _NetworkPolicies_, _PodSecurityPolicies_, _Trusted Registries_, etc.


When Alice logs in, she has access to all namespaces belonging to both the `oil` and `gas` tenants.
Expand Down

0 comments on commit d302163

Please sign in to comment.