We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a612a commit 7511f6dCopy full SHA for 7511f6d
tpu-provisioner/internal/cloud/gke.go
@@ -663,10 +663,10 @@ func nodePoolSelectiveHash(np *containerv1beta1.NodePool) (string, error) {
663
}
664
npToHash := &containerv1beta1.NodePool{
665
Config: &containerv1beta1.NodeConfig{
666
- Spot: np.Config.Spot,
667
- Labels: labels,
668
- Taints: np.Config.Taints,
669
- MachineType: np.Config.MachineType,
+ Spot: np.Config.Spot,
+ Labels: labels,
+ MachineType: np.Config.MachineType,
+ ReservationAffinity: np.Config.ReservationAffinity,
670
},
671
672
jsn, err := json.Marshal(npToHash)
0 commit comments