Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 543 Bytes

CatSet

This is a reimplementation of StatefulSet (now including rolling updates) as a CompositeController.

For this example, you need a cluster with a default storage class and a dynamic provisioner.

Prerequisites

Deploy the controller

kubectl create configmap catset-controller -n metacontroller --from-file=sync.js
kubectl apply -f catset-controller.yaml

Create a CatSet

kubectl apply -f my-catset.yaml