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

scenario -- --help is broken by new internal client structure #677

Closed
pinheadmz opened this issue Jan 27, 2025 · 0 comments · Fixed by #709
Closed

scenario -- --help is broken by new internal client structure #677

pinheadmz opened this issue Jan 27, 2025 · 0 comments · Fixed by #709

Comments

@pinheadmz
Copy link
Contributor

The issue is that when we pass -- -- help to learn a scenario's options we actually run the scenario file locally. The problem with that is now we assume scenarios are only run inside the cluster, with access to the kubernetes internal client:

(.venv) --> warnet run scenarios/miner_std.py -- --help
Traceback (most recent call last):
  File "/Users/matthewzipkin/Desktop/work/battle-of-galen-erso/scenarios/miner_std.py", line 5, in <module>
    from commander import Commander
  File "/Users/matthewzipkin/Desktop/work/battle-of-galen-erso/scenarios/commander.py", line 29, in <module>
    with open("/var/run/secrets/kubernetes.io/serviceaccount/namespace") as f:
         ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/run/secrets/kubernetes.io/serviceaccount/namespace'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant