Skip to content

Latest commit

 

History

History

statefulsets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

StatefulSet examples

These examples are tracked from the Kubernetes contrib project @d6e4be

Note that some of these examples require the ability to run root containers which may not be possible for all users in all environments. To grant access to run containers as root to a service account in your project, run:

oc adm policy add-scc-to-user anyuid -z default

which allows the default service account to run root containers.