kubernetes / system-validators

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

question: why not support vfs for kubernetes? #17

Closed zhucan closed 4 years ago

zhucan commented 4 years ago

https://github.com/kubernetes/system-validators/blob/b79073534e2427cf13f6db9f41de1de7fea6a479/validators/types_unix.go#L73 skip the vfs

zhucan commented 4 years ago

@neolit123

neolit123 commented 4 years ago

please open this ticket in kubernetes/kubernetes, add some more detail about your use case and tag the ticket with this command:

/sig node storage

/close

k8s-ci-robot commented 4 years ago

@neolit123: Closing this issue.

In response to [this](https://github.com/kubernetes/system-validators/issues/17#issuecomment-664945501): >please open this ticket in kubernetes/kubernetes, add some more detail about your use case and tag the ticket with this command: >``` >/sig node storage >``` > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
neolit123 commented 4 years ago

if this library (system-validators) is supposed to support vfs we can update it, but it first needs a discussion with the maintainers of the kubelet and storage.

zhucan commented 4 years ago

if this library (system-validators) is supposed to support vfs we can update it, but it first needs a discussion with the maintainers of the kubelet and storage.

Thanks