From 40f94991c31e820aa3bab10300019abc530bbcc1 Mon Sep 17 00:00:00 2001 From: Onur Filiz Date: Wed, 25 Apr 2018 02:09:49 -0700 Subject: [PATCH] Update Fargate provider to use the renamed NodeCondition type --- providers/aws/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/aws/provider.go b/providers/aws/provider.go index 2bc60cc9a..f0ded98bc 100644 --- a/providers/aws/provider.go +++ b/providers/aws/provider.go @@ -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,