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
The FSS related security group rules are created fine (and their relationships to the workers)
However, when the CSI Storage Class is created in Kubernetes to create the new dynamic file system
kind: StorageClassapiVersion: storage.k8s.io/v1metadata:
name: fss-dynamic-storageprovisioner: fss.csi.oraclecloud.comreclaimPolicy: DeleteallowVolumeExpansion: trueparameters:
availabilityDomain: "{{ .Values.oci.availabilityDomain }}"mountTargetSubnetOcid: "{{ .Values.oci.mountTargetSubnetOcid }}"# This is the module.oke.fss_subnet_idcompartmentOcid: "{{ .Values.oci.compartmentOcid }}"exportPath: "{{ .Values.oci.exportPath }}"exportOptions: "[{\"source\":\"0.0.0.0/0\",\"requirePrivilegedSourcePort\":false,\"access\":\"READ_WRITE\",\"identitySquash\":\"NONE\"}]"encryptInTransit: "{{ .Values.oci.encryptInTransit }}"
It gets created in the mount targets area (along with it's file system)
However, the security group that it needs in order to communicate with the workers (the fss security group) does not get attached to the mount target. (The attachment you see in the following image, I had to manually assign it).
I know I am probably doing something daft, but the 4.5.9 module did this automatically and I am just trying to recreate the behaviour in 5.0.2. Would you be able to advise how I can terraform/k8 this security group to the mount targets automatically?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hello,
When I have deployed the OKE module as:
The FSS related security group rules are created fine (and their relationships to the workers)
However, when the CSI Storage Class is created in Kubernetes to create the new dynamic file system
It gets created in the mount targets area (along with it's file system)
However, the security group that it needs in order to communicate with the workers (the fss security group) does not get attached to the mount target. (The attachment you see in the following image, I had to manually assign it).
I know I am probably doing something daft, but the
4.5.9
module did this automatically and I am just trying to recreate the behaviour in5.0.2
. Would you be able to advise how I can terraform/k8 this security group to the mount targets automatically?Thank you in advance!
The text was updated successfully, but these errors were encountered: