Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run kurtosis on k8s on GCP #2451

Open
nidhi-singh02 opened this issue May 14, 2024 · 3 comments
Open

Run kurtosis on k8s on GCP #2451

nidhi-singh02 opened this issue May 14, 2024 · 3 comments
Labels
cli For bugs relating to the CLI critical Critical bug or feature feature request

Comments

@nidhi-singh02
Copy link

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

@github-actions github-actions bot added cli For bugs relating to the CLI critical Critical bug or feature labels May 14, 2024
@h4ck3rk3y
Copy link
Contributor

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

@nidhi-singh02
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli For bugs relating to the CLI critical Critical bug or feature feature request
Projects
None yet
Development

No branches or pull requests

2 participants