remove old code -- different hardware now supported.

This commit is contained in:
Joseph Hanson 2024-10-11 12:17:21 -05:00
parent 487976e388
commit efb553e50b
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -21,15 +21,6 @@ spec:
- key: feature.node.kubernetes.io/system-os_release.VERSION_ID - key: feature.node.kubernetes.io/system-os_release.VERSION_ID
operator: NotIn operator: NotIn
values: ["${TALOS_VERSION}"] values: ["${TALOS_VERSION}"]
- key: kubernetes.io/hostname
operator: NotIn
values: ["gandalf-01", "shadowfax-01"]
# - key: factory.talos.dev/schematic-id.part-0
# operator: In
# values: ["${TALOS_SCHEMATIC_ID:0:32}"]
# - key: factory.talos.dev/schematic-id.part-1
# operator: In
# values: ["${TALOS_SCHEMATIC_ID:32}"]
tolerations: tolerations:
- key: CriticalAddonsOnly - key: CriticalAddonsOnly
operator: Exists operator: Exists