Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After vagrant halt, Istio is missing #23

Open
xbl opened this issue Jul 30, 2018 · 6 comments
Open

After vagrant halt, Istio is missing #23

xbl opened this issue Jul 30, 2018 · 6 comments
Assignees
Labels
kind/bug Something that doesn't work

Comments

@xbl
Copy link

xbl commented Jul 30, 2018

环境:

  • Mac
  • vagrant 2.1.2
  • virtualBox: 5.2.16
  • Kubernetes 1.11.0

遇到了几个问题:

  1. 在系统自动挂起之后vm 的时间会不对,没有自动同步,导致 Prometheus 监控数据显示不出来,应该同步时间就可以,不过我没有,而是使用的 vagrant halt ,就导致了另一个问题。
  2. 执行 vagrant halt 按照【重启】 的操作后,之前配置的 Istio 相关所有东西都不见了,包括 istio-system namespace 。
  3. 按照文档重新部署istio ,基本上都会有几个容器部署失败,servicegraph 、 egressgateway 获取其他的,只能vagrant destroy 重头再来。

不知道是我操作的问题还是环境的问题,可以稳定重现。

@rootsongjc rootsongjc added the kind/bug Something that doesn't work label Jul 30, 2018
@rootsongjc
Copy link
Owner

这确实是个问题,因为当你执行了vagrant halt下次再启动虚拟机后时间仍然是上次你停机的时间,不会与当前时间同步,监控上当然看到当前时间的数据,这个问题暂时还没解决。

@xbl
Copy link
Author

xbl commented Jul 30, 2018

谢谢回复~
需要重新按照 Istio 的问题也是因为时间吗?

@rootsongjc
Copy link
Owner

Istio 的问题暂时还不能确定。我没有办法复现你说的那种情况,没次重启后istio的namespace和资源都还在的。

@xbl
Copy link
Author

xbl commented Jul 30, 2018

好吧,有可能是我环境的问题。我先暂时重装吧...谢谢

@rayroot
Copy link

rayroot commented Aug 3, 2018

您好,宋老师,我这边也碰到了halt 后,istio丢失的现象。
vagrant Version: 2.1.2
VirtualBox Manager 5.1.30

@rootsongjc
Copy link
Owner

rootsongjc commented Aug 3, 2018

这个应该算是个bug,目前还没有解决,只能destroy后再up。

@rootsongjc rootsongjc changed the title 执行 vagrant halt 之后Istio 相关的东西就不见了... After vagrant halt, Istio is missing Oct 29, 2018
@rootsongjc rootsongjc self-assigned this Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something that doesn't work
Projects
None yet
Development

No branches or pull requests

3 participants