Dimitris Karakasilis

Results 470 comments of Dimitris Karakasilis

I don't think so, we never created an issue on the Eirini backlog for this. Just did: https://www.pivotaltracker.com/story/show/175610610

I still can't tell what the exact problem is but I have same data points. I run the steps both in kubecf and cf-for-k8s (where it works). The process in...

Opened an issue here: https://github.com/cloudfoundry/cloud_controller_ng/issues/1952

Based on the answer on the above issue, the problem seems to be that we are completely missing the deployment_updater: - https://github.com/cloudfoundry/cloud_controller_ng/blob/master/docs/v3/zero_downtime_deployments.md#enabling-deployments - https://github.com/cloudfoundry/cloud_controller_ng/blob/master/Procfile#L5

Other the event reporter error everything else seems to be fine? I mean, the app instance appears as crashed at some point and eventually recovers. Regarding the event reporter error,...

Created a story to investigate the event reporter errors here: https://www.pivotaltracker.com/story/show/175814747 The rest of this issue may be irrelevant though.

We needed that so we used the code from Eirini master (before the release) to build it. It can be added like this: https://github.com/cloudfoundry-incubator/kubecf/commit/2e75a190a4bdf515a4d17bfe60ea11a5d26f6ad2 Commit is part of this branch:...

@viovanov 1.9.0 seems to have it: https://github.com/cloudfoundry-incubator/eirini-release/releases/tag/v1.9.0 (https://github.com/cloudfoundry-incubator/eirini-release/blob/master/helm/eirini/templates/instance-index-env-injector.yml). Given we no longer consume eirini-release directly but have our own copies of yaml in `mixins`, maybe this is a no-op. I...

Maybe Eirini can use this TTL for failed/completed jobs instead of deleting them right away (though it's in alpha state): https://kubernetes.io/docs/concepts/workloads/controllers/job/#clean-up-finished-jobs-automatically Another option would be to still delete the job...

Linking to similar issue in cf4k8s: https://github.com/cloudfoundry-incubator/eirini/issues/115