Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6ca863

Browse filesBrowse files
authored
Use example node pool names for affinity argument (GoogleCloudPlatform#1601)
I believe this will make it clearer what the actual value should be for the affinity label.
1 parent 08c3399 commit f6ca863
Copy full SHA for f6ca863

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎composer/workflows/kubernetes_pod_operator.py

Copy file name to clipboardExpand all lines: composer/workflows/kubernetes_pod_operator.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@
160160
# The label key's value that pods can be scheduled
161161
# on.
162162
'values': [
163-
'nodepool-label-value',
164-
'nodepool-label-value2',
163+
'node-pool-name-1',
164+
'node-pool-name-2',
165165
]
166166
}]
167167
}]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.