Skip to content

Commit

Permalink
Fix skywalking document
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Nov 3, 2023
1 parent 0cde0cf commit d665784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion i18n/zh-cn/docusaurus-plugin-content-blog/skywalking.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ $ kubectl -n higress-system port-forward service/higress-gateway 8080:80
```
3)通过浏览器打开访问上面三个域名

Higress 控制台: [http://console.higress.io:8080](http://console.higress.io:8080),用户名为 admin,登录密码为安装时设定的管理员密码
Higress 控制台: [http://console.higress.io:8080](http://console.higress.io:8080)。首次访问控制台时需要先初始化管理员用户。初始化完成后使用对应的用户名密码登录即可

![img.png](../../../static/img/blog/skywalking/higress1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ if [ "$IS_INSTALLED_CRD" = true ]; then

echo "Step3: Installing Higress "
helm repo add higress.io https://higress.io/helm-charts
helm install higress -n higress-system higress.io/higress --devel --create-namespace --render-subchart-notes --set global.enableIstioAPI=true --set global.kind=true --set higress-console.o11y.enabled=true --set higress-controller.domain=console.higress.io --set higress-console.admin.password=admin
helm install higress -n higress-system higress.io/higress --devel --create-namespace --render-subchart-notes --set global.enableIstioAPI=true --set global.kind=true --set higress-console.o11y.enabled=true --set higress-controller.domain=console.higress.io
echo "Step3: Installing Higress finished."
else
echo "Step2: Installing Higress "
helm repo add higress.io https://higress.io/helm-charts
helm install higress -n higress-system higress.io/higress --devel --create-namespace --render-subchart-notes --set global.enableIstioAPI=true --set global.kind=true --set higress-console.o11y.enabled=true --set higress-controller.domain=console.higress.io --set higress-console.admin.password=admin
helm install higress -n higress-system higress.io/higress --devel --create-namespace --render-subchart-notes --set global.enableIstioAPI=true --set global.kind=true --set higress-console.o11y.enabled=true --set higress-controller.domain=console.higress.io
echo "Step2: Installing Higress finished."
fi

Expand Down

0 comments on commit d665784

Please sign in to comment.