Skip to content

juner417/kube-apiserver-profiling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kube-api-profiling

pre-requisite

# install task binary
brew install go-task

Build

git clone https://github.com/juner417/kube-apiserver-profiling.git
cd kube-apiserver-profiling

COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null || echo "latest")

task build -- REPOSITORY_NAME=YOUR-REPO-NAME COMMIT_HASH=$COMMIT_HASH

Run

COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null || echo "latest")

task run -- REPOSITORY_NAME=YOUR-REPO-NAME COMMIT_HASH=$COMMIT_HASH

Teardown

COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null || echo "latest")

task clean -- REPOSITORY_NAME=YOUR-REPO-NAME COMMIT_HASH=$COMMIT_HASH

Access profiling ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors