diff --git a/install/0000_50_machine-api-operator_02_machine.crd.yaml b/install/0000_50_machine-api-operator_02_machine.crd.yaml index dfb7dfddb3..74b59f367a 100644 --- a/install/0000_50_machine-api-operator_02_machine.crd.yaml +++ b/install/0000_50_machine-api-operator_02_machine.crd.yaml @@ -5,6 +5,30 @@ metadata: controller-tools.k8s.io: "1.0" name: machines.cluster.k8s.io spec: + additionalPrinterColumns: + - JSONPath: .status.providerStatus.instanceId + name: Instance + description: Instance ID of machine created in AWS + type: string + - JSONPath: .status.providerStatus.instanceState + name: State + description: State of the AWS instance + type: string + - JSONPath: .spec.providerSpec.value.instanceType + name: Type + description: Type of instance + type: string + - JSONPath: .spec.providerSpec.value.placement.region + name: Region + description: Region associated with machine + type: string + - JSONPath: .spec.providerSpec.value.placement.availabilityZone + name: Zone + description: Zone associated with machine + type: string + - JSONPath: .metadata.creationTimestamp + name: Age + type: date group: cluster.k8s.io names: kind: Machine diff --git a/install/0000_50_machine-api-operator_03_machineset.crd.yaml b/install/0000_50_machine-api-operator_03_machineset.crd.yaml index 3f5709afed..790cf60615 100644 --- a/install/0000_50_machine-api-operator_03_machineset.crd.yaml +++ b/install/0000_50_machine-api-operator_03_machineset.crd.yaml @@ -116,6 +116,10 @@ spec: description: Ready Replicas name: Ready type: integer + - JSONPath: .status.availableReplicas + name: Available + description: Observed number of available replicas + type: string - JSONPath: .metadata.creationTimestamp name: Age type: date