Hey! My Kubernetes cluster is taking 100GB disk st...
# kubernetes
f
Hey! My Kubernetes cluster is taking 100GB disk storage by default. I am trying to specify storage spec in the code. On adding these lines of code, " resources=ResourceRequirementsArgs(                     requests={                         "storage": "8Gi",                     },                 ), "  I am having an error "TypeError: __init__() got an unexpected keyword argument 'resources'"
b
can you share the full code?
f
Implemented this: https://github.com/pulumi/examples/blob/master/gcp-py-gke/__main__.py and supposed to specify storage in the k8s cluster