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
#kubectl get pod ##pod正常
NAME READY STATUS RESTARTS AGE
mysql-wayne-77bbcf9bf9-zvz2q 1/1 Running 0 70m
wayne-backend-779dfc9c8-7w2vj 1/1 Running 0 69m
wayne-frontend-59f669b58f-62nzb 1/1 Running 0 18m
登录页面报错:输入用户admin密码admin
Invalid param
#kubectl logs wayne-backend-779dfc9c8-7w2vj ##日志中保存无法获取body数据,也无法登录
020/08/24 15:50:09.491 [E] [authenticator.go:69] get body error. unexpected end of JSON input
2020/08/24 15:50:09.658 [E] [authenticator.go:69] get body error. unexpected end of JSON input
无法登录!
The text was updated successfully, but these errors were encountered:
#kubectl get pod ##pod正常
NAME READY STATUS RESTARTS AGE
mysql-wayne-77bbcf9bf9-zvz2q 1/1 Running 0 70m
wayne-backend-779dfc9c8-7w2vj 1/1 Running 0 69m
wayne-frontend-59f669b58f-62nzb 1/1 Running 0 18m
登录页面报错:输入用户admin密码admin
Invalid param
#kubectl logs wayne-backend-779dfc9c8-7w2vj ##日志中保存无法获取body数据,也无法登录
020/08/24 15:50:09.491 [E] [authenticator.go:69] get body error. unexpected end of JSON input
2020/08/24 15:50:09.658 [E] [authenticator.go:69] get body error. unexpected end of JSON input
无法登录!
The text was updated successfully, but these errors were encountered: