Skip to content

[Bug]: Phantom priority changes detected #2688

@jvstme

Description

@jvstme

Steps to reproduce

  1. Apply this configuration.
    type: service
    name: test-service
    gateway: false
    image: nginx
    port: 80
    replicas: 1
  2. Apply this configuration.
    type: service
    name: test-service
    gateway: false
    image: nginx
    port: 80
    replicas: 2

Actual behaviour

> dstack apply

Active run test-service already exists. Detected configuration changes that can be updated in-place: ['replicas', 'priority']
Update the run? [y/n]:

Expected behaviour

> dstack apply

Active run test-service already exists. Detected configuration changes that can be updated in-place: ['replicas']
Update the run? [y/n]:

dstack version

0.19.11rc1

Server logs

Additional information

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions