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

Specify target type in create target group #3269

Closed
wants to merge 8 commits into from
Closed

Specify target type in create target group #3269

wants to merge 8 commits into from

Conversation

steverfrancis
Copy link
Collaborator

Pull Request

Need to specify the --target-type as IP for the target group. Else it defaults to instance ID.

What? (description)

Why? (reasoning)

Acceptance

Please use the following checklist:

  • you linked an issue (if applicable)
  • you included tests (if applicable)
  • you ran conformance (make conformance)
  • you formatted your code (make fmt)
  • you linted your code (make lint)
  • you generated documentation (make docs)
  • you ran unit-tests (make unit-tests)

See make help for a description of the available targets.

steverfrancis and others added 8 commits March 6, 2021 23:10
When creating a target group, the default target type is by instance ID, not IP.
But we reference IPs in the next step....
Grammatical fixes
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.36.0 to 1.36.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.36.0...v1.36.1)

Signed-off-by: dependabot[bot] <support@github.com>
…achinery/google.golang.org/grpc-1.36.1

chore: bump google.golang.org/grpc from 1.36.0 to 1.36.1 in /pkg/machinery
@@ -215,7 +215,8 @@ aws elbv2 create-target-group \
--name talos-aws-tutorial-tg \
--protocol TCP \
--port 6443 \
--vpc-id $VPC
--vpc-id $VPC \
--target-type ip
Copy link
Member

Choose a reason for hiding this comment

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

this got already fixed in some other PR

@smira smira closed this May 18, 2021
smira added a commit to smira/talos that referenced this pull request May 18, 2021
From PR siderolabs#3269

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
@smira
Copy link
Member

smira commented May 18, 2021

extracted changes to #3637

talos-bot pushed a commit that referenced this pull request May 18, 2021
From PR #3269

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
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.

2 participants