You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== Establish the connection between Kubernetes and the {netapp} storage
57
+
=== Establishing the connection between Kubernetes and the {netapp} storage
58
58
59
-
Before creating the link to the backend, it's recommended to store the user and password information in a Secret.
60
-
To create such a secret you can use:
59
+
Before creating the link to the backend, you should store the user and password information in a Secret.
60
+
To create such a Secret, follow the example below:
61
61
62
62
[source, yaml]
63
63
----
@@ -72,10 +72,10 @@ stringData:
72
72
password: <password>
73
73
----
74
74
75
-
To establish the connection between the target Kubernetes cluster and the {netapp} storage system, a socalled *TridentBackendConfig* is required.
76
-
To get more information how to set up the backend configuration, refer to https://docs.netapp.com/us-en/trident/trident-use/backend-kubectl.html#tridentbackendconfig
75
+
To establish the connection between the target Kubernetes cluster and the {netapp} storage system, a so-called *TridentBackendConfig* is required.
76
+
For more information how to set up the backend configuration, refer to https://docs.netapp.com/us-en/trident/trident-use/backend-kubectl.html#tridentbackendconfig
77
77
78
-
The following two examples are showing what the configuration for a SAN/iscsi backend and a NAS backend looks like:
78
+
Below are two examples demonstrating the configuration of SAN/iSCSI and NAS backends:
79
79
80
80
[source, yaml]
81
81
----
@@ -120,16 +120,17 @@ To verify the backend was configured successfully, check the output of:
120
120
kubectl -n trident get tbc backend-tbc-ontap-san
121
121
----
122
122
123
-
If the connection was established, the *State* should be active and you should see a *Backend UUID*
123
+
If the connection was established, the *State* should be active and you should see a *Backend UUID*.
124
124
125
125
# end::backend-config[]
126
126
127
127
//TODO example picture
128
128
129
129
# tag::storageClass[]
130
130
131
-
Once the backend is configured, you can create a *StorageClass* to provision Volumes to be consumed by a Persistent Volume Claim.
132
-
Here's an example that will create a storageClass that will use an SAN/iscsi backend:
131
+
When the backend is configured, you can create a *StorageClass* to provision Volumes to be consumed by a Persistent Volume Claim.
132
+
Here's an example for creating a StorageClass that uses a SAN/iSCSI backend:
0 commit comments