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
The hosts section looks more like this nowadays:
hosts: - role: controller+worker ssh: address: 52.37.200.22 keyPath: /home/moshiur/Documents/Github/mke/deployments/mke3/ssh_keys/mke3.pem port: 22 user: ubuntu - role: worker ssh: address: 18.236.186.188 keyPath: /home/moshiur/Documents/Github/mke/deployments/mke3/ssh_keys/mke3.pem port: 22 user: ubuntu installFlags: - --profile=hardworker
The example from https://mirantis.github.io/mke-docs/docs/configuration/kubernetes/kubelet/#apply-a-custom-profile-to-a-node looks outdated:
hosts: - role: single ssh: address: localhost keyPath: ~/.ssh/id_rsa port: 22 user: root installFlags: - --profile=hardworker
The text was updated successfully, but these errors were encountered:
@nsteph @quadespresso Please take a look if you have some time this week.
Sorry, something went wrong.
No branches or pull requests
The hosts section looks more like this nowadays:
The example from https://mirantis.github.io/mke-docs/docs/configuration/kubernetes/kubelet/#apply-a-custom-profile-to-a-node looks outdated:
The text was updated successfully, but these errors were encountered: