diff --git a/.taskfiles/Kubernetes/Taskfile.yaml b/.taskfiles/Kubernetes/Taskfile.yaml index 7e8400eeabdcb..c8b0925c6f290 100644 --- a/.taskfiles/Kubernetes/Taskfile.yaml +++ b/.taskfiles/Kubernetes/Taskfile.yaml @@ -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"] diff --git a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-0.json b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-0.json index 65cb9ba77f756..306196ea874a5 100644 --- a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-0.json +++ b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-0.json @@ -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" } } diff --git a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-1.json b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-1.json index 774a0f158fc82..46a2c6d52df5f 100644 --- a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-1.json +++ b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-1.json @@ -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" } } diff --git a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-2.json b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-2.json index a9f72aaad4317..ed8784f492e6b 100644 --- a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-2.json +++ b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-2.json @@ -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" } } diff --git a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-3.json b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-3.json index 8c38dd93baa27..b63cf06736a16 100644 --- a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-3.json +++ b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-3.json @@ -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" } } diff --git a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-4.json b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-4.json index 75258390665bc..a27c4bc604c44 100644 --- a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-4.json +++ b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-4.json @@ -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" } } diff --git a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-5.json b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-5.json index d3a98db577e31..48f787f6b0a40 100644 --- a/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-5.json +++ b/kubernetes/main/bootstrap/talos/matchbox/groups/k8s-5.json @@ -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" } }