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
Since I am on a Windows box, where as I learned in another issue here the playground doesn't work, I installed aperture controller and agent using the helm charts in a local minikube.
I wrote a simple test app, which seems to connect to aperture just fine. I now want to create a rate limiting policy. Alas, the only docs about creating policies I found are either using the SaaS UI or using aperturectl. Alas, there is no Windows binary for aperturectl, so I tried running it from my WSL environment (Ubuntu 20.04). Unfortunately, this fails with
panic: rename /home/<USER>/.aperturectl/blueprints/github.com_fluxninja_aperture_blueprints@latest/.tmp/99a20cdfe3f0988106437d12e0a11aee1975499189/1.24 /home/<USER>/.aperturectl/blueprints/github.com_fluxninja_aperture_blueprints@latest/github.com/jsonnet-libs/k8s-libsonnet/1.24: no such file or directory
Same when I specify a version
Describe the bug
aperturectl blueprints list (version 2.34.0) fails in a WSL environment (Ubuntu 20.04)
panic: rename /home/<USER>/.aperturectl/blueprints/github.com_fluxninja_aperture_blueprints@latest/.tmp/99a20cdfe3f0988106437d12e0a11aee1975499189/1.24 /home/<USER>/.aperturectl/blueprints/github.com_fluxninja_aperture_blueprints@latest/github.com/jsonnet-libs/k8s-libsonnet/1.24: no such file or directory
or
panic: rename /home/<USER>/.aperturectl/blueprints/[email protected]/.tmp/99a20cdfe3f0988106437d12e0a11aee1975499189/1.24 /home/<USER>/.aperturectl/blueprints/[email protected]/github.com/jsonnet-libs/k8s-libsonnet/1.24: no such file or directory
respectively.
When checking the tar.gz it downloads, in my case
I can see that this archive only contains versions 1.26 to 1.29. Not sure why aperture thinks that my k8s version is 1.24, can someone shed some light on this?
What did you expect to see?
I see the blueprints available
What did you see instead?
The error message mentioned above
What version did you use?
2.34.0
What config did you use?
none (should there be any kind of config for aperturectl?)
OS: WSL with Ubuntu 20.04 distro
The text was updated successfully, but these errors were encountered:
I meanwhile tried this on an Ubuntu 22.04.3 LTS WSL distro and on a regular CentOS box, same result.
I also tried this with different versions (2.34.0, 2.31.1, 2.30.1), always getting the corresponding linux-amd64 binary from the releases page. Same result.
jgoeres
changed the title
"aperturectl blueprints list" fails in a WSL environment (Ubuntu 20.04)
"aperturectl blueprints list" fails in a WSL (and other Linux) environments (Ubuntu 20.04, 22.04)
Apr 25, 2024
Since I am on a Windows box, where as I learned in another issue here the playground doesn't work, I installed aperture controller and agent using the helm charts in a local minikube.
I wrote a simple test app, which seems to connect to aperture just fine. I now want to create a rate limiting policy. Alas, the only docs about creating policies I found are either using the SaaS UI or using aperturectl. Alas, there is no Windows binary for aperturectl, so I tried running it from my WSL environment (Ubuntu 20.04). Unfortunately, this fails with
Same when I specify a version
Describe the bug
aperturectl blueprints list (version 2.34.0) fails in a WSL environment (Ubuntu 20.04)
Steps to reproduce
Get the debian package from https://github.com/fluxninja/aperture/releases/tag/v2.34.0, install as usual with
Run aperturectl with either
or
it will fail with
or
respectively.
When checking the tar.gz it downloads, in my case
I can see that this archive only contains versions 1.26 to 1.29. Not sure why aperture thinks that my k8s version is 1.24, can someone shed some light on this?
What did you expect to see?
I see the blueprints available
What did you see instead?
The error message mentioned above
What version did you use?
2.34.0
What config did you use?
none (should there be any kind of config for aperturectl?)
OS: WSL with Ubuntu 20.04 distro
The text was updated successfully, but these errors were encountered: