We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b8dc9 commit f043f94Copy full SHA for f043f94
components/node-labeler/cmd/run.go
@@ -68,6 +68,9 @@ var runCmd = &cobra.Command{
68
DefaultNamespaces: map[string]cache.Config{
69
namespace: {},
70
},
71
+ ByObject: map[client.Object]cache.ByObject{
72
+ &workspacev1.Workspace{}: {},
73
+ },
74
// default sync period is 10h.
75
// in case node-labeler is restarted and not change happens, we could waste (at least) 20m in a node
76
// that never will run workspaces and the additional nodes cluster-autoscaler adds to compensate
0 commit comments