Skip to content

Files

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Runtime config

To run batch/v2alpha1 API resources you need to specify --runtime-config=batch/v2alpha1 when starting the API Server

For kops, add this spec when executing kops edit:

spec:
  kubeAPIServer:
    runtimeConfig:
      batch/v2alpha1: "true"