64bc219f9a
- Added vm-infra-bridge/workers-capm3 function for supporting kubeadmConfigTemplate - Added k8scontrol-vm-bridge function dir to house vm-infra-bridge (controlplane) - Added a new VariableCatalogue to support vm networking in multi-tenant/shared. - Added a new systemd service vm-infra-bridge to handle persistence of bridge and NATing info. Relates-To: #122 Closes: #122 Change-Id: I5585b05be9e68976e402d025ddc8578870c137f1
30 lines
747 B
YAML
30 lines
747 B
YAML
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
|
|
---
|