diff --git a/install/helm/agones/templates/crds/gameserver.yaml b/install/helm/agones/templates/crds/gameserver.yaml index 4207db02e9..9707fb2ce6 100644 --- a/install/helm/agones/templates/crds/gameserver.yaml +++ b/install/helm/agones/templates/crds/gameserver.yaml @@ -28,6 +28,16 @@ spec: group: stable.agones.dev version: v1alpha1 scope: Namespaced + additionalPrinterColumns: + - JSONPath: .status.state + name: State + type: string + - JSONPath: .status.address + name: Address + type: string + - JSONPath: .status.ports[?(@.name=='default')].port + name: Port + type: string names: kind: GameServer plural: gameservers diff --git a/install/yaml/install.yaml b/install/yaml/install.yaml index 706e5b7b8f..a35865a67a 100644 --- a/install/yaml/install.yaml +++ b/install/yaml/install.yaml @@ -446,6 +446,16 @@ spec: group: stable.agones.dev version: v1alpha1 scope: Namespaced + additionalPrinterColumns: + - JSONPath: .status.state + name: State + type: string + - JSONPath: .status.address + name: Address + type: string + - JSONPath: .status.ports[?(@.name=='default')].port + name: Port + type: string names: kind: GameServer plural: gameservers