Managing Provisioning Agents
After you create and deploy a Provisioning Agent as a containerized application to your Kubernetes cluster, use Kubernetes to manage the application.
In Control Hub, you
can complete only the following actions on Provisioning Agents in the view:
- View the registered agents.
- Unregister and delete an agent from Control Hub after running the appropriate Kubernetes command to delete the Provisioning Agent application from your Kubernetes cluster.
Applying Changes to Provisioning Agents
After you deploy a Provisioning Agent, you can modify the YAML specification file and then use Kubernetes commands to apply the changes to the running Provisioning Agent.
For example, let’s say that you created Provisioning Agent using the 3.17.0 image of the StreamSets Control Agent. You want to update your deployed Provisioning Agent to use a later image. You modify the values YAML specification file to specify the new version of the Control Agent image. Then you use the Kubernetes apply command to apply the changed specification to the running Provisioning Agent.