Test the TimesTen Operator
Once the apply job operation is complete for the stack, you can verify that
the TimesTen Operator is up and running and in the specified namespace using the
helm test
command on your OKE cluster.
Note:
To test the TimesTen Operator, the test Pod uses the
curl
command to access the
readiness probe endpoint of the TimesTen Operator. If the
TimesTen Operator self-reports that it is ready, the test
succeeds.
A successful test indicates the TimesTen Operator is running and properly operating in the specified namespace.
To check the worker nodes created by the stack, you can use
the kubectl get nodes
command.
kubectl get nodes --selector='license.timesten.oracle.com=1'
Output should include as many worker nodes as defined in the stack configuration page:
NAME STATUS ROLES AGE VERSION
10.0.10.101 Ready node 5m v1.33.1
10.0.10.39 Ready node 5m v1.33.1
Note:
The license.timesten.oracle.com=1
label is added
to every worker node created by the stack. The TimesTen
Operator uses this label to identify which worker nodes are
licensed to run TimesTen databases.
Alternatively, you can use the OCI Console to check the details of the new node pool and worker nodes, see Getting a Managed Node Pool's Details.