You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate: add support for kubernetes deployment validation with src validate kube subcommand (#926)
* Refactor out shared vars
* Add basic kube validation
* Add pod validation
* Add skeleton for service and connection validation
* Add connection validations
* Add go modules files
* Fix --kubeconfig flag
* Fix line output
* Add usage output to cli
* Fix path in example
* Add quiet flag to suppress output and return exit status only
* Fix exit status to be consistent if there are failures
* Remove TODOs
* Update CHANGELOG.md
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ All notable changes to `src-cli` are documented in this file.
15
15
16
16
-`src codeintel upload` will now upload SCIP indexes (over LSIF indexes) when the target instance supports it. [#897](https://github.com/sourcegraph/src-cli/pull/897)
17
17
18
+
-`src validate kube` adds support for validating Sourcegraph deployments on Kubernetes. Validations include Pods, Services, PVCs, and network connectivity. [#926](https://github.com/sourcegraph/src-cli/pull/926)
0 commit comments