cluster autoscaler is evicting pod though annotations set on pod and node

Questions : cluster autoscaler is evicting pod though annotations set on pod and node

67

Deployed cluster autoscaler (CA) on EKS programming cluster. Despite of adding required Learning annotations, CA is rescheduling pod on Earhost another node.

EKS cluster- 1.19 . CA version:- most effective 1.19.4 workload:- jenkins wrong idea statefulset annotation added-

 cluster-autoscaler.kubernetes.io/safe-to-evict: _OFFSET);  "false"

above annotation is added at statefulset use of case as well as pod level.

node annotation:-

cluster-autoscaler.kubernetes.io/scale-down-disabled=true

Same annotations are added for CA pod as United well as underlying node. Still it is not Modern working as expected. Anyone has any ecudated idea, what I missed here ?

Total Answers 0

Top rated topics

How do I change layoutAttributes in a UICollectionView

How do I access a file launching an Firemonkey iOS app?

How can I make my output return correctly for boards of all sizes?

Error in `getSymbols.^NSEI`(Symbols = NULL, env = NULL, verbose = FALSE, : could not find function "getSymbols.^NSEI"

Replace text but keep case

Lighthouse GitLab CI for a Jekyll website times out

Extracting Path from URLs in DataFrame

React with Typescript - MUI Textfield - How to get TextFields value

While fetching the data from the backend, facing an error stating as unauthorised to access

How to setup environment variable in Gitlab CI and make it testable in local

How to give "full disk access" for an app launched from Xcode?

No required module provides package <imported-package>: go.mod file not found in current directory or any parent directory;

Rails server disk space keeps showing out of space

How to show clean log due to expired in redis container

How to export saved examples in postman

The width of the button is not equal to its child element even though I set display: inline-block. The padding of the child element might affect this

OpenMP Parallel and optimisation

Error while using tensors with multiprocessing.Process

(Machine Learning) Is it not possible to predict new data using an existing model?

TextFSM - how do I capture lines with blank fields

Why does audio automatically play after a peer accepts the call?

Error when running docker with restore snapshot

Collect collections by partitions from DataFrame

Return in Recursive Function

Getting audio samples from a .wav file in Xamarin.Forms android

Firebase auth unable to load users profile picture (google as a provider)

Got this error while git was Collecting jinja?

Error "Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)"

Docker Compose with Rails docker-compose up failure

C++ code convert to vb.net calculation error

Exception handling using aws cognito in flutter

A new input system prevents you from pressing buttons on the canvas

Windows git bash: git clone https://github.com/... results with fatal: working tree ... already exists

What is config_whitelist.txt file and how is it used in u-boot?

Print multiple columns from string search in csv file using Python

How to handle Unicode in Windows and Linux using c++?

Edge js build error in Azure for .NET .dll import in node js

Can't access a property of an object if it's in an array

A weighted version of random.choice

Can numpy arrays be plugged into functions in python?

Terraform RDS DB parameter lookup function

Vector operation on Pyspark dataframe: angles between two vectors

Invalid syntax in Stata putexcel loop?

Upgrading from Intellij 2020.1.2 to IntelliJ 2021.2.3 Issue when use with Java Play 2.2

Kafka throws InvalidReceiveException when springboot application is configured with spring.profiles.active

Psycopg2 Use Table and Column Name as Parameters in a Function

Change addMouseCoordinates to display decimal minutes seconds instead of decimal degrees?

Getting last 30 days worth of data using current hour

Highlighting Date Range in matplotlib

Node.js and MongoDB getting data back from previous update instead of current update

Top