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

if --filter is used --order-by cannot be used #132

Open
Tchirana opened this issue Dec 6, 2023 · 0 comments
Open

if --filter is used --order-by cannot be used #132

Tchirana opened this issue Dec 6, 2023 · 0 comments

Comments

@Tchirana
Copy link

Tchirana commented Dec 6, 2023

Usefull to have both of these options work.
Weird because with gcloud they do work:
gcloud compute addresses list --filter="name:(xxxx-yyyy)" --sort-by=creationTimestamp
but in kubeip:
kubeip-84h6v kubeip time="2023-12-06T18:15:20Z" level=error msg="failed to assign static public IP address to node gke-xxxxxxx" func=main.assignAddress file="/app/cmd/main.go:97" error="failed to list available addresses: failed to list available addresses: googleapi: Error 400: Invalid value for field 'orderBy': 'creationTimestamp'. Specifying both a list filter and sort order is not currently supported., invalid" version=sha-ce43fbb

sort could be done outside googleapi

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

No branches or pull requests

1 participant