here’s another one: where’s the python equivalent ...
# python
s
here’s another one: where’s the python equivalent of this bit? https://github.com/pulumi/kubernetes-guides/blob/master/aws/03-cluster-configuration/index.ts#L24 same thing, can’t find any documentation these arguments
b
I think roleMappings is EKS invention... does not have to do with python nor with pure k8s
it doesn't matter in which language it is, it's a definition that eventually it's translated to json/yaml.
s
but it needs to be passed as an argument to the constructor
and the python constructor doesn’t appear to support it
that’s my question