Skip to content

Commit

Permalink
fix: remove unused labels form matchbox groups
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Mar 21, 2024
1 parent c2cc379 commit 317d24b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .taskfiles/Kubernetes/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ tasks:
claim: PersistentVolumeClaim to browse (required)
interactive: true
cmd: kubectl browse-pvc --context {{.cluster}} --namespace {{.ns}} {{.claim}}
vars:
ns: '{{.ns | default "default"}}'
requires:
vars: ["cluster", "claim"]

Expand Down
4 changes: 1 addition & 3 deletions kubernetes/main/bootstrap/talos/matchbox/groups/k8s-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"name": "k8s-0",
"profile": "talos-controller",
"selector": {
"uuid": "1f261432-e23e-6911-841c-1c697a0d8d99",
"mac": "1c:69:7a:0d:8d:99",
"serial": "G6BE948007MP"
"mac": "1c:69:7a:0d:8d:99"
}
}
4 changes: 1 addition & 3 deletions kubernetes/main/bootstrap/talos/matchbox/groups/k8s-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"name": "k8s-1",
"profile": "talos-controller",
"selector": {
"uuid": "f2f9ac76-e15d-ae11-ae1f-1c697a0ef7ed",
"mac": "1c:69:7a:0e:f7:ed",
"serial": "G6BE95000H5H"
"mac": "1c:69:7a:0e:f7:ed"
}
}
4 changes: 1 addition & 3 deletions kubernetes/main/bootstrap/talos/matchbox/groups/k8s-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"name": "k8s-2",
"profile": "talos-controller",
"selector": {
"uuid": "1f261432-e23e-6911-841c-1c697a0d62d4",
"mac": "1c:69:7a:0d:62:d4",
"serial": "G6BE948007ML"
"mac": "1c:69:7a:0d:62:d4"
}
}
4 changes: 1 addition & 3 deletions kubernetes/main/bootstrap/talos/matchbox/groups/k8s-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"name": "k8s-3",
"profile": "talos-worker",
"selector": {
"uuid": "3441611f-32cd-1c21-b471-94c691a77b2b",
"mac": "94:c6:91:a7:7b:2b",
"serial": "G6BE84600D6V"
"mac": "94:c6:91:a7:7b:2b"
}
}
4 changes: 1 addition & 3 deletions kubernetes/main/bootstrap/talos/matchbox/groups/k8s-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"name": "k8s-4",
"profile": "talos-worker",
"selector": {
"uuid": "238eb1e5-aaad-5657-4f12-94c691af153d",
"mac": "94:c6:91:af:15:3d",
"serial": "G6BE91200PJH"
"mac": "94:c6:91:af:15:3d"
}
}
4 changes: 1 addition & 3 deletions kubernetes/main/bootstrap/talos/matchbox/groups/k8s-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"name": "k8s-5",
"profile": "talos-worker",
"selector": {
"uuid": "1f261432-e23e-6911-841c-1c697a09bf39",
"mac": "1c:69:7a:09:bf:39",
"serial": "G6BE939004XN"
"mac": "1c:69:7a:09:bf:39"
}
}

0 comments on commit 317d24b

Please sign in to comment.