-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Automatically apply fixes to hosts file #8173
Conversation
- removed bug in sleep command - added build to deploy command
return ctypes.windll.shell32.IsUserAnAdmin() == 1 | ||
|
||
|
||
def wsl2_disable_auto_hosts() -> None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Yash , could you remind me again, on why we remove this?
changedir = {toxinidir}/packages/grid | ||
description = Start local Kubernetes registry & cluster with k3d | ||
changedir = {toxinidir} | ||
passenv=* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Why do we pass in all the environment variables?
[testenv:dev.k8s.info] | ||
description = Gather info about the localKubernetes cluster | ||
passenv=HOME, USER | ||
ignore_errors = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Why do we ignore errors at this place?
description = Destroy both local Kubernetes cluster and registry | ||
changedir = {toxinidir} | ||
passenv=HOME, USER | ||
ignore_errors=True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Why do we ignore error at this place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @yashgorana , left only some questions
Description
Relates to https://github.com/OpenMined/Heartbeat/issues/780
Affected Dependencies
List any dependencies that are required for this change.
How has this been tested?
Checklist