Operate and troubleshoot Autopilot in OCP GCP
Summary and Key concepts
Summary
This article provides operational procedures for monitoring and troubleshooting Portworx Autopilot. It explains how to gather information about objects monitored by Autopilot using autopilotruleobjects
, which are created when an object’s conditions are triggered. The article includes commands for listing and describing these objects, and for filtering them by rule. It also covers steps for collecting troubleshooting data, including creating a support bundle by capturing diagnostic information and logs from the Autopilot pod, which can then be sent to Portworx support for further analysis.
Kubernetes Concepts
- Custom Resource Definitions (CRD):
autopilotruleobject
is a custom resource created to track the state of objects monitored by Autopilot. - oc get: A command to list Kubernetes objects like
autopilotruleobjects
in OpenShift clusters. - oc exec: Executes commands in a running pod, such as sending signals to the Autopilot process for diagnostics.
Portworx Concepts
- Autopilot: Automates storage operations such as volume resizing or storage pool rebalancing.
This section provides common operational procedures for monitoring and troubleshooting your autopilot installation.