Monitoring a Cluster Installation
View the logs for the Kubernetes Cluster API pods to monitor the creation of a Kubernetes cluster on Oracle Linux Virtualization Manager.
You can monitor the deployment of a Kubernetes cluster on Oracle Linux Virtualization Manager by reviewing the logs of several Kubernetes Cluster API pods that are created in the management cluster. You can also view information about Kubernetes machine objects created by the Kubernetes Cluster API.
Tip:
If you set the cluster to be self managed, the ephemeral cluster is deleted after
the deployment succeeds. To view the logs after the ephemeral cluster is
deleted, set the cluster's kubeconfig
file to the workload
cluster running on Oracle Linux Virtualization Manager, for example:
export KUBECONFIG=$(ocne cluster show --cluster-name cluster-name)
Where cluster_name is the name of the workload cluster.