-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathexample.yaml
More file actions
38 lines (38 loc) · 805 Bytes
/
example.yaml
File metadata and controls
38 lines (38 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
apiVersion: v1
kind: Secret
metadata:
name: mysecret
namespace: insta-cow
stringData:
nmstate: |
interfaces:
- name: eth1
type: ethernet
state: up
- name: linux-br0
type: linux-bridge
state: up
bridge:
options:
group-forward-mask: 0
mac-ageing-time: 300
multicast-snooping: true
stp:
enabled: true
forward-delay: 15
hello-time: 2
max-age: 20
priority: 32768
port:
- name: eth1
stp-hairpin-mode: false
stp-path-cost: 100
stp-priority: 32
---
apiVersion: metal3.io/v1alpha1
kind: PreprovisioningImage
metadata:
name: host-it-34
namespace: insta-cow
spec:
networkDataName: mysecret