Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

This Karpenter is an enhanced version of the open-source Karpenter, tailored to integrate seamlessly with our scheduler and core technology platform.

Prerequisites

Installation Steps

Step 1: Setting Environment Variables

Set the necessary environment variables to match your system configuration:

Code Block
languagebash
export HEADNODE="http://192.0.7.xx:5000"
export CLUSTER_NAME="EksClusterName"
export ENV_NAME="k8s"

Step 2: Installing the Helm Chart

Execute the Helm chart installation with the command below:

...