![Kostiantyn Kalynovskyi](/assets/img/avatar_default.png)
By default every document is to be deployed to kubernetes however some documents may need to be skipped, because they serve only informational purposes and have no consumers in kubernetes cluster Change-Id: If2ea5659acb319c15cf3f55e9f3d9e86dc647e9f Relates-To: #130 Closes: #130
25 lines
734 B
YAML
25 lines
734 B
YAML
apiVersion: metal3.io/v1alpha1
|
|
kind: BareMetalHost
|
|
metadata:
|
|
annotations:
|
|
config.kubernetes.io/local-config: "true"
|
|
labels:
|
|
airshipit.org/ephemeral-node: "true"
|
|
name: master-0
|
|
spec:
|
|
online: true
|
|
bootMACAddress: 00:3b:8b:0c:ec:8b
|
|
networkData:
|
|
name: ephemeral-network-data
|
|
namespace: default
|
|
bmc:
|
|
address: redfish+http://localhost:8000/redfish/v1/Systems/air-ephemeral
|
|
credentialsName: master-0-bmc-secret
|
|
status:
|
|
provisioning:
|
|
# we need this status to make sure, that the host is not going to be
|
|
# reprovisioned by the ephemeral baremetal operator.
|
|
# when we have more flexible labeling system in place, we will not
|
|
# deliver this document to ephemeral cluster
|
|
state: externally provisioned
|