-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Benjamin Leggett <[email protected]> Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
- Loading branch information
1 parent
402354f
commit e693683
Showing
16 changed files
with
330 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/7131 | ||
resolvesIssue: true | ||
description: >- | ||
Add `glooctl proxy snapshot` command, which can be pointed at a Gloo Gateway instance and will produce | ||
a zip archive containing all Envoy state, for the purposes of simplified issue reporting and triage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: "glooctl proxy snapshot" | ||
description: "Reference for the 'glooctl proxy snapshot' command." | ||
weight: 5 | ||
--- | ||
## glooctl proxy snapshot | ||
|
||
snapshot complete proxy state for the given instance to an archive | ||
|
||
``` | ||
glooctl proxy snapshot [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for snapshot | ||
--include-eds include EDS in the config snapshot (default true) | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string set the path to the glooctl config file (default "<home_directory>/.gloo/glooctl-config.yaml") | ||
--consul-address string address of the Consul server. Use with --use-consul (default "127.0.0.1:8500") | ||
--consul-allow-stale-reads Allows reading using Consul's stale consistency mode. | ||
--consul-datacenter string Datacenter to use. If not provided, the default agent datacenter is used. Use with --use-consul | ||
--consul-root-key string key prefix for the Consul key-value storage. (default "gloo") | ||
--consul-scheme string URI scheme for the Consul server. Use with --use-consul (default "http") | ||
--consul-token string Token is used to provide a per-request ACL token which overrides the agent's default token. Use with --use-consul | ||
-i, --interactive use interactive mode | ||
--kube-context string kube context to use when interacting with kubernetes | ||
--kubeconfig string kubeconfig to use, if not standard one | ||
--name string the name of the proxy service/deployment to use (default "gateway-proxy") | ||
-n, --namespace string namespace for reading or writing resources (default "gloo-system") | ||
--port string the name of the service port to connect to (default "http") | ||
--use-consul use Consul Key-Value storage as the backend for reading and writing config (VirtualServices, Upstreams, and Proxies) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [glooctl proxy](../glooctl_proxy) - interact with proxy instances managed by Gloo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.