Liran BG

Results 129 comments of Liran BG

> Hello, > > > > I have a requirement to run aws command (`aws sts assume-role-with-web-identity`) inside kaniko container. How can we do that ? Using kubernetes? You can...

I'm not sure I understand your question

Hi @dberardo-com - each worker is a different python interpreter and hence the answer is no. You may use persistency (local storage) or any sort of DB-like instance to persist...

while apigateways and projects are much simpler, nuclio funtions requires the dashboard to first build the function. why not simply POST the function to dashboard API? can you elaborate on...

Hi @ivanelgran23 Thanks for reporting to us. I seems that the nuclio-dashboard pod was failed to find / get the kaniko job pod which is responsible to build the nuclio...

@PMazarovich - you can deploy use image code entry type - https://github.com/nuclio/nuclio/blob/development/docs/reference/function-configuration/code-entry-types.md#code-entry-type-image

Hi @himanshudw - I am uncertain about the actual RCA but i do remember there is an incompatibility between nuclio's 1.5.x with docker 20.10. this might be related to the...

Hi @george0st - MLRun's complexity tests indeed need some better transparency for newcomers (and contributions such as you). Thing is, that behind the open-source community and tests running on GIT...

Hey @bigred94 , you may omit the ``` COPY . /opt/nuclio COPY ./function.yaml /etc/nuclio/config/processor/processor.yaml ``` part from your docker, to allow nuclio safely volumize the processor.yaml and to copy user...