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

Update example for MKE 4 Kubelet Custom Profile #175

Open
moshiurH opened this issue Nov 6, 2024 · 1 comment
Open

Update example for MKE 4 Kubelet Custom Profile #175

moshiurH opened this issue Nov 6, 2024 · 1 comment

Comments

@moshiurH
Copy link
Collaborator

moshiurH commented Nov 6, 2024

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
@moshiurH moshiurH assigned nsteph and quadespresso and unassigned quadespresso and nsteph Nov 6, 2024
@moshiurH
Copy link
Collaborator Author

moshiurH commented Nov 6, 2024

@nsteph @quadespresso
Please take a look if you have some time this week.

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

No branches or pull requests

3 participants