update observability module

This commit is contained in:
2024-06-02 21:34:03 +03:00
parent 4e302c4e8b
commit 3109816dee
10 changed files with 524 additions and 81 deletions

View File

@@ -15,9 +15,10 @@ type Host struct {
}
type Config struct {
WorkDir string
Verbose bool
Credentials struct {
WorkDir string
KubeconfigFile string `yaml:"kubeconfig_file" env-default:"k8s-admin.conf"`
Verbose bool
Credentials struct {
User string `yaml:"user"`
Password string `yaml:"password"`
AskSudoPassword bool `yaml:"ask_sudo_password"`