Alan Nair

Results 5 comments of Alan Nair

The yaml (eg. `kn-aes-go.yaml`) files contain _args_ such as **addr** and **function-endpoint-url** which are passed to the image. If we are to specify the image name and port env variables...

@ustiugov I am able to deploy the functions by using the modified yaml format. Here is the modified _aes-python_ manifest. ``` apiVersion: serving.knative.dev/v1 kind: Service metadata: name: aes-python namespace: default...

@dhschall @ustiugov @shyamjesal Making this enhancement would be easy enough. Should I work on this?