We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7074e9a + 1a461cb commit 7999bd0Copy full SHA for 7999bd0
build/config.json
@@ -152,7 +152,7 @@
152
"downloadUrl": "https://github.com/rvm/rvm"
153
},
154
"kubectl": {
155
- "versionCommand": "kubectl version --client | grep -oP 'GitVersion\\s*:\\s*\\\"v\\K[0-9]+\\.[0-9]+\\.[0-9]+'",
+ "versionCommand": "kubectl version --client --output=json | jq '.clientVersion .gitVersion'",
156
"path": "/usr/local/bin",
157
"downloadUrl": "https://github.com/kubernetes/kubectl"
158
0 commit comments