Skip to content

Instantly share code, notes, and snippets.

@mridulgain
Created October 16, 2023 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mridulgain/fcf15099711d0659f5e03b6ab728c20a to your computer and use it in GitHub Desktop.
Save mridulgain/fcf15099711d0659f5e03b6ab728c20a to your computer and use it in GitHub Desktop.
profile example
Kubeconfig: mainconfig.yaml
ControllerCluster:
Context: oss-mc-br-e2e-1
HubChartOptions:
Release: kubeslice-controller
Chart: kubeslice-controller
Repo: "https://kubeslice.github.io/kubeslice/"
Namespace: kubeslice-controller
SetStrValues:
"kubeslice.controller.logLevel": "debug"
WorkerClusters:
- Context: arn:aws:eks:us-east-1:776106081964:cluster/dev-oss-mc-br-e2e-2
- Context: oss-mc-br-e2e-1
- Context: gke_avesha-dev2_us-east4-c_oss-mc-br-e2e-3
WorkerChartOptions:
Release: kubeslice-worker
Repo: "https://kubeslice.github.io/kubeslice/"
Chart: "kubeslice-worker"
SetStrValues:
"operator.logLevel": "DEBUG"
"metrics.insecure": true
IstioBaseChartOptions:
Release: "istio-base"
Chart: "istio-base"
Repo: "https://kubeslice.github.io/kubeslice/"
Namespace: "istio-system"
IstioDChartOptions:
Release: "istiod"
Chart: "istio-discovery"
Repo: "https://kubeslice.github.io/kubeslice/"
Namespace: "istio-system"
PrometheusChartOptions:
Release: "prometheus"
Chart: "prometheus"
Namespace: "istio-system"
Repo: "https://kubeslice.github.io/kubeslice/"
TestSuitesEnabled:
EmptySuite: false
HubSuite: false
WorkerSuite: true
IstioSuite: true
IntraClusterSuite: false
SliceHealthSuite: false
VPNKeyRotationSuite: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment