I'm a little confused by this question. Are you asking how to configure your k8s cluster to have the right credentials to pull images when it runs workloads, or are you trying to configure permissions for a host that's running pulumi?
container = ContainerArgs(
name=name,
image=image,
resources=resources or ResourceRequirementsArgs(
requests={
"cpu": "100m",
"memory": "100Mi"
},
),
ports=[ContainerPortArgs(container_port=p) for p in ports] if ports else None,
)
the image that is being pulled by this code
b
brave-ambulance-98491
06/08/2022, 4:07 PM
Cool, that's going to be an image that's being pulled by your Kubernetes cluster (the container is being run in your cluster). The two links I sent should get you set up there!
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.