mammoth-caravan-43791
07/06/2023, 1:25 PMv1alpha1
error with aws eks get-token
whereas when I manually run the get-token command on the CLI it works fine with `v1beta1`:
users : [
[0]: {
name: "aws"
user: {
exec: {
apiVersion: "<http://client.authentication.k8s.io/v1alpha1|client.authentication.k8s.io/v1alpha1>"
args : [
[0]: "eks"
[1]: "get-token"
[2]: "--cluster-name"
[3]: "qa-blue-eksCluster-fcf82bd"
]
command : "aws"
}
}
}
]
v1alpha1
error.many-telephone-49025
07/06/2023, 2:26 PMpulumi-eks
should container vbeta1
https://github.com/pulumi/pulumi-eks/blob/563970bf5d5ef8749f4e56007961fa49fa04ac4c/nodejs/eks/cluster.ts#L251mammoth-caravan-43791
07/06/2023, 5:38 PM1.0.2
with some code changes (because it was on a much older version) and it worked, using v1beta1
.many-telephone-49025
07/06/2023, 6:18 PM