-
Notifications
You must be signed in to change notification settings - Fork 90
implement ipvs SystsemCheck() #36
Comments
alpine has a weird issue with DLLs and ipvsadm-save in the contaienrs for KPNG, looking into why...
oh nvm, actually |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
In #13 we mentioned that we should check if NFT is correctly setup and
defined an
SystemCheck()
.Lets do the same for IPVS.
Impl details:
if this fails:
Then we definetly are NOT up and running. maybe check the exit code , to confirm (assume ipvsadm help returns 0 normally).
To install ipvsadm:
The text was updated successfully, but these errors were encountered: