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

Bugs in cloud_init_deploy.py #1109

Open
Anbang-Hu opened this issue May 14, 2020 · 1 comment · Fixed by #1111
Open

Bugs in cloud_init_deploy.py #1109

Anbang-Hu opened this issue May 14, 2020 · 1 comment · Fixed by #1111
Assignees

Comments

@Anbang-Hu
Copy link
Collaborator

  1. time is not imported
    time.sleep(int(filename.split(" ")[1]))
  2. kubernetes_get_node_name is not defined in the file
    nodename = kubernetes_get_node_name(node)

@YinYangOfDao can you take a look?

@YinYangOfDao
Copy link
Contributor

  1. time is not imported
    time.sleep(int(filename.split(" ")[1]))
  2. kubernetes_get_node_name is not defined in the file
    nodename = kubernetes_get_node_name(node)

@YinYangOfDao can you take a look?

fixed here #1111

@Anbang-Hu Anbang-Hu linked a pull request May 14, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants