You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be `spec.template.spec.affinity` instead of `spec.template.affinity`.
```
$ explain deploy.spec.template.spec.affinity
GROUP: apps
KIND: Deployment
VERSION: v1
FIELD: affinity <Affinity>
...
```
```
$ k explain deploy.spec.template.affinity
GROUP: apps
KIND: Deployment
VERSION: v1
error: field "affinity" does not exist
```
0 commit comments