Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kubecdl: use label filter to find the exact cluster
According to https://cloud.google.com/sdk/gcloud/reference/topic/filters#Operator-Terms The operators `=` and `:` are deprecated. If we want to test equality, we should use `key <= value AND key >= value`. Signed-off-by: JenTing Hsiao <[email protected]>
- Loading branch information