Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 788 Bytes

quickstart.md

File metadata and controls

25 lines (16 loc) · 788 Bytes

Quickstart

Installing node-refiner is a straightforward process; you can use pre-prepared kustomize files in this repository by invoking this command.

kubectl apply -k manifests/base

You can specify the image version in the kustomization file.

images:
  - name: default
    newName: ghcr.io/sap/node-refiner
    newTag: latest

Access

Given that node-refiner handles eviction/deletion of pods, cordoning/uncordoning, and draining nodes, it requires high-level access to control the cluster. To simplify it, we bind a cluster-admin role to the service account, but creating a separate Cluster Role explicitly for node-refiner is recommended.

YAML Files Structure

Architecture