Sangeetha Hariharan

Results 43 comments of Sangeetha Hariharan

Tested with acorn `version v0.6.0-21-gb1b07672+b1b07672` On Acorn install , Network policy is enabled by default - `disableNetworkPolicies: false` Project isolation for ping, http and ssh access works as expected ....

Tested with `acorn version v0.6.0-113-g83b7b9f3+83b7b9f3` On Acorn install , Network policy is enabled by default - `networkPolicies: true` Project isolation for ping, http and ssh access works as expected ....

When containers have published ports , then we are able to reach (http access) this container cross project using podip. This is as expected. Having ingress-controller-namespace set - `acorn install...

Tested with acorn version - `v0.6.0-22-g001834e9+001834e9` There is no dependency on local docker installs anymore. We are able to build images successfully as part of `acorn run` , `acorn build`...

@clemenko This issue should be addressed in the latest acorn version - `v0.6.0`. Please feel free to reopen this issue , If you are still encountering this problem with the...

@sandeep540 In this case we expect error message to referrance `apps.api.acorn.io` instead of `AppInstance.internal.acorn.io`

@randall-coding In your case , if you had deployed the app from the image `my_app` (that you had built) , then building the image `my_app` again and using `acorn update...

Tested with acorn version - `acorn version v0.8.0-rc4-58-gbe49d0bd+be49d0bd` I am not able to sign using openssh keys 1. Generate keys with `ssh-keygen -t rsa` ``` acorn image sign sangeetha/myfirstacorn:v0.0.4 --key...

Tested with acorn version -`v0.8.0-13-gab9787b8+ab9787b8` Able to sign with the following 2 keys successfully: 1. Generated keys generated with `ssh-keygen -t rsa` 2. Generate keys with `ssh-keygen -t ed25519` Still...

I was able to reproduce this issue multiple times following these steps: 1. Delete all existing entries from existing cache repo dir -(~/Library/Caches/gptscript/repos) . 2. Make a change in `examples/story-book/story-book.gpt`...