Taylor Christie
Taylor Christie
The normal Oauth2 flow should require authorization for the first installation, then afterwards no longer request it. Having the user authorize every time is annoying and breaks the continuity of...
We found a pretty nice way to handle this with [Graceful Node Shutdown](https://kubernetes.io/docs/concepts/architecture/nodes/#graceful-node-shutdown) and preStop hooks on daemonsets. Essentially you set the kubelet parameters (in our case we use karpenter,...
> @TaylorChristie similar issue with karpenter is being discussed at [aws/karpenter-provider-aws#4673](https://github.com/aws/karpenter-provider-aws/issues/4673) > > in your workaround karpenter removes node from LB during draining time --> then all pods get deleted...