soharab-ic

Results 24 comments of soharab-ic

@thoma01 Creating routes with same name across different namespaces are allowed. However, creating routes with same URL across different namespaces are not supported. ``` $ fission route list NAME METHOD...

It's a configuration issue. We need to mention the additional namespaces while installing fission.

**Few changes for successful Loki integration:** - Use latest Loki image tag while installing `grafana/loki-stack` ``` $ helm upgrade -n monitoring --create-namespace --install loki-grafana grafana/loki-stack \ --set grafana.enabled="false" \ --set...

@nagidocs Please try these steps https://github.com/fission/fission/issues/2944#issuecomment-2120174287 .

`--con`, `--rpp` and `--yolo` fields are valid for executortype poolmgr only. This PR https://github.com/fission/fission/pull/2971 is raised to show warning if these fields are used with any other executortype. ``` --concurrency=500...

@BTYHunter Please try latest [Go environment](https://github.com/orgs/fission/packages?tab=packages&q=go).

Please try latest [jvm enviornments](https://github.com/orgs/fission/packages?q=22&sort_by=downloads_asc&tab=packages&sort_by=downloads_asc&q=jvm) based on Java 22 release.

@brewsoftware Please try latest [jvm-22 environment.](https://github.com/fission/environments/pkgs/container/jvm-jersey-env-22)

@bigbird-0101 I am able to build and package multiple programs with one env. ``` $ fission env list NAME IMAGE BUILDER_IMAGE POOLSIZE MINCPU MAXCPU MINMEMORY MAXMEMORY EXTNET GRACETIME NAMESPACE go...

@bigbird-0101 I saw this issue after sending 14 request in one second. ``` Error uploading deployment package: Internal error - error archiving zip file: file already exists: /packages/zip-test12-c39404ab-6fbc-40a2-8592-ebd9ea9ea6a8-ixnecf-lvvg6k.zip ``` Please...