Remove a dangling example from zh-cn localization

The file touched by this PR was left dangling in commit
8662b30cd1.
This commit is contained in:
Qiming Teng 2024-09-14 12:12:32 +08:00
parent 9557e72506
commit a3498fe4ab
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: with-affinity-anti-affinity
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/os
operator: In
values:
- linux
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: label-1
operator: In
values:
- key-1
- weight: 50
preference:
matchExpressions:
- key: label-2
operator: In
values:
- key-2
containers:
- name: with-node-affinity
image: registry.k8s.io/pause:2.0