Skip to content

baichinger/noops-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noops-operator

This operator does nothing. Its purpose is to reproduce an issue when communication with the API server results in an I/O timeout.

Running on the cluster

  1. Build and push your image to the location specified by IMG:
make docker-build docker-push IMG=<some-registry>/noops-operator:tag
  1. Deploy the controller to the cluster with the image specified by IMG:
make deploy IMG=<some-registry>/noops-operator:tag

Undeploy controller

Undeploy the controller from the cluster:

make undeploy

About

An operator doing nothing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published