
Added sample HCC profiles and deployment script to apply profiles. Change-Id: If8152a0afda142c40a53ddf9a4bd6866b435b0e5 Co-Authored-By: Rajat Sharma <rajatcu143@gmail.com> Relates-To-Issue: #326 Depends-On: #738410
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
|
|
---
|