You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------------------ 原始邮件 ------------------
发件人: "E11"<[email protected]>;
发送时间: 2020年1月21日(星期二) 凌晨1:54
收件人: "XiaoMi/naftis"<[email protected]>;
抄送: "常莉"<[email protected]>;"Author"<[email protected]>;
主题: Re: [XiaoMi/naftis] 使用nodeport暴露端口,访问后登录时报错 (#108)
兄弟,解决了吗?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Describe the bug
按照github上的步骤进行端口转发失败后,使用nodeport暴露端口,访问后登录时报错。
To Reproduce
Steps :
NAFTIIS_NODEPORT=$(kubectl get svc naftis-ui -n naftis -o jsonpath='{.spec.ports[0].nodePort}')
INGRESS_HOST=$(kubectl get node -o jsonpath='{.items[0].status.addresses[0].address}')
echo "http://$INGRESS_HOST:$NAFTIIS_NODEPORT/naftis-ui/"
app.common.errOthers(405)!
错误页面截图如下:
请帮忙看下这是什么错误?怎么解决?先谢谢各位。
The text was updated successfully, but these errors were encountered: