Skip to content

bug: CLI's route-server remove does not seem to work #4110

Description

@fengzhou-nv

Version

0.8.0

Describe the bug.

nico-cli route-server remove did not seem to work when tried removing a route server. The CLI returned success. However, nico-cli route-server get still shows the route server IP.

Minimum reproducible example

(IPs changed for illustrative purpose only, forge-admin-cli is an alias of nico's cli)

❯ forge-admin-cli route-server remove 1.1.1.2

❯ forge-admin-cli route-server get
+--------------+-------------+
| Address      | Source Type |
+--------------+-------------+
| 1.1.1.1      | ConfigFile  |
+--------------+-------------+
| 1.1.1.2      | ConfigFile  |
+--------------+-------------+
| 1.1.1.3      | ConfigFile  |
+--------------+-------------+

Relevant log output

Other/Misc.

No response

Code of Conduct

  • I agree to follow NVIDIA Infra Controller's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report

Metadata

Metadata

Assignees

Labels

bugA defect in existing software (deprecated - use issue type, but it's needed for reporting now)

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions