Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to controller-runtime 0.16.2 #129

Merged
merged 3 commits into from
Oct 10, 2023
Merged

Conversation

roehrich-hpe
Copy link
Contributor

No description provided.

Scheme: scheme,
LeaderElection: false,
Metrics: metricsserver.Options{BindAddress: "0"},
Cache: cache.Options{DefaultNamespaces: namespaceCache},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ended up doing this for remora:

cache.Options{DefaultNamespaces: map[string]cache.Config{
    s.namespace: {},
}}

Then you could get rid of the lines above.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll try that.

go.mod Outdated
replace github.com/NearNodeFlash/nnf-ec => ../../nnf-ec-1.git

replace github.com/DataWorkflowServices/dws => ../dws

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Signed-off-by: Dean Roehrich <[email protected]>
@roehrich-hpe roehrich-hpe merged commit 10db72b into master Oct 10, 2023
4 checks passed
@roehrich-hpe roehrich-hpe deleted the ctlr-runtime-0.16.2 branch October 10, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants