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

Support custom Labels on pods #101

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll

## Installation

### Steps
- pre-installed k8s platform under outscale cloud with 3 masters and 2 workers on vm with `tinav2.c2r4p3` type
- prepare the machine from which you will run deploy the osc bsu csi plugin
- Add CRD and a Snapshot Controller if you enable snapshots:
Expand Down Expand Up @@ -113,7 +114,8 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snaps
## Check the pod is running
kubectl get pods -o wide -A -n kube-system
```

### Chart Configuration
See [Helm Chart Configuration](helm.md)
## Examples
Make sure you follow the [Prerequisites](README.md#Prerequisites) before the examples:
* [Dynamic Provisioning](../examples/kubernetes/dynamic-provisioning)
Expand Down
Loading