Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meshnet - update node selector #589

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DamianZaremba
Copy link

The current manifest results in a warning:

W0105 09:36:05.398257   83130 run.go:29] (kubectl): Warning: spec.template.spec.nodeSelector[beta.kubernetes.io/arch]: deprecated since v1.14; use "kubernetes.io/arch" instead

Originally (9c3f3a) the kubernetes.io/arch label was used, until it was swapped to beta.kubernetes.io/arch in 36b380.

The current documentation references 1.27.3, with the latest release being 1.32.0. The referenced version at the time of 36b380 was 1.24.1.

The current manifest results in a warning:
```
W0105 09:36:05.398257   83130 run.go:29] (kubectl): Warning: spec.template.spec.nodeSelector[beta.kubernetes.io/arch]: deprecated since v1.14; use "kubernetes.io/arch" instead
```

Originally (9c3f3a) the `kubernetes.io/arch` label was used, until it
was swapped to `beta.kubernetes.io/arch` in 36b380.

The current documentation references `1.27.3`, with the latest release
being `1.32.0`. The referenced version at the time of 36b380 was
`1.24.1`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant