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 7448b32 commit 70aeb97Copy full SHA for 70aeb97
pkg/component/reconcile.go
@@ -49,6 +49,8 @@ import (
49
// TODO: simplify the manager's client creation (do not force it to uncache T and the apiextensions/apiregistration types)
50
// TODO: the default client does not cache unstructured objects; from the perspective of this package it should be fine to cache unstructured ...
51
52
+// TODO: we should disallow generators to produce manifests using metadata.generatName (it would break the whole inventory logic)
53
+
54
// TODO: in general add more retry to overcome 409 update errors (also etcd storage errors because of missed precondition on delete)
55
56
// TODO: it might be desirable to run the component operator outside the target cluster;
0 commit comments