Results 239 comments of AkiraFukushima

Wait...Crowdin doesn't support Interlingua. https://developer.crowdin.com/language-codes/ I can't find it.

@softinterlingua Sorry for being late. I added Interlingua to crowdin, so you can add translation for it on crowdin.com.

I don't know the bubble timeline, what is this? Is it the original feature of akkoma?

Why do you add a controller parameter? I suppose it's better to use an annotation like `aws-global-accelerator-controller.h3poteto.dev/route53-hostname`. If you use `route53-zone-id` parameter, this controller can handle only one route53 record....

Ah, you mean - We can specify `--route53-zone-ids` parameter for the controller - The controller lists route53 records from the specified hosted zones That's a good idea. If we don't...

> If you prefer to go with a static list of zone ids Hmm, I prefer to go with a static list of zone ids, because it can only handle...

> What about filtering the ingresses/services ? Isn't it enough to have a hosted-zone filter? I think it's better to manage it with annotation rather than controller flags.

Ah, you mean that if I have - two ingres(service) with `kubernetes.io/ingress.class=public` and `kubernetes.io/ingress.class=private` - both of them are using the same domain `*.example.net` - two hosted zones for `example.net`...

If so, is it easy to add annotation instead of controller flags? To archive this requirement, we need two controller flags: - `--kubernetes.io/ingress.class` -> to filter `public` or `private` ingress...

OK, I got it. Please proceed by adding annotations.