Skip to content

Bug: fixing missing CPU limit character.

Hema Vishnu Pola [Microsoft] requested to merge fixing-container-cpu-limits into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES/NO] NO

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO] NO

What is the current behavior?

Current behavior consume 800 cores of CPU, which is equivalent to infinite.

What is the new/expected behavior?

This is limited to use 800 millicores, instead of earlier 800 cores.

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports