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

Post-Flight checks before kubelet start #184

Closed
gbraad opened this issue Jun 5, 2019 · 1 comment
Closed

Post-Flight checks before kubelet start #184

gbraad opened this issue Jun 5, 2019 · 1 comment
Assignees
Projects

Comments

@gbraad
Copy link
Contributor

gbraad commented Jun 5, 2019

As part of the VM bringup, we need to make sure the environment is able to run the OpenShift cluster. However, AFTER the VM bringup, we could still experience issues that are related to other resources, like network connectitivity, disk space, etc. These results can indicate and therefore stop the start of kubelet.

For the current timeframe we need to consider two tests; DNS connectivity:

  • is crc.testing and apps-crc.testing returning the expected result? If not, this is an ERROR and prevents further execution
  • is an external resource, like ... available? If not, a WARN should be given but the kubelet could get started.

If WARN we will start the kubelet service. Any startup issues have to be caught in that case with a possible status check, like #68. This is not going to be solved in this issue.

@praveenkumar
Copy link
Member

Done and merged #187

Sprint 167 automation moved this from To do to Done Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Sprint 167
  
Done
Development

No branches or pull requests

2 participants