yang-wang11
yang-wang11
I found the feature `specify static IPs for AWS Network load balancer` only available when creating a new NLB https://github.com/kubernetes/kubernetes/blob/c1e69551be1a72f0f8db6778f20658199d3a686d/staging/src/k8s.io/legacy-cloud-providers/aws/aws_loadbalancer.go#L169-L174 However, I found the AWS official document already supports `Assign...
### Enhancement Description - One-line enhancement description (can be used as a release note): there have some cloud providers own their LB controller([aws-load-balancer-controller ](https://github.com/kubernetes-sigs/aws-load-balancer-controller/)), not sure is there have any...
Please see the AWS official guide for [allocate-address](https://docs.aws.amazon.com/cli/latest/reference/ec2/allocate-address.html); there is allowed to assign a tag for the IP address (`--tag-specifications`). ```shell allocate-address [--domain ] [--address ] [--public-ipv4-pool ] [--network-border-group ]...
[Bug] `couldn't find EIP resource` when create multiple EIPs at the same time with a output variable
### Terraform Core Version v0.15 ### AWS Provider Version v4.54.0 ### Affected Resource(s) EIP resource ### Expected Behavior all the EIPs will be created successfully with zero error ### Actual...
**What this PR does / why we need it**: **Which issue this PR fixes(if applicable)**: fixes #2443 **Special notes for reviewers**: **Release note**: ```release-note Enable OCCM to reassign the new...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: If the annotation [`ZoneMaps`](https://github.com/kubernetes/cloud-provider-alibaba-cloud/blob/master/pkg/controller/service/nlbv2/loadbalancer.go#L32) exists, we should take into account; enhances...
#### What would you like to be added: the Ali cloud provider follows the rule designed for the Kubernetes service interface. if the user assigns a public IP to the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) kong:3.1.1 ### Current Behavior I’ve encountered an issue...
Multiple JWT Secrets Causing "Invalid Signature" Due to Incorrect Validation Order in KongConsumer
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I’ve encountered an issue with the JWT plugin when using multiple...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Our team is currently using KIC 2.9 with Kong 3.3(dbless mode),...