使用nodeport暴露端口,访问后登录时报错
cll011 opened this issue · 1 comments
cll011 commented
Describe the bug
按照github上的步骤进行端口转发失败后,使用nodeport暴露端口,访问后登录时报错。
To Reproduce
Steps :
- 端口转发失败后,我修改了naftis.yaml,将LoadBalance改为了NodePort,然后replace naftis.yaml;
- 之后就执行暴露端口的命令:
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/" - 执行后,输出地址:http://192.168.217.100:30326/naftis-ui/,然后用google浏览器访问;
- 访问后出现了naftis的登录页面,输入初始用户名admin和密码admin后,右上角出现:Notification
app.common.errOthers(405)!
错误页面截图如下:
请帮忙看下这是什么错误?怎么解决?先谢谢各位。
cll011 commented
解决了,不好意思才看见,你现在解决了吗?我记得回复过了,用Nginx做个反向代理,然后端口转发进行访问。
…------------------ 原始邮件 ------------------
发件人: "E11"<notifications@github.com>;
发送时间: 2020年1月21日(星期二) 凌晨1:54
收件人: "XiaoMi/naftis"<naftis@noreply.github.com>;
抄送: "常莉"<1406329059@qq.com>;"Author"<author@noreply.github.com>;
主题: 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.