cluster-capacity
cluster-capacity copied to clipboard
Cluster capacity analysis
If `cluster-capacity` clould schedule multi pods, what's the difference with `kube-scheduler-simulator`?
Our real kube-scheduler is extended by scheduler extender, I want to know if cluster-capacity can also be extended by scheduler extender?
Check correctness of the pod-affinity constraint. **Properties**: - pod affinity is namespace scoped - pods getting co-located on the same node (or a set of nodes) **Upstream documentation**: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity **Measured...
For support multi pods case, extract pod generator.
Cluster-Capcacity is very useful, and the ParseAPISpec function currently supports remote and local spec files, but I want to use cluster-capacity to provide http openapi, the caller can submit spec...
I wanted to test the tool by using the docer image [pointed in the documentation](https://github.com/kubernetes-sigs/cluster-capacity/blob/master/doc/RUN_IN_KUBERNETES.md) but it failed (cf. #178 ) And the I found out that the docker image...
The K8s API for Go makes it easy to use the default kubeconfig file (~/.kube/config). So the --kubeconfig parameter of cluster_capacity command should be optional !
$ cluster-capacity --podspec pod2.yml --kubeconfig ~/.kube/config displays this error: Failed to parse pod spec file: Invalid pod: "Required value: spec.containers[0].imagePullPolicy" meaning that imagePullPolicy is mandatory ! why ? The PodSpec...
Hi, I made 3 feature additions in a fork and was wondering if you'd consider accepting PRs for any of them described below. 1. Replaced --podspec with --replicaset https://github.com/limscoder/cluster-capacity/commit/6302eb1a754b4ca1eda9a0b888d50af28e139b50 This...