Re: listing files: issue walking releases: open charts/my-app too many open files

64 views
Skip to first unread message
Message has been deleted
Message has been deleted

Brian de Alwis

unread,
Dec 7, 2021, 7:50:07 PM12/7/21
to Ryan Efendy, skaffold-users
I’m sorry Ryan, I’m your message was amongst many that got caught by my spam filter.

This is a known issue: our darwin/arm64 binary doesn’t use the native FSEvents support for monitoring file changes.


It’s caused by a problem with our build release process that we hope to have fixed this week.  There are two workarounds: (1) download and use the darwin/amd64 binary with Rosetta, or (2) download the release source and build it by hand (`make install`; requires the Go toolchain).

Brian.

On Tue, Nov 9, 2021 at 11:44 AM Ryan Efendy <ryanef...@gmail.com> wrote:
Adding additional logs:

Running: skaffold dev -v info --port-forward --rpc-http-port 64180 --filename /Users/ryanefendy/Documents/gopuff/payments-service/skaffold.yaml --wait-for-deletions-max 2m0s --wait-for-connection
starting gRPC server on port 64186
starting gRPC HTTP server on port 64180 (proxying to 64186)
Skaffold &{Version:v1.34.0 ConfigVersion:skaffold/v2beta25 GitVersion: GitCommit:22cfab75ffb305e7af220910af2f48d0a5c0e6af BuildDate:2021-10-27T00:34:25Z GoVersion:go1.16beta1 Compiler:gc Platform:darwin/arm64 User:}
Loaded Skaffold defaults from \"/Users/ryanefendy/.skaffold/config\"
Using kubectl context: docker-desktop
build concurrency first set to 1 parsed from *local.Builder[0]
final build concurrency value is 1
Listing files to watch...
List generated in 115.554125ms
Generating tags...
Checking cache...
Tags generated in 50.266209ms
Cache check completed in 856.951042ms
Tags used in deployment:
Starting deploy...
Deploying with helm v3.6.3 ...
Helm release payments-service not installed. Installing...
Building helm dependencies...
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 2 charts
Downloading redis from repo https://charts.bitnami.com/bitnami
Downloading postgresql from repo https://charts.bitnami.com/bitnami
Deleting outdated charts
W1109 08:37:43.407518 34408 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
W1109 08:37:44.205835 34408 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
NAME: payments-service
LAST DEPLOYED: Tue Nov 9 08:37:43 2021
NAMESPACE: local-payments
STATUS: deployed
REVISION: 1
W1109 08:37:46.888837 34324 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
Deploy completed in 10.499 seconds
Waiting for deployments to stabilize...
- local-payments:deployment/payments-service: waiting for rollout to finish: 0 of 1 updated replicas are available...
- local-payments:deployment/payments-service is ready.
Deployments stabilized in 11.426 seconds
Port forwarding service/redis-replicas in namespace local-payments, remote port 6379 -> http://127.0.0.1:6379
Port forwarding service/redis-master in namespace local-payments, remote port 6379 -> http://127.0.0.1:6380
Port forwarding service/postgresql in namespace local-payments, remote port 5432 -> http://127.0.0.1:5432
Port forwarding service/payments-service in namespace local-payments, remote port 80 -> http://127.0.0.1:4503
Port forwarding service/postgresql-headless in namespace local-payments, remote port 5432 -> http://127.0.0.1:5433
Port forwarding service/redis-headless in namespace local-payments, remote port 6379 -> http://127.0.0.1:6381
Press Ctrl+C to exit
Streaming logs from pod: payments-service-7fccbdc75b-nvqv6 container: payments-service
Streaming logs from pod: payments-service-7fccbdc75b-nvqv6 container: wait-for-postgres
[wait-for-postgres]waiting for postgres
[wait-for-postgres]waiting for postgres
[wait-for-postgres]waiting for postgres
[wait-for-postgres]waiting for postgres
files modified: [charts/payments-service/charts/postgresql-10.13.4.tgz charts/payments-service/charts/redis-15.5.4.tgz]
Cleaning up...
deployer cleanup:pipe: too many open files
[payments-service]
[payments-service]> payments-service @1.0.0 migrate:up
[payments-service]> ts-node ./node_modules/typeorm/cli.js migration:run
[payments-service]
listing files: issue walking releases: too many open files
Skaffold exited with code 1.
Cleaning up...
W1109 08:38:04.450505 34592 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
release "payments-service" uninstalled

On Tuesday, November 9, 2021 at 8:41:59 AM UTC-8 Ryan Efendy wrote:
Expected behavior: My app would deployed and spin-up without any issues.

Actual behavior: 
Streaming logs from pod: my-app-7fccbdc75b-f9xs4 container: my-app
Streaming logs from pod: my-app-7fccbdc75b-f9xs4 container: wait-for-postgres
[wait-for-postgres]waiting for postgres
[wait-for-postgres]waiting for postgres
[wait-for-postgres]waiting for postgres
[wait-for-postgres]waiting for postgres
[wait-for-postgres]waiting for postgres
[wait-for-postgres]waiting for postgres
[wait-for-postgres]waiting for postgres
files modified: [.git/FETCH_HEAD charts/my-app/charts/postgresql-10.13.4.tgz charts/my-app/charts/redis-15.5.4.tgz]
Cleaning up...
deployer cleanup:open /dev/null: too many open files
[my-app]
[my-app]> my-app @1.0.0 migrate:up
[my-app]> ts-node ./node_modules/typeorm/cli.js migration:run
[my-app]
listing files: issue walking releases: open charts/my-app: too many open files
Skaffold exited with code 1.
Cleaning up...
W1109 08:32:31.138969 32927 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
release "my-app" uninstalled

Information
- Skaffold version: v1.34.0 tried both skaffold-darwin-amd64 and skaffold-darwin-arm64
- Apple M1 & Operating system: macOS Big Sur Version 11.5.2

I shared this in an existing GitHub issue: https://github.com/GoogleContainerTools/skaffold/issues/6072

Any suggestion/recommendation here?

--
You received this message because you are subscribed to the Google Groups "skaffold-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skaffold-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skaffold-users/c9e13cca-e960-4e59-9149-444b87e41cf5n%40googlegroups.com.

Nauman ALI

unread,
Dec 21, 2021, 6:21:51 AM12/21/21
to skaffold-users

Hi,


I am a link builder and Content manager and have a collection of quality sites for Guest Posting.  That is the perfect way to boost traffic to your website this winter!


This digital marketing super strategy combines the benefits of content marketing and SEO (Search Engine Optimization) in one easy step!


Take that step today and start seeing the amazing results that guest posts can bring to your website.


If you are interested then let me know I am ready to send you quality sites where you can publish a guest post.


Here are some quality Blog


Check this High Authority Discounted Link

https://docs.google.com/spreadsheets/d/1Pov0e-PRsGoXEpqYRcAOLT26NiXcribiZXw1MZ3rwbQ/edit?usp=sharing



Check this Link [$30 Per Post and Link Insertion also Available]

https://docs.google.com/spreadsheets/d/1tOfuTbWtZ7JAZg38Lq2J5bEc4qsGhO21ZKg8xGknfzU/edit?usp=sharing



Check this Link [$50 Per Post]

https://docs.google.com/spreadsheets/d/1Et7UE65L8noAXbStQEqzPWah-Sid-lD8nL-uuaQ8vt8/edit?usp=sharing



I am waiting for your new order.


Thanks & Regards.

Reply all
Reply to author
Forward
0 new messages