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

do not create namespaces if it does not exist #30

Closed
wants to merge 1 commit into from

Conversation

niravparikh05
Copy link
Contributor

@niravparikh05 niravparikh05 commented Jul 15, 2022

What does this PR change?

Does the PR depend on any other PRs or Issues? If yes, please list them.

  • No

Checklist

I confirm, that I have...

  • Read and followed the contributing guide in CONTRIBUTING.md
  • Added tests for this PR
  • Formatted the code using go fmt (if applicable)
  • Updated documentation on the Paralus docs site (if applicable)
  • Updated CHANGELOG.md

@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
### Added
### Changed
### Fixed
- Don't automatically create namespace if it does not exist ([#28](https://github.com/paralus/relay/issues/28))
Copy link
Member

Choose a reason for hiding this comment

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

The format would be:

Suggested change
- Don't automatically create namespace if it does not exist ([#28](https://github.com/paralus/relay/issues/28))
- Don't automatically create namespace if it does not exist from [niravparikh05](https://github.com/niravparikh05)

@niravparikh05 niravparikh05 marked this pull request as draft July 28, 2022 12:21
@niravparikh05
Copy link
Contributor Author

This change introduces a side effect. Whenever admin enters a namespace that does not exist in target cluster, relay fails to create role / rolebinding and ends up with multiple requests throttling kube api server. Further analysis needs to be done to fix this before it can be merged,

@niravparikh05
Copy link
Contributor Author

Closing this stale pr, will be reprioritized and will open a new pr

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.

Don't automatically create namespace if it does not exist
2 participants