taupage icon indicating copy to clipboard operation
taupage copied to clipboard

THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED - The base Amazon Machine Image (AMI) allowing dockerized applications to run with STUPS

Results 50 taupage issues
Sort by recently updated
recently updated
newest added

If the instance is rebooted because of AWS instance autorecovery, the application will start before the disks are mounted (fsck takes time, and the image is already cached), which will...

A release file kind of thing would make checks _for recent Taupage images are used as base AMIs_ easier. Actually it would enable that when ssh'ed into an AMI instance....

The local etcd proxy runs on the version v2.0.11, bumping that version to v3.x would keep backwards compatibility while allowing the apps to make use of the v3 API.

Mask all environment variable values which are KMS encrypted, regardless of their name.

At the moment it is not possible to set `--shm-size` from senza definition files. This flag may be required by some applications. Definition of `--shm-size` from: https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources --shm-size="" Size of...

Usage of the local tokeninfo sidecar is not properly documented. The [flag](https://github.com/zalando-stups/taupage/blob/master/runtime/opt/taupage/runtime/Docker.py#L115) ``` local_planb_tokeninfo: true ``` Can be used to enable the local sidecar but this doesn't seem to be...

bug

In certain scenarios when AutoScaling Group is trying to balance instances across Availability Zones, it would launch new instance in an AZ where another instance is already running, before terminating...

With the latest taupage image we have seen our instances quickly burst through their IOPS limits. Downgrading the taupage image solves this issue for us. We're running m4.large instances with...

I suggest adding [nmon](http://nmon.sourceforge.net/) to the base ubuntu. Additional disk usage is 208 kB, which shouldn't harm. This tool has proven to be quite useful troubleshooting service nodes. Good companion...

#389 Introduced the following message: https://github.com/zalando-stups/taupage/pull/389/files#diff-e8c3bfe450e2cace107ea334f8e4dfcbR116 which is confusing and doesn't explain anything about what is happening. We should remove it or make it more understandable.