Frequently asked questions
This FAQ can help if you're just looking for a quick answer to a question.
Overview
The following sections provide answers to some additional questions that you might come across as you use Astra Control Center. For additional clarifications, please reach out to astra.feedback@netapp.com
Access to Astra Control Center
Astra Control Center uses local authentication and a URL specific to each environment.
For the URL, in a browser, enter the Fully Qualified Domain Name (FQDN) you set in the spec.astraAddress field in the astra_control_center.yaml custom resource (CR) file when you installed Astra Control Center. The email is the value that you set in the spec.email field in the astra_control_center.yaml CR.
Licensing
You can easily change to a full license by obtaining the NetApp license file (NLF) from NetApp.
Steps
-
From the left navigation, select Account > License.
-
In the license overview, to the right of the license information, select the Options menu.
-
Select Replace.
-
Browse to the license file you downloaded and select Add.
Yes, you can test out the managing apps functionality with an evaluation license (including the embedded evaluation license that is installed by default). There is no difference in capabilities or features between an evaluation license and a full license; the evaluation license simply has a shorter lifespan. Refer to Licensing for more information.
Registering Kubernetes clusters
New worker nodes can be added to existing pools. These will be automatically discovered by Astra Control. If the new nodes are not visible in Astra Control, check if the new worker nodes are running the supported image type. You can also verify the health of the new worker nodes by using the kubectl get nodes
command.
Removing a cluster from Astra Control will not make any changes to the cluster's configuration (applications and persistent storage). Any Astra Control snapshots or backups taken of applications on that cluster will be unavailable to restore. Persistent storage backups created by Astra Control remain within Astra Control, but they are unavailable for restore.
Always remove a cluster from Astra Control before you delete it through any other methods. Deleting a cluster using another tool while it's still being managed by Astra Control can cause problems for your Astra Control account. |
When you unmanage a cluster from Astra Control Center, Astra Control Provisioner or Astra Trident isn't automatically uninstalled from the cluster. To uninstall Astra Control Provisioner and its components or Astra Trident, you'll need to follow these steps to uninstall the Astra Trident instance that contains the Astra Control Provisioner service.
Managing applications
Astra Control doesn't deploy applications. Applications must be deployed outside of Astra Control.
Any existing backups or snapshots will be deleted. Applications and data remain available. Data management operations will not be available for unmanaged applications or any backups or snapshots that belong to it.
No. Although Astra Control can discover applications that are using non-NetApp storage, it can't manage an application that's using non-NetApp storage.
Astra Control Center is not shown by default as an application that you can manage, but you can back up and restore an Astra Control Center instance using another Astra Control Center instance.
No, the health of pods doesn't affect app management.
Data management operations
Yes. A snapshot operation on an application by Astra Control includes snapshot of all the PVs that are bound to the application's PVCs.
No. Snapshots and backups taken by Astra Control can be managed only with Astra Control.
Astra Control Provisioner
Astra Control Provisioner, as part of Astra Control, supports a superset of storage provisioning features that are unavailable in open-source Astra Trident. These features are in addition to all features that are available to the open-source Trident.
Astra Control Provisioner has replaced Astra Trident as storage provisioner and orchestrator in the Astra Control architecture. Astra Control users should enable Astra Control Provisioner to use Astra Control. Astra Trident will continue to be supported in this release but will not be supported in future releases. Astra Trident will remain open source and be released, maintained, supported, and updated with new CSI and other features from NetApp. Only Astra Control Provisioner, however, that contains Astra Trident CSI functionality along with extended storage management capabilities can be used with coming Astra Control releases.
No. Astra Trident will continue to be open source and free to download. Astra Control Provisioner functionality use now requires an Astra Control license.
Yes, you can upgrade to Astra Control Provisioner and use its functionality even if you do not want to consume the complete feature set of Astra Control data management functionality.
If you are an existing Astra Trident user (this includes users of Astra Trident in the public cloud), you need to acquire an Astra Control license first. After you do, you can download the Astra Control Provisioner bundle, upgrade Astra Trident, and enable Astra Control Provisioner functionality.
After Astra Control Provisioner is installed, the host cluster in the Astra Control UI will show an ACP version
rather than Trident version
field and current installed version number.
If you don't have access to the UI, you can confirm successful installation using the following methods:
Verify the trident-acp
container is running and that acpVersion
is 23.10.0
or later (23.10 is the minimum version) with a status of Installed
:
kubectl get torc -o yaml
Response:
status: acpVersion: 24.10.0 currentInstallationParams: ... acpImage: <my_custom_registry>/trident-acp:24.10.0 enableACP: "true" ... ... status: Installed
Confirm that Astra Control Provisioner has been enabled:
./tridentctl -n trident version
Response:
+----------------+----------------+-------------+ | SERVER VERSION | CLIENT VERSION | ACP VERSION | +----------------+----------------+-------------+ | 24.10.0 | 24.10.0 | 24.10.0. | +----------------+----------------+-------------+