Skip to content

Commit

Permalink
Remove Flavor Filtering (#70)
Browse files Browse the repository at this point in the history
We filter based on vcpu/ram/swap as required by kubeadm, but this is a
domain specific thing, rather than generic, so remove this and delegate
handling to the kubernetes service.

Implements #67
  • Loading branch information
spjmurray authored Nov 5, 2024
1 parent 204e54a commit 985973b
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 128 deletions.
4 changes: 2 additions & 2 deletions charts/region/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's Region Controller

type: application

version: v0.1.44
appVersion: v0.1.44
version: v0.1.45
appVersion: v0.1.45

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ require (
github.com/oapi-codegen/runtime v1.1.1
github.com/spf13/pflag v1.0.5
github.com/unikorn-cloud/core v0.1.76
github.com/unikorn-cloud/identity v0.2.42
github.com/unikorn-cloud/identity v0.2.44
go.opentelemetry.io/otel v1.31.0
go.opentelemetry.io/otel/sdk v1.31.0
go.opentelemetry.io/otel/trace v1.31.0
golang.org/x/crypto v0.28.0
k8s.io/api v0.31.1
k8s.io/apimachinery v0.31.1
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
sigs.k8s.io/controller-runtime v0.19.0
sigs.k8s.io/yaml v1.4.0
)
Expand Down Expand Up @@ -93,7 +94,6 @@ require (
k8s.io/client-go v0.31.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)
Loading

0 comments on commit 985973b

Please sign in to comment.