kubernetes / system-validators

A set of system-oriented validators for kubeadm preflight checks.
Apache License 2.0
35 stars 27 forks source link

github.com/pkg/errors is archived #33

Closed pacoxu closed 1 year ago

pacoxu commented 1 year ago

https://github.com/kubernetes/system-validators/blob/737f948078e6648f34337a8aaff892f1d846bf6b/go.mod#L7

https://github.com/kubernetes/kubernetes/issues/113627#issuecomment-1308742508 should we use it in this project? Or will we keep this similar with kubeadm?

neolit123 commented 1 year ago

i remember that system validators were imported not only in kubeadm but also in k/k/test node e2e. not sure if still true.

in any case, probably best to not import it here to avoid other k8s components and third party users depending on it.