New Features
- A new backend parameter called "NetworkInterface" is now available, which allows users to specify the network adapter for iSCSI connections. If you leave this parameter empty, the backend IP address becomes the default route.
spec:
version: 1
storageDriverName: qnap-iscsi
backendName: qts-david
networkInterfaces: ["K8s-ISCSI"] #optional
credentials:
- Users can now use the TridentBackendConfig custom resource to create and manage Trident backends directly through the Kubernetes interface.
- Added support for ARM64 and ARMv7 architectures.
Fixed Issue
- Fixed an issue where when creating a volume on QTS 5.1.x, the creation status would get stuck on "Pending" and an "iSCSI CREATE Failed" log message would be recorded.