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
Update README and CSI docs to use release version yaml
The main intro docs for CCM use manifests that currently use the `latest`
image tag. We should steer customers to using our release asset
manifests instead as they use properly defined images tags.
# Statically Provisioned FSS with in-transit encryption using CSI
69
+
70
+
## Additional Setup for in-transit encryption
71
+
72
+
1. The statically provisioned FSS in-transit encryption tests need the oci-fss-utils package to be installed on the nodes running the tests. The package is needed to be downloaded from [here][3] and installed on the applicable nodes.
73
+
2. Additional [network configuration for in-transit encryption][4]
Copy file name to clipboardExpand all lines: flex-volume-driver.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,9 @@ installed on every node in your Kubernetes cluster.
17
17
The recommended way to install the driver is through the DaemonSet installer mechanism. This will create two daemonsets, one specifically for master nodes, allowing configuration via a Kubernetes Secret, and one for worker nodes.
Copy file name to clipboardExpand all lines: test/e2e/cloud-provider-oci/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,15 @@ Note: Above listed <IMAGE>:<TAG> should be available in the provider repo path a
46
46
47
47
## Running FSS in-transit encryption tests
48
48
49
-
The two FSS in-transit encryption tests need the oci-fss-utils package to be installed on the nodes running the tests. The package is needed to be downloaded from [here][4] and installed on the applicable nodes. In addition to this, the below label is to be added using the command for each of the nodes which have the package installed to help the test suite recognise the applicable nodes.
49
+
The statically provisioned FSS in-transit encryption tests need the oci-fss-utils package to be installed on the nodes running the tests. The package is needed to be downloaded from [here][4] and installed on the applicable nodes. In addition to this, the below label is to be added using the command for each of the nodes which have the package installed to help the test suite recognise the applicable nodes.
0 commit comments