kamaji
kamaji copied to clipboard
Specify scheduling constraints for TenantControlPlane pods
It would be useful to set scheduling constraints for TenantControlPlane pods in order to have a more fine control where pods are scheduled.
As just for an example:
apiVersion: kamaji.clastix.io/v1alpha1
kind: TenantControlPlane
metadata:
name: test
spec:
controlPlane:
deployment:
replicas: 1
nodeSelector: {}
tolerations: []
affinity: {}
service:
serviceType: LoadBalancer
kubernetes:
version: "v1.23.1"
kubelet:
cgroupfs: cgroupfs
admissionControllers:
- ResourceQuota
- LimitRanger
networkProfile:
port: 6443
addons:
coreDNS: {}
kubeProxy: {}