Daniel Shackelford
Daniel Shackelford
I am struggling with the same thing. EKS with ArgoCD in one cluster, wanting to add external EKS cluster. I have setup a role in IAM that has an attached...
From the argo-server pod I am able to use use `aws eks get-token` (command used by ArgoCD) to retrieve a token from the external cluster.
This is an incomplete PR as it needs to bump the version of the chart, and there are other PRs that also bump the version. The sequence of merges will...
Created https://github.com/draganm/missing-container-metrics/pull/9 for to add tolerations for all taints
> Hi, I'm potentially interested in contributing to the helm chart, what's the repo for contributing to it? Found the helm chart but that links to this repo that doesn't...
I have `DESTALINATOR_SCHEDULE_HOUR=5` set in the environment, and configuration.yaml still contains `schedule_hour: 4`. The code does not seem to allow for no schedule, if I am using scheduler.py, but that...
> Traceback (most recent call last): File "scheduler.py", line 25, in @sched.scheduled_job("cron", **schedule_kwargs) File "/usr/local/lib/python3.6/site-packages/apscheduler/schedulers/base.py", line 371, in inner next_run_time, jobstore, executor, True, **trigger_args) File "/usr/local/lib/python3.6/site-packages/apscheduler/schedulers/base.py", line 330, in add_job...
Exactly. But, there are a couple other differences: 1. I am using python:alpine3.6 for the base 2. I have added tini for zombie reaping (see https://github.com/krallin/tini)
Also fixed by setting /etc/timezone in Dockerfile: https://serverfault.com/questions/683605/docker-container-time-timezone-will-not-reflect-changes
But I still don't think the scheduler should care about timezone if no scheduling is being done.