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
'Add taints to nodes so that pods are not scheduled to the nodes or not scheduled to the nodes if possible. After you add taints to nodes, you can set tolerations on a pod to allow the pod to be scheduled to nodes with certain taints.',
109
-
infoLinkText: 'Check taint validations.',
110
-
tippyTitle: 'Taint validations',
111
-
tippyDescription: {
112
-
message: 'A taint consists of a key, value, and effect.',
108
+
'Add taints to nodes to prevent or discourage pods from being scheduled on them. Use tolerations on pods to let them run on nodes with matching taints.',
109
+
description: {
110
+
title: 'A taint consists of a key, value, and effect.',
113
111
messageList: [
114
-
`1. Key: The key must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 253 characters.`,
115
-
`Optionally, the key can begin with a DNS subdomain prefix and a single '/', like example.com/my-app.`,
116
-
`2. Value(Optional) :If given, it must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters.`,
117
-
`3. Combination of <key, effect> must be unique.`,
112
+
'Key: The key must begin with a letter or number, and may contain letters, numbers, hyphens, dots,and underscores, up to 253 characters. Optionally, the key can begin with a DNS subdomain prefix and a single '/', like example.com/my-app.',
113
+
'Value(Optional): If given, it must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters.',
114
+
'Combination of <key, effect> must be unique',
118
115
],
119
116
},
117
+
emptyState: {
118
+
title: 'Manage node taints',
119
+
subTitle:
120
+
'Add taints to nodes to prevent or discourage pods from being scheduled on them. Use tolerations on pods to let them run on nodes with matching taints.',
0 commit comments