You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've noticed that when SKUPPER_PLATFORM=podman, these CLI commands aren't available: completion, debug, gateway.
This was very confusing for me when trying to setup skupper completion and debug my local site, since it wasn't obvious the commands are only missing for podman. I also found it confusing to follow documentation, since some examples use skupper gateway bind to expose services. I've been able to use skupper service bind when using podman instead.
How To Reproduce
Steps to reproduce the behavior:
export SKUPPER_PLATFORM=podman
run skupper help, observe the missing CLI options. If you've already setup skupper completion, it still shows completion, debug, gateway options, which is very confusing.
Expected behavior
I expected skupper debug and skupper completion to be available.
I wasn't sure if there was a technical reason gateway isn't included, since skupper deployed via podman isn't feature-complete.
If it's expected behaviour that none of these commands are available, I think this should be documented in the CLI and examples featuring podman.
Environment details
Skupper CLI: 1.8.2
Skupper router image version: 2.7.2
Platform: one site in GKE, one in podman 5.3.1 running on Fedora 41
Additional context
I might be able to help fix this issue, since I have a bit of experience with skupper, and am looking to improve my skills.
The text was updated successfully, but these errors were encountered:
Describe the bug
I've noticed that when SKUPPER_PLATFORM=podman, these CLI commands aren't available:
completion, debug, gateway
.This was very confusing for me when trying to setup
skupper completion
and debug my local site, since it wasn't obvious the commands are only missing for podman. I also found it confusing to follow documentation, since some examples useskupper gateway bind
to expose services. I've been able to useskupper service bind
when using podman instead.How To Reproduce
Steps to reproduce the behavior:
export SKUPPER_PLATFORM=podman
run
skupper help
, observe the missing CLI options. If you've already setupskupper completion
, it still showscompletion, debug, gateway
options, which is very confusing.Expected behavior
I expected
skupper debug
andskupper completion
to be available.I wasn't sure if there was a technical reason gateway isn't included, since skupper deployed via podman isn't feature-complete.
If it's expected behaviour that none of these commands are available, I think this should be documented in the CLI and examples featuring podman.
Environment details
Additional context
I might be able to help fix this issue, since I have a bit of experience with skupper, and am looking to improve my skills.
The text was updated successfully, but these errors were encountered: