Sangeetha Hariharan
Sangeetha Hariharan
@iwilltry42 I am still able to reproduce this issue in local cluster following the exact steps mentioned in the issue. As mentioned in the issue , I will be able...
@iwilltry42 Seems like when I sign `sangeetha/testbug:v0.0.1` and try to deploy `docker.io/sangeetha/testbug:v0.0.#` , it works as expected as long as there is no local images (which is not signed). Following...
This issue is seen only when testing with my local cluster were storage-class is `local-path`. I see it work as expected when testing in hub server where storage-class is `ebs-retain`.
Also should we allow for service acorn apps to be stopped/started using `acorn stop` and `acorn start` ?
This issue is seen with setting profile as well. ``` acorn run -n yy -f Acornfileprofile --profile one ✗ ERROR: unknown flag: --profile sangeethahariharan@Sangeethas-MacBook-Pro amltest % cat Acornfileprofile args: {...
Able to set args and profiles with "-f" when using "--" . Both the commands work with Acornfile provided in the above comments. ` acorn run -n y1 -f Acornfileprofile...
Tested with acorn version - `v0.9.0-rc1-22-g08c68cf2+08c68cf2` I get "✗ ERROR: failed to import private key: invalid key file" error when trying to use the key in `"$(cat sangeegh1)"` format. ```...
@iwilltry42 This issue seems to specific to this 1 image that has lot of tags. If i leave the command to run long enough, it times out ``` acorn run...
This issue is addressed in the latest version. We get "No *.exe files were found in the examples/ directory." error as output when `sys.tool` finds no matching file to return.
Closing this issue since we get an output stating that no files are found.