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

fix: have a default worker group #27

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

frezbo
Copy link
Member

@frezbo frezbo commented Aug 28, 2023

Make sure there's a default worker group. Also bump TF provider.

Make sure there's a default worker group. Also bump TF provider.

Signed-off-by: Noel Georgi <[email protected]>
@frezbo
Copy link
Member Author

frezbo commented Aug 28, 2023

/m

@talos-bot talos-bot merged commit fb2a9cb into siderolabs:main Aug 28, 2023
1 check passed
@frezbo frezbo deleted the fix/aws-worker-group branch August 28, 2023 14:50
Copy link
Member

@TimJones TimJones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to have to trust you on this one because it is impossible to see changes with the bump of the tf version mixed in 😅

@@ -384,6 +384,6 @@ data "talos_cluster_kubeconfig" "this" {

client_configuration = talos_machine_secrets.this.client_configuration
endpoint = module.talos_control_plane_nodes.0.public_ip
node = module.talos_control_plane_nodes.0.public_ip
node = module.talos_control_plane_nodes.0.private_ip
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can switch back to private address since the TF provider bug is fixed

@@ -55,7 +55,9 @@ variable "worker_groups" {
)
error_message = "The ami_id value must be a valid AMI id, starting with \"ami-\"."
}
default = []
default = [{
name = "default"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the actual change

@frezbo
Copy link
Member Author

frezbo commented Aug 28, 2023

I'm going to have to trust you on this one because it is impossible to see changes with the bump of the tf version mixed in 😅

added comments, I'll add the lingust generated for these files in the next PR

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 this pull request may close these issues.

4 participants