package
0.0.0-20210624121128-6b231d83a5d4
Repository: https://github.com/tkestack/kube-jarvis.git
Documentation: pkg.go.dev

# README

master-capacity diagnostic

check whether the capacity are sufficient for a specific size cluster

config

diagnostics:
- type: "master-capacity" 
  # default values
  name: "master-capacity"
  catalogue: ["master"]
  config:
    Capacities: 
    - maxnodetotal: 5
      memory: "3.75Gi"
      cpu: "1000m"
    - maxnodetotal: 10
      memory: "7.5Gi"
      cpu: "2000m"
    - maxnodetotal: 100
      memory: "15Gi"
      cpu: "4000m"
    - maxnodetotal: 250
      memory: "30Gi"
      cpu: "8000m"
    - maxnodetotal: 500
      memory: "60Gi"
      cpu: "16000m"
    - maxnodetotal: 100000
      memory: "120Gi"
      cpu: "32000m"    

supported cluster type

  • all

# Functions

NewDiagnostic return a master-node diagnostic.

# Constants

DiagnosticType is type name of this Diagnostic.

# Variables

No description provided by the author

# Structs

Capacity define a health master node resource status.
Diagnostic check whether the resources are sufficient for a specific size cluster.