From 4128f1b1689518cf5e8597950505deb281c72de5 Mon Sep 17 00:00:00 2001 From: Enxebre Date: Mon, 29 Jul 2019 17:44:33 +0200 Subject: [PATCH] Add node to machine additionalPrinterColumns --- install/0000_30_machine-api-operator_02_machine.crd.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/0000_30_machine-api-operator_02_machine.crd.yaml b/install/0000_30_machine-api-operator_02_machine.crd.yaml index c4dcab0795..79783a92e3 100644 --- a/install/0000_30_machine-api-operator_02_machine.crd.yaml +++ b/install/0000_30_machine-api-operator_02_machine.crd.yaml @@ -27,6 +27,10 @@ spec: description: Zone associated with machine name: Zone type: string + - JSONPath: .status.nodeRef.name + description: Node associated with machine + name: Node + type: string - JSONPath: .metadata.creationTimestamp description: Machine age name: Age