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

Replacing one deployment host with another does not trigger a reconcile #25

Open
Callisto13 opened this issue Dec 7, 2022 · 0 comments
Labels
kind/bug Something isn't working

Comments

@Callisto13
Copy link
Member

start with:

kind: MicrovmDeployment
spec:
  hosts:
  - name: host1
    endpoint: 127.0.0.1:9090

create.

update to:

kind: MicrovmDeployment
spec:
  hosts:
  - name: host2
    endpoint: 127.0.0.1:9091

I should see the RS deleted from host1 and a new one created on host2. Right now nothing has noticed that this has changed

@Callisto13 Callisto13 added the kind/bug Something isn't working label Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant