We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
time
DLWorkspace/src/ClusterBootstrap/cloud_init_deploy.py
Line 788 in 858b5ca
kubernetes_get_node_name
Line 222 in 858b5ca
@YinYangOfDao can you take a look?
The text was updated successfully, but these errors were encountered:
time is not imported DLWorkspace/src/ClusterBootstrap/cloud_init_deploy.py Line 788 in 858b5ca time.sleep(int(filename.split(" ")[1])) kubernetes_get_node_name is not defined in the file DLWorkspace/src/ClusterBootstrap/cloud_init_deploy.py Line 222 in 858b5ca nodename = kubernetes_get_node_name(node) @YinYangOfDao can you take a look?
fixed here #1111
Sorry, something went wrong.
YinYangOfDao
Successfully merging a pull request may close this issue.
time
is not importedDLWorkspace/src/ClusterBootstrap/cloud_init_deploy.py
Line 788 in 858b5ca
kubernetes_get_node_name
is not defined in the fileDLWorkspace/src/ClusterBootstrap/cloud_init_deploy.py
Line 222 in 858b5ca
@YinYangOfDao can you take a look?
The text was updated successfully, but these errors were encountered: