-
### Description
When I push an app, the resulting pod name seems to consist of `---`, so e.g. "dora-test-9912c1e844-0".
If you have multiple Organaziations, with a space named e.g. "test" in eac…
-
### Description
On Microsoft AKS, failed to push apps in large concurrency with eirini runtime. Error message from cf cli:
```
Staging app and tracing logs...
Error staging application: Stagin…
-
### Description
Eirini does not work with K8s 1.13
### Steps to reproduce
1. Go to your favorite cloud provider
2. Provision a K8s cluster with version 1.13 or higher
3. Deploy an eirini …
-
Hi!
There were some changes that went into the eirini master branch very recently that replace the use of heapster with the k8s-built-in metrics server. Heapster has been deprecated, so this bit of…
-
### Description
Eirini assumes it is running inside of the k8s cluster it is deploying to because of how it constructs its k8s client. The current k8s client configuration is expecting certain prop…
-
### Description
Beyond 2500 applications, we started getting the following error from cloud controller and getting Staging error
`{"timestamp":1566464473.7276309,"message":"staging package: #281…
-
### Description
Applications deployed with eirini with a special environment variable with a ":" in the name will never end up in a pod.
Example:
```
env:
"TE:ST": "bla"
```
CF will wa…
-
### Description
We recently noticed that after enabling app logs via: https://github.com/cloudfoundry-incubator/eirini-release/blob/master/helm/eirini/templates/daemonset-fluentd.yaml that we do su…
-
Steps:
```
$ helm install eirini/uaa --namespace uaa --name uaa --values tmp/values.out.yaml --debug
[debug] Created tunnel using local port: '58003'
[debug] SERVER: "127.0.0.1:58003"
[debu…
drnic updated
5 years ago
-
The latest `eirini` source requires Go 1.12, since it relies on the new `strings.ReplaceAll()` function that was introduced in that version.
This is the error that appears during a deploy with the …