You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Error(err, "Failed to create pvc", "name", pvc.Name)
248
+
logger.Error(err, "Failed to create pvc", "name", pvcName)
249
249
returnerr
250
250
}
251
-
logger.Info("Created PVC for NIM Cache", "pvc", pvcName)
251
+
logger.Info("Created PVC for NIM Cache", "pvc", pvc.Name)
252
252
253
-
conditions.UpdateCondition(&nimCache.Status.Conditions, appsv1alpha1.NimCacheConditionPVCCreated, metav1.ConditionTrue, "PVCCreated", "The PVC has been created for caching NIM")
253
+
conditions.UpdateCondition(&nimCache.Status.Conditions, appsv1alpha1.NimCacheConditionPVCCreated, metav1.ConditionTrue, "PVCCreated", "The PVC has been created for caching NIM model")
0 commit comments