-
Notifications
You must be signed in to change notification settings - Fork 168
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
adding option to disable builtin cloud controller #202
adding option to disable builtin cloud controller #202
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, could you please fix trailing whitespaces? The rest looks fine to me. https://github.com/lablabs/ansible-role-rke2/actions/runs/8178960201/job/22516426622?pr=202
@MonolithProjects done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
|
||
# Cloud provider to use for the cluster (aws, azure, gce, openstack, vsphere, external) | ||
# applicable only if rke2_disable_cloud_controller is true | ||
rke2_cloud_provider_name: "rke2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the comment above rke2
isn't a valid argument. defaults/main.yml
uses external.
Description
option to disable built-in cloud controller to deploy different cloud controller mostly for on prem and talos CCM
Type of change
How Has This Been Tested?
on my own clusters