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

`https://apt.dockerproject.org/repo` has been deprecated ``` Notice: Shutting down dockerproject.org APT and YUM repos 2020-03-31 Docker will be shutting down the deprecated APT and YUM repositories hosted at "dockerproject.org" and "dockerproject.com"...

[A comment suggests that the global tokeninfo should be used when the local healthcheck fails](https://github.com/zalando-stups/taupage/blob/457197d3476445b272bcab89f2185e2a2925f87d/runtime/opt/taupage/runtime/Docker.py#L155-L156). However, [TOKENINFO_URL doesn't seem to be set to the global one](https://github.com/zalando-stups/taupage/blob/457197d3476445b272bcab89f2185e2a2925f87d/runtime/opt/taupage/runtime/Docker.py#L176-L183) when the healthcheck fails....

Is it possible to use Taupage with docker images hosted on AWS ECR? Thanks

Files in custom log directory get recognized by Fluentd but the target location is missing from the generated Fluentd config file.

One of our applications is creating a lot of logs. They are mostly access logs, so there isn't much we can do to reduce the amount of logs. We create...

Enable passthrough of environment variable ENABLE_INTROSPECTION to the planb upstart job and startup script.

For Cassandra we need to be able to configure resource limits, such as number of open files per process on the host OS level: https://docs.datastax.com/en/dse/5.1/dse-admin/datastax_enterprise/config/configRecommendedSettings.html#configRecommendedSettings__user-resource-limits

In order to allow deployments without ELB to have proper respawning support, taupage could have a config option to have a persistent healthcheck. Initially if it fails, it could just...

enhancement
help wanted

TL;DR: Using TSC as clocksource (`clocksource=tsc` as a boot parameter in /etc/default/grub or `echo "tsc" > /sys/devices/system/clocksource/clocksource0/current_clocksource`) reduces kernel context switches for anything calling gettimeofday() resulting in lower resource usage....

If all 3 attempts to `docker pull` fail, the boot process is aborted and the instance then proceeds to do nothing. We should either retry the pull infinitely (with a...

enhancement