Skip to content

Instantly share code, notes, and snippets.

@dimitropoulos
Created October 11, 2019 20:54
Show Gist options
  • Save dimitropoulos/f9b68c5ac1c2a3927d9aa3546badd0fc to your computer and use it in GitHub Desktop.
Save dimitropoulos/f9b68c5ac1c2a3927d9aa3546badd0fc to your computer and use it in GitHub Desktop.

Count of runs for thing where version is '0.*'

SELECT unique(version) as thing, count(version) as runs 

asdf test

@dimitropoulos
Copy link
Author

kubectl apply --filename my-machine-manifest.yaml
asdf
$ kubectl apply --filename my-machine-manifest.yaml
asdf
kubectl apply --filename my-machine-manifest.yaml
asdf
$ kubectl apply --filename my-machine-manifest.yaml
asdf
kubectl apply --filename my-machine-manifest.yaml
asdf
$ kubectl apply --filename my-machine-manifest.yaml
asdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment