Navigation :
Getting Started
What is Gloo Edge?
Setup
Guides
Operations
Reference
-
API Reference
-
Command Line Reference
-- glooctl
-- glooctl add
-- glooctl add route
-- glooctl check
-- glooctl cluster
-- glooctl cluster deregister
-- glooctl cluster list
-- glooctl cluster register
-- glooctl completion
-- glooctl create
-- glooctl create authconfig
-- glooctl create secret
-- glooctl create secret apikey
-- glooctl create secret aws
-- glooctl create secret azure
-- glooctl create secret header
-- glooctl create secret oauth
-- glooctl create secret tls
-- glooctl create upstream
-- glooctl create upstream aws
-- glooctl create upstream azure
-- glooctl create upstream consul
-- glooctl create upstream ec2
-- glooctl create upstream kube
-- glooctl create upstream static
-- glooctl create upstreamgroup
-- glooctl create virtualservice
-- glooctl dashboard
-- glooctl debug
-- glooctl debug logs
-- glooctl debug yaml
-- glooctl delete
-- glooctl delete proxy
-- glooctl delete upstream
-- glooctl delete upstreamgroup
-- glooctl delete virtualservice
-- glooctl demo
-- glooctl demo federation
-- glooctl edit
-- glooctl edit route
-- glooctl edit route externalauth
-- glooctl edit route ratelimit
-- glooctl edit route ratelimit client-config
-- glooctl edit settings
-- glooctl edit settings externalauth
-- glooctl edit settings ratelimit
-- glooctl edit settings ratelimit server-config
-- glooctl edit upstream
-- glooctl edit virtualservice
-- glooctl edit virtualservice ratelimit
-- glooctl edit virtualservice ratelimit client-config
-- glooctl get
-- glooctl get authconfig
-- glooctl get proxy
-- glooctl get routetable
-- glooctl get upstream
-- glooctl get upstreamgroup
-- glooctl get virtualservice
-- glooctl get virtualservice route
-- glooctl install
-- glooctl install federation
-- glooctl install gateway
-- glooctl install gateway enterprise
-- glooctl install ingress
-- glooctl install knative
-- glooctl istio
-- glooctl istio enable-mtls
-- glooctl istio inject
-- glooctl istio uninject
-- glooctl plugin
-- glooctl plugin list
-- glooctl proxy
-- glooctl proxy address
-- glooctl proxy dump
-- glooctl proxy logs
-- glooctl proxy served-config
-- glooctl proxy stats
-- glooctl proxy url
-- glooctl remove
-- glooctl remove route
-- glooctl route
-- glooctl route sort
-- glooctl uninstall
-- glooctl uninstall federation
-- glooctl upgrade
-- glooctl version
-
Changelog
- Helm Chart Values
- Gloo Edge Port Reference
- Internal Usage Statistics
- Release Support
Contributing
glooctl cluster
glooctl cluster
Cluster commands
Synopsis
Commands related to managing multiple clusters
glooctl cluster [flags]
Options
-h, --help help for cluster
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-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 for 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
--kubeconfig string kubeconfig to use, if not standard one
--use-consul use Consul Key-Value storage as the backend for reading and writing config (VirtualServices, Upstreams, and Proxies)
SEE ALSO