kurtosis icon indicating copy to clipboard operation
kurtosis copied to clipboard

Run kurtosis on k8s on GCP

Open nidhi-singh02 opened this issue 9 months ago • 3 comments

Background & motivation

Wish to run kurtosis on k8s(GKE) on Google Cloud Platform. I don't see any storage-class in the documentation here https://docs.kurtosis.com/k8s/#iii-add-your-cluster-information-to-kurtosis-configyml.

Desired behaviour

Need to know what value should I pass to storage-class

How important is this to you?

Critical; Kurtosis is unusable for me without it.

What area of the product does this pertain to?

CLI: the Command Line Interface

nidhi-singh02 avatar May 14 '24 16:05 nidhi-singh02

Hey @nidhi-singh02

Can you run kubectl get storageclass

I believe the value for gcp should be standard. That should also show up in the output of the command

h4ck3rk3y avatar May 14 '24 22:05 h4ck3rk3y

Hi, I ran the above command, in that I could see standard as well @h4ck3rk3y.

let me try running with standard storage class.

nidhi-singh02 avatar May 16 '24 07:05 nidhi-singh02

I have an update, it works on GCP with storage class standard. I tried running minikube profile and it works fine on GCP as I think it picks the cluster name from the context and minikube already has storage-class as standard. Could we please update the document for GCP, I am happy to raise the PR if we wish to update the doc :)

config-version: 2
should-send-metrics: true
kurtosis-clusters:
  docker:
    type: "docker"
  minikube:
    type: "kubernetes"
    config:
      kubernetes-cluster-name: "minikube"
      storage-class: "standard"
      enclave-size-in-megabytes: 10

nidhi-singh02 avatar May 17 '24 07:05 nidhi-singh02