mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
// :ks_include_id: e0c9a69a3f7c4dfabc1d964f485628e4
|
|
. 执行以下命令查看日志:
|
|
+
|
|
--
|
|
// Bash
|
|
include::../../../_ks_components/code/bash.adoc[]
|
|
|
|
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-installer -o jsonpath='{.items[0].metadata.name}') -f
|
|
|
|
----
|
|
--
|