A NodeNetworkConfigurationPolicy
manifest describes your requested network configuration for nodes in the cluster.
The Policy object includes your requestd network configuration and the status of execution of the Policy on the cluster as a whole.
When you apply a Policy, a NodeNetworkConfigurationEnactment
is created for every node in the cluster. The Enactment is a read-only object that represents the status of execution of the Policy on that node.
If the Policy fails to be applied on the node, the Enactment for that node includes a traceback for troubleshooting.
Procedure
-
To confirm that a Policy has been applied to the cluster, list the Policies and their status:
-
(Optional) If a Policy is taking longer than expected to successfully configure, you can inspect the requested state and status conditions of a particular Policy:
$ oc get nncp <policy> -o yaml
-
(Optional) If a policy is taking longer than expected to successfully configure on all nodes, you can list the status of the Enactments on the cluster:
-
(Optional) To view the configuration of a particular Enactment, including any error reporting for a failed configuration:
$ oc get nnce <node>.<policy> -o yaml