Hi, there is a weird behaviour I see with pulumi o...
# general
m
Hi, there is a weird behaviour I see with pulumi or gke. As per preview it suppose to attach multiple secondary boot disks to the gke nodepool. But only first one in the list getting attached and left out remaining. When tried manual nodepool creation, it's working. But with Pulumi it's not. Is it some bug in pulumi or gke? or combination of both? Attached screenshot.. no where I see error during pulumi up
l
Hey Krishna, are you using the gcp classic provider (this is the recommended one) and if so which version are you on? Also what is your node image types?
m
imageType: 'ubuntu_containerd',
Are these the classic provider? if not could you guide me on installation
l
Yes that is the classic provider so good there. I would check that the additional disk was actually attached through
gcloud compute instances describe
in the manual and the Pulumi method. If it ends up that the manual attaches them but pulumi doesn't, it might be a bug and worth opening up a ticket here: https://github.com/pulumi/pulumi-gcp
m
I checked gke nodes on the UI, there aren't any additional disks attached except one(one boot disk, additionally one from secondary boot disk).
Observation is: Pulumi preview shows all the four disks as show in screenshot. But attaches only first one to the nodepool. Even on the GKE nodes, I can see only one apart from boot disk.
l
Got it, potential a bug so please create a ticket here: https://github.com/pulumi/pulumi-gcp
m
sure