Update Fargate provider to use the renamed NodeCondition type
This commit is contained in:
@@ -284,7 +284,7 @@ func (p *FargateProvider) NodeConditions() []corev1.NodeCondition {
|
||||
Message: lastTransitionMessage,
|
||||
},
|
||||
{
|
||||
Type: corev1.NodeConfigOK,
|
||||
Type: corev1.NodeKubeletConfigOk,
|
||||
Status: corev1.ConditionTrue,
|
||||
LastHeartbeatTime: lastHeartbeatTime,
|
||||
LastTransitionTime: lastTransitionTime,
|
||||
|
||||
Reference in New Issue
Block a user