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
core.LogAndAddWarning(ctx, diags, "Warning during creating/updating cluster", fmt.Sprintf("Cluster is in Impaired state due to an invalid observability instance id, the cluster is usable but metrics won't be forwarded: %s", *waitResp.Status.Error.Message))
1027
1026
}
1028
1027
@@ -1057,7 +1056,7 @@ func toNodepoolsPayload(ctx context.Context, m *Model, availableMachineVersions
1057
1056
ts:= []ske.Taint{}
1058
1057
for_, v:=rangetaintsModel {
1059
1058
t:= ske.Taint{
1060
-
Effect: v.Effect.ValueString(),
1059
+
Effect: ske.TaintEffect(v.Effect.ValueString()),
1061
1060
Key: v.Key.ValueString(),
1062
1061
Value: conversion.StringValueToPointer(v.Value),
1063
1062
}
@@ -1095,7 +1094,7 @@ func toNodepoolsPayload(ctx context.Context, m *Model, availableMachineVersions
0 commit comments