-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28e1837
commit 302c236
Showing
3 changed files
with
59 additions
and
0 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
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,29 @@ | ||
--- | ||
title: "odigos config" | ||
sidebarTitle: "odigos config" | ||
--- | ||
## odigos config | ||
|
||
Manage Odigos configuration | ||
|
||
### Synopsis | ||
|
||
Manage Odigos configuration settings, including WebSocket URLs and other parameters. | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for config | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--kube-context string (optional) name of the kubeconfig context to use | ||
--kubeconfig string (optional) absolute path to the kubeconfig file (default "KUBECONFIG") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [odigos](/cli/odigos) - Automate OpenTelemetry Observability in Kubernetes | ||
* [odigos config set](/cli/odigos_config_set) - Set a configuration property in Odigos |
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,29 @@ | ||
--- | ||
title: "odigos config set" | ||
sidebarTitle: "odigos config set" | ||
--- | ||
## odigos config set | ||
|
||
Set a configuration property in Odigos | ||
|
||
``` | ||
odigos config set <property> <value> [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for set | ||
-n, --namespace string Namespace where Odigos is installed (default "odigos-system") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--kube-context string (optional) name of the kubeconfig context to use | ||
--kubeconfig string (optional) absolute path to the kubeconfig file (default "KUBECONFIG") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [odigos config](/cli/odigos_config) - Manage Odigos configuration |