|
2 | 2 |
|
3 | 3 | This document explains how to install Azure Lustre CSI driver on a kubernetes cluster. |
4 | 4 |
|
5 | | -## Specific instructions for Dynamic Provisioning Branch |
| 5 | +## Instructions for current production release |
6 | 6 |
|
7 | | -### Install with kubectl (dynamic provisioning - public preview) |
8 | | - |
9 | | -> **Note**: Dynamic provisioning functionality is currently in public preview. This preview version is provided without a service level agreement and is not recommended for production workloads. Some features may not be supported or may have constrained capabilities. |
10 | | -
|
11 | | -- Option 1: Remote install |
12 | | - |
13 | | - ```shell |
14 | | - curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azurelustre-csi-driver/main/deploy/install-driver.sh | bash -s dynamic-provisioning-preview |
15 | | - ``` |
16 | | - |
17 | | -- Option 2: Local install |
18 | | - |
19 | | - ```shell |
20 | | - git clone https://github.com/kubernetes-sigs/azurelustre-csi-driver.git |
21 | | - cd azurelustre-csi-driver |
22 | | - ./deploy/install-driver.sh dynamic-provisioning-preview |
23 | | - ``` |
24 | | - |
25 | | -- check pods status: |
26 | | - |
27 | | - ```shell |
28 | | - $ kubectl get -n kube-system pod -l app=csi-azurelustre-controller |
29 | | -
|
30 | | - NAME READY STATUS RESTARTS AGE |
31 | | - csi-azurelustre-controller-778bf84cc5-4vrth 3/3 Running 0 30s |
32 | | - csi-azurelustre-controller-778bf84cc5-5zqhl 3/3 Running 0 30s |
33 | | -
|
34 | | - $ kubectl get -n kube-system pod -l app=csi-azurelustre-node |
35 | | -
|
36 | | - NAME READY STATUS RESTARTS AGE |
37 | | - csi-azurelustre-node-7lw2n 3/3 Running 0 30s |
38 | | - csi-azurelustre-node-drlq2 3/3 Running 0 30s |
39 | | - csi-azurelustre-node-g6sfx 3/3 Running 0 30s |
40 | | - ``` |
41 | | - |
42 | | -## Default instructions for production release |
43 | | - |
44 | | -### Install with kubectl (current production release) |
| 7 | +### Install with kubectl |
45 | 8 |
|
46 | 9 | - Option 1: Remote install |
47 | 10 |
|
|
0 commit comments