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
执行到这里的时候失败,提示no resource ,有可能是啥原因?我配置了loadbalance.ip有关系吗?
The text was updated successfully, but these errors were encountered:
可以把inventory内容和group_vars/all.yml中loadbalance段的配置贴出来看一下
Sorry, something went wrong.
No branches or pull requests
shell: "kubectl get node | grep {{ hostvars[item].hostname.split('-')[-2:] | join('-') | lower }}-{{ item }}"
register: master_status
until: '"Ready" in master_status.stdout'
retries: 5
delay: 3
delegate_to: "{{ groups['master'][0] }}"
with_items:
tags:
执行到这里的时候失败,提示no resource ,有可能是啥原因?我配置了loadbalance.ip有关系吗?
The text was updated successfully, but these errors were encountered: