kubeblocks icon indicating copy to clipboard operation
kubeblocks copied to clipboard

[BUG]elasticsearch/opensearch kbcli cluster update --enable-all-logs=true failed

Open ahjing99 opened this issue 1 year ago • 2 comments

➜ ~ kbcli version Kubernetes: v1.27.3-gke.100 KubeBlocks: 0.7.0-beta.7 kbcli: 0.7.0-beta.7

  1. elasticsearch
     `kbcli cluster update esearch-rbbgat --enable-all-logs=true  --namespace default `

error: failed to reconfigure log variables of target cluster: name is required

  `kbcli cluster list-logs esearch-rbbgat  --namespace default `

No log files found. You can enable the log feature with the kbcli command below.
kbcli cluster update esearch-rbbgat --enable-all-logs=true --namespace default
  1. opensearch
  `kbcli cluster update osearch-mnjdcz --enable-all-logs=true  --namespace default `

error: failed to reconfigure log variables of target cluster: name is required

 `kbcli cluster list-logs osearch-mnjdcz  --namespace default `

No log files found. You can enable the log feature with the kbcli command below.
kbcli cluster update osearch-mnjdcz --enable-all-logs=true --namespace default
  1. weaviate
➜  ~ kbcli cluster list-logs weaviate-gmzmjo            
No log files found. You can enable the log feature with the kbcli command below.
kbcli cluster update weaviate-gmzmjo --enable-all-logs=true --namespace default
➜  ~ kbcli cluster update weaviate-gmzmjo --enable-all-logs=true --namespace default
cluster.apps.kubeblocks.io/weaviate-gmzmjo updated (no change)
➜  ~ kbcli cluster list-logs weaviate-gmzmjo                                        
No log files found. You can enable the log feature with the kbcli command below.
kbcli cluster update weaviate-gmzmjo --enable-all-logs=true --namespace default
  1. qdrant
➜  ~ kbcli cluster list-logs qdrant-reqeam 
No log files found. You can enable the log feature with the kbcli command below.
kbcli cluster update qdrant-reqeam --enable-all-logs=true --namespace default
➜  ~ kbcli cluster update qdrant-reqeam --enable-all-logs=true --namespace default
cluster.apps.kubeblocks.io/qdrant-reqeam updated (no change)
➜  ~ kbcli cluster list-logs qdrant-reqeam                                        
No log files found. You can enable the log feature with the kbcli command below.
kbcli cluster update qdrant-reqeam --enable-all-logs=true --namespace default

ahjing99 avatar Oct 19 '23 08:10 ahjing99