You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
747 B
29 lines
747 B
apiVersion: cluster.x-k8s.io/v1alpha3 |
|
kind: MachineDeployment |
|
metadata: |
|
name: worker-1 |
|
labels: |
|
cluster.x-k8s.io/cluster-name: target-cluster |
|
spec: |
|
clusterName: target-cluster |
|
replicas: 1 |
|
selector: |
|
matchLabels: |
|
cluster.x-k8s.io/cluster-name: target-cluster |
|
template: |
|
metadata: |
|
labels: |
|
cluster.x-k8s.io/cluster-name: target-cluster |
|
spec: |
|
clusterName: target-cluster |
|
version: v1.18.3 |
|
bootstrap: |
|
configRef: |
|
name: worker-1 |
|
apiVersion: bootstrap.cluster.x-k8s.io/v1alpha3 |
|
kind: KubeadmConfigTemplate |
|
infrastructureRef: |
|
name: worker-1 |
|
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 |
|
kind: Metal3MachineTemplate |
|
---
|
|
|