diff --git a/gpu-operator/gpu-driver-upgrades.rst b/gpu-operator/gpu-driver-upgrades.rst index ce02f05c8..a374ae84e 100644 --- a/gpu-operator/gpu-driver-upgrades.rst +++ b/gpu-operator/gpu-driver-upgrades.rst @@ -219,7 +219,7 @@ Below are an example set of events generated for the upgrade of one node. .. code-block:: console - $ kubectl get events --sort-by='.lastTimestamp' | grep GPUDriverUpgrade + $ kubectl get events -n default --sort-by='.lastTimestamp' | grep GPUDriverUpgrade *Example Output* @@ -259,7 +259,7 @@ If the upgrade fails for a particular node, the node is labelled with the ``upgr .. code:: console - $ kubectl get events --sort-by='.lastTimestamp' | grep GPUDriverUpgrade + $ kubectl get events -n default --sort-by='.lastTimestamp' | grep GPUDriverUpgrade #. (Optional) Check the logs from the upgrade controller in the gpu-operator container: