Ramiro Berrelleza

Results 44 issues of Ramiro Berrelleza

I was trying to add Lens to arkade. When trying to download it on a mac, arkade failed to unzip the file. ## Expected Behaviour Lens would be downloaded, extracted,...

What's the recommendation on handling binaries that are not available on the users OS or arch? E.g. I'm looking into adding [kubie](https://github.com/sbstp/kubie/releases), but they only have binaries for linux and...

**Describe the bug** I have a lot of `kubeconfig-*` files in my $HOME/.okteto folder ``` ❯ ls /Users/ramiro/.okteto/kubeconfig* /Users/ramiro/.okteto/kubeconfig-angular-ngrx-nx-realworld-example-app-1651536984400 /Users/ramiro/.okteto/kubeconfig-angular-ngrx-nx-realworld-example-app-1651537004152 /Users/ramiro/.okteto/kubeconfig-angular-ngrx-nx-realworld-example-app-1651537044943 /Users/ramiro/.okteto/kubeconfig-angular-ngrx-nx-realworld-example-app-1651537110077 /Users/ramiro/.okteto/kubeconfig-angular-ngrx-nx-realworld-example-app-1651537854515 /Users/ramiro/.okteto/kubeconfig-angular-ngrx-nx-realworld-example-app-1651538194227 /Users/ramiro/.okteto/kubeconfig-compose-getting-started /Users/ramiro/.okteto/kubeconfig-examples-1654540413209 /Users/ramiro/.okteto/kubeconfig-movies-1659592615990 /Users/ramiro/.okteto/kubeconfig-movies-1659592641292 /Users/ramiro/.okteto/kubeconfig-movies-api-1653533762785 /Users/ramiro/.okteto/kubeconfig-movies-frontend-1653532416131...

bug
medium
epsilon

Trying to deploy [this compose file](https://opendev.org/zuul/zuul/src/branch/master/doc/source/examples/docker-compose.yaml) fails with : ``` => ERROR [3/3] COPY ../../../tools/ /var/zuul-tools/:z 0.0s ------ > [3/3] COPY ../../../tools/ /var/zuul-tools/:z: ------ x Error deploying compose: error building...

keep
enhancement
epsilon

**Describe the bug** ``` okteto -l debug context use https://cloud.okteto.com/ INFO[0000] started okteto -l debug context use https://cloud.okteto.com/ INFO[0000] authenticating with browser code INFO[0000] couldn't access the network: lookup localhost...

feature
keep
community reported
medium

**Describe the bug** Running `okteto context show` shows the the following: ``` ❯ okteto context list Name Namespace Builder Registry https://cloud.okteto.com rberrelleza tcp://buildkit.cloud.okteto.net:1234 registry.cloud.okteto.net https://demo.okteto.dev * rberrelleza tcp://buildkit.demo.okteto.dev:1234 registry.demo.okteto.dev https://ramiro.okteto.dev...

medium
epsilon

**Describe the bug** When I have a manifest that includes dependencies, running "okteto deploy" deploys the resources described in the manifest + the dependencies. When I then run "okteto destroy",...

keep

**Describe the bug** If I have a badly formatted okteto.yml, I get this error: ``` Invalid manifest: - line 2: cannot unmarshal !!str `todo-list` into model.ManifestBuild See https://okteto.com/docs/reference/manifest/ for details...

keep
epsilon

**To Reproduce** I defined an okteto.yml like this: ``` name: app build: api: context: api frontend: context: frontend deploy: - helm upgrade --install movies chart --set api.image=${OKTETO_BUILD_API_IMAGE} --set frontend.image=${OKTETO_BUILD_FRONTEND_IMAGE} dev:...

bug
high
epsilon

**Describe the bug** ![image](https://user-images.githubusercontent.com/475313/160494183-a19c96a4-5577-4a07-bc91-c9a138d9974b.png) **Desktop (please complete the following information):** - OS: Windows **Additional context** I'm waiting on the user to confirm the windows version and installation method

keep