Shashwathi

Results 15 comments of Shashwathi

@dprotaso : Can you provide details on which type has logging in `SetDefaults` function?

@JarreyZhou This is the problem k8s core API cannot solve because it is not part of lifecycle of pods. This would be a good place to consider 3rd party integrations...

@JarreyZhou I found [this doc]( https://docs.openshift.com/container-platform/3.6/install_config/aggregate_logging.html) on openshift but this API seems to be using kibana + ELK stack to aggregate logs, similar to what I had suggested before. Here...

@DanielJonesEB : - Setting environment variables on build step here is an [example](https://github.com/knative/build/blob/master/test/custom-env/test.yaml) . You could also consider using configMap with all `HTTP`/`HTTPS` variables and then pass the configMap references...

@adamglt : One reason I can think would be to avoid pod startup delays. Build pods are not using any istio feature set either so there is no benefit yet....

@CatCassie : Can you provide sanitized version of `build.yaml`?

@graphdb2 : Does your minukube have access gcr.io? I am able to pull nop image on my machine.

> Is it possible to remove work items when we see the build has completed? Deleting the build will make the resource completely ghosted right? How will the user check...