Update fromsource.md
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
parent
88488dc3e8
commit
f3e1c4791f
|
@ -49,7 +49,17 @@ hack/remote-up-karmada.sh $HOME/.kube/config mycluster
|
|||
|
||||
If everything goes well, at the end of the script output, you will see similar messages as follows:
|
||||
```
|
||||
Karmada is installed.
|
||||
------------------------------------------------------------------------------------------------------
|
||||
█████ ████ █████████ ███████████ ██████ ██████ █████████ ██████████ █████████
|
||||
░░███ ███░ ███░░░░░███ ░░███░░░░░███ ░░██████ ██████ ███░░░░░███ ░░███░░░░███ ███░░░░░███
|
||||
░███ ███ ░███ ░███ ░███ ░███ ░███░█████░███ ░███ ░███ ░███ ░░███ ░███ ░███
|
||||
░███████ ░███████████ ░██████████ ░███░░███ ░███ ░███████████ ░███ ░███ ░███████████
|
||||
░███░░███ ░███░░░░░███ ░███░░░░░███ ░███ ░░░ ░███ ░███░░░░░███ ░███ ░███ ░███░░░░░███
|
||||
░███ ░░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███ ███ ░███ ░███
|
||||
█████ ░░████ █████ █████ █████ █████ █████ █████ █████ █████ ██████████ █████ █████
|
||||
░░░░░ ░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░░ ░░░░░ ░░░░░
|
||||
------------------------------------------------------------------------------------------------------
|
||||
Karmada is installed successfully.
|
||||
|
||||
Kubeconfig for karmada in file: /root/.kube/karmada.config, so you can run:
|
||||
export KUBECONFIG="/root/.kube/karmada.config"
|
||||
|
|
Loading…
Reference in New Issue