https://pulumi.com logo
f

future-window-78560

10/14/2021, 11:11 AM
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

billowy-army-68599

10/14/2021, 10:42 PM
can you share the full code?
f

future-window-78560

10/15/2021, 3:03 PM
Implemented this: https://github.com/pulumi/examples/blob/master/gcp-py-gke/__main__.py and supposed to specify storage in the k8s cluster
4 Views