Type
XRD
Group
platform.acme.co
Version
v1alpha1
apiVersion: platform.acme.co/v1alpha1
kind: XNodePool
The specification for how this nodepool should be deployed.
The parameters indicating how this nodepool should be configured.
The parameters indicating how the nodes in this nodepool should be configured.
A reference to the cluster associated with this nodepool.
A reference to the service account associated with this nodepool.
nodepool1
apiVersion: platform.acme.co/v1alpha1
kind: XNodePool
metadata:
annotations:
render.crossplane.io/composition-path: apis/primitives/XNodepool/composition.yaml
render.crossplane.io/function-path: examples/functions.yaml
name: nodepool1
spec:
parameters:
nodeConfig:
- clusterRef: {}
machineType: e2-medium
nodeCount: 1
preemptible: true
serviceAccountRef: {}